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 "blade\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()
Start the game, press [F1], enter one of the following codes, then press [F1] again to activate the corresponding cheat function.
Effect | Key |
Small sword | 1 |
Big sword | 2 |
Big shield | 3 |
Small shield | 4 |
Create lightsaber | G |
Start lightsaber | K |
Toggle invincibility | [F10] |
Move camera left | [F5] |
Move camera right | [F6] |
Change MOV | P |
Sleepy Hollow-type gore | H |
Mutational-type gore | M |
Matrix-type gore | X |
Chop head off | J |
Level skip | [F9] |
Level up | [F8] |
Cheat mode (alternate)
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.
Maximum HP and stamina | allmighty |
All weapons | tothepoint |
All items | itemsgalore |
All keys for current level | doorsnomore |
Level skip | levelend |
Maximum level gain | levelheaded |
Invincibility
Note: This procedure involves editing a game file; create a backup copy of the file before proceeding. Use a text editor to edit the "control.py" file in the "config" folder. Add the following line at the end of key binding section, where <key> is any available key:
Bladex.AssocKey("ToggleInvinciblilty","Keyboard","<key>")
Add the same line in the "defcontrol.py" in the "scripts" folder. Press the key that was bound during game play to toggle invincibility.
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.