Did you not read the downloads sections?Ran it, I see the GameMod files but the mod isn't working. The hotkeys don't do anything
Edit: Alright I had to run the game through Nyx in order for the mods to pop up, thanks
Literally have instructions next to the link.
The post also specifically says USE ONLY ONE download, not both.
Again,
CheatsMod.zip
is a merged version of an older release that is no longer being updated and the contents gets extracted to ModScripts/
as is.OR
CheatsMod-ModLoader.zip
is the up-to-date modular version and the contents gets extracted to ModScripts/_Mods/
as is, will result in the Cheats Mod/
folder within ModScripts/_Mods/
.Easiest way to enable the mod is to use
NyxLauncher.exe
located in ModScripts
.As long as the
GameMods.ini
file exists in the same folder as Game.exe
(and that NyxLauncher knows which Game.exe it is managing mods for), NyxLauncher will automatically add new mods to the list as it finds them (based on the folder names in ModScripts/_Mods/
)My modification of the ModLoader (released in another post) changes the options in
GameMods.ini
to make manually managing mods easier.Instead of
Banned = 0
, it is now Active = 1
, but ONLY if the modified mod loader is installed. (Standard rules of Boolean as Integer: 0 = false, 1 or above = true)Unfortunately, the matching NyxLauncher just gets flagged as a virus no matter what I tried (the original version included with the official game files also gets falsely flagged) and a rebuild using Lazarus (FreePascal) is a work-in-progress (since Delphi is the main language I'm experienced with)
Last edited: