Skip to content

Instantly share code, notes, and snippets.

View Resilixia's full-sized avatar
👽
I may be slow to respond.

Andrew Aydie Resilixia

👽
I may be slow to respond.
  • Divan
  • Somewhere over the Rainbow
View GitHub Profile
bool MapIcon::Tower::isVisited() const {
gmd::StructHandle IsVisitLocation;
if (!gmd::GameDataMgr::instance()->getStruct(&IsVisitLocation, "IsVisitLocation")) {
return false;
}
bool visited;
if (!gmd::GameDataMgr::instance()->getBool(&visited, IsVisitLocation, mLocationNameHash)) {
return false;
}
@brettchalupa
brettchalupa / main.gd
Last active November 23, 2023 12:23
Godot Saving and Loading Data from Disk
extends Node2D
var times_pressed := 0
var high_score := 0
var playing := false
@onready var timer:Timer = $Gameplay/Timer
func _ready() -> void:
load_high_score()

Half-Life 2 on the Switch

This is a guide for running Half-Life 2 on your Switch. Please be aware that this isn't a great way of playing Half-Life 2 - do not expect this mod to work perfectly.

Thank you to Bringus Studios for fixing save files not showing up!

NOTE: I am assuming that you have basic knowledge about how modding games on the Switch works. I will not provide support for questions like "how do I install Atmosphère / CFW", "how do I make an emuMMC", "how do I extract games", etc. For help with modding your console, see the NH Switch Guide.

WARNING: While this mod should be fairly safe to use, I do not take any responsibility if your Portal save data is deleted, you get banned from Nintendo Switch Online, or if your Switch explodes.

@GreenSwede
GreenSwede / ooot-windows-guide.md
Last active June 17, 2022 17:50
Open Ocarina of Time (OOOT) PC Port Build Guide For Windows

These are my own documented steps to get ooot to build on Windows 10 using Python 3.10.2 and Visual Studio 2019/2022

written by GreenSwede#0001
last edited 2022-04-15

  1. Install Visual Studio 2019 (or 2022, it also works just fine) https://visualstudio.microsoft.com/vs/older-downloads/
@zImPatrick
zImPatrick / geforce_leak.csv
Last active December 19, 2023 16:31
This is a list of GeForce games which have a future release date. Data comes from the GeForce leak, and is purged of Ubisoft games. Since this is getting stars for some reason, I wanted to acknowledge that I stole this from some other gist but can't remember from whom (maybe an archive of xpaw's gist or some other repost)
appID releaseDate title developerName publisherName
1059220 2022-04-07 '83 Antimatter Games Toadman Interactive
422890 2021-10-22 22 Racing Series GOATi Entertainment GOATi Entertainment
2022-02-28 7 Days Salvation Volla Games Volla Games
2022-09-30 7abrynth Backstage Games 505 Games
1182900 2022-06-28 A Plague Tale: Requiem Asobo Studio Focus Home Interactive
2022-01-01 A-Train 10 Artdink Corporation DEGICA Co. Ltd.
2022-01-11 ADA (code name) Dontnod Entertainment Dontnod Entertainment
1368030 2021-10-15 ANNO: Mutationem Thinking Stars Lightning Games
2023-07-25 ARK 2 Studio Wildcard Studio Wildcard
@owulveryck
owulveryck / AAA README.md
Last active February 13, 2022 08:42
Generateur de QR Code tous anti covid

go run . > output.png

@fctsfrmspc
fctsfrmspc / pastebin.md
Last active August 31, 2023 17:40
Wii U

Last updated on 2022/01/23


IMPORTANT: Blocking updates

Set your console's DNS to 168.235.092.108 (US) and 081.004.127.020 (EU) (use both) to block the console from downloading updates.

Settings > System Settings > Internet > Connect to the Internet > Select your connection > Change settings > DNS (Don't auto-obtain)

@leoetlino
leoetlino / nnMain_150.cpp
Created April 26, 2019 11:17
BotW nnMain 1.5.0 vs 1.6.0
void nnMain()
{
// [COLLAPSED LOCAL DECLARATIONS. PRESS KEYPAD CTRL-"+" TO EXPAND]
sead::system::Print("0000002d\n"); // version number. 0x10 in 1.0.0
Profiler::Push("起動時間");
Profiler::Push("main");
_WriteStatusReg(FPCR, _ReadStatusReg(FPCR) | 0x1000000);
@iluxonchik
iluxonchik / jwplayer_downloader.py
Created December 14, 2017 08:38
Download JWPlayer .ts files, merge them into a single file and then convert the file to .mp4
"""
For my Neuroengineering course presentation my group wanted to download some videos,
the problem is that those videos were played by the JWPlayer, so obtaining the video
files was a little tricky. What I noticed from observing the network traffic is that
JWPlayer downloads the video files in chunks (each chunk was 4 seconds long) and
in .ts format. My goal was to combine all of those small video segments into a single
one and then convert the file to .mp4. To combine the multiple video chunks into one
I used the "cat" command and to convert resulting .ts file to .mp4 I used the "ffmpeg"
tool.
@idbrii
idbrii / botw-cedec2017.md
Last active February 27, 2024 19:17
An inline image version of Matt Walker's translation of CEDEC 2017 talks by Nintendo