I created a cheat menu for the game. It also includes a save extender and WASD remap.
To install, simply extract the RAR file into the game's folder. To use the cheat menu, press
q.
It's made for v1.6, but should work for any version of the game. However, for other versions you'll probably need to reject the overwrite of
plugin.js when extracting it and then edit the file yourself, like i already explained
here.
The lines to be added at
plugin.js are those:
JavaScript:
{"name":"ModCommon","status":true,"description":"","parameters":{}},
{"name":"ExtendSaves","status":true,"description":"","parameters":{}},
{"name":"UseWASD","status":true,"description":"","parameters":{}},
{"name":"CheatMenu","status":true,"description":"","parameters":{}},
You can disable any module by changing
"status":true to
"status":false, just don't disable ModCommon, as all of the 3 modules depend on it and the game will crash if it's disabled.
You must be registered to see the links
You must be registered to see the links
View attachment 4492341
View attachment 4520242