Cheat Codes While playing a game, enter one of the following codes to activate the corresponding cheat function. Note: The game may need to be completed first before they can be activated.| Result | Cheat Code | | Level skip | levelend | | Maximum HP and stamina | allmighty | | Maximum level gain | levelheaded | | All weapons | tothepoint | | All items | itemsgalore | | All keys for current level | doorsnomore |
|
Cheat Mode
Note: This procedure involves editing a game file; create a backup copy of the file before proceeding. Use a text editor to edit the "menu.py" file in the "scripts" folder. Add the following lines at the end of the file to enable cheat mode:- import cheats
- cheats.ActivateMiscCheats()
- cheats.ActivateLaserEyes()
- cheats.ActivateWeaponGrow()
- cheats.ActivateGoreCheatsCheats()
- cheats.ActivateLevelCheats()
Then while playing a game, press one of the following keys to activate the corresponding cheat function: | Result | Key | | Small sword | 1 | | Big sword | 2 | | Big shield | 3 | | Small shield | 4 | | Create lightsaber | G | | Sleepy Hollow type gore | H | | Start lightsaber | K | | Mutational gore | M | | Change MOV | P | | Matrix type gore | X | | Move camera left | [F5] | | Move camera right | [F6] | | Level up | [F8] | | Level skip | [F9] | | Toggle invincibility | [F10] |
|
Edit Character
Note: This procedure involves editing a game file; create a backup copy of the file before proceeding. Use a text editor to edit the "chardata.py" file in the "stats" folder. Any character stat can be edited. |