Andre Louis Issa
Andre Louis Issa
I accidentally bound "kill self" to Esc so now I can't even bind it to something else...
AppData\LocalLow\Team Cherry\Hollow Knight\DebugMod.GlobalSettings.json Delete this or mess with it to unbind stuff
Are you doing this on UVHM? UVHM does not level by region.
You could put explicit design patterns in the names of each API structure. Another idea could be to organise by what the APIs are trying to accomplish, for instance ItemAPI...
The current system certainly is unintuitive, unpredictable, and brittle
a hack you can try is renaming the file to end in `.dev.dll` so the default loading mode won't load it
Unrelated to actually implementing this feature, I realised that Mode is probably a bad example since it contains "Minimized" and a bunch of obsolete entries, so would need a lot...
That doesn't seem valid: - the game_aliases dict takes folder to game, so it can use the game to implicitly target the most common lua script, "romfs" is not a...
Now it might work, but give it a try first.
Does this not work? ```lua ---@generic K: string ---@param queries table ---@return table ````