0
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z


Guides


PC - Windows : Blade of Darkness Cheats

Below are the cheats, hints, and tips that Game Gas knows about for Blade of Darkness. On the right are websites that may have additional cheat codes, hints, or tips for Blade of Darkness.

Other Sites Cheats
Cheat Patch
Game Score
Cheat Mad
Jumbo Cheats
Game Spot
GamesRadar
IGN


Cheat :
Enable Cheats
You have to open and edit the menu.py file located in the "Blade\Scripts" folder to make to cheats work. Always make a backup of this file before editing. Open the file with any text editor, and add these lines at the bottom of the file:

import cheats
cheats.ActivateMiscCheats()
cheats.ActivateLaserEyes()
cheats.ActivateWeaponGrow()
cheats.ActivateGoreCheatsCheats()
cheats.ActivateLevelCheats()

Now save it and close the file.

The next time you start the game the cheat codes will be activated. Now all you have to do is to press the following keys to get the various cheats to work:

Code Result
[F10] God Mode
[F8] Level Up
[F9] Level Skip
[F5] Move Camera Left
[F6] Move Camera Right
1 Small Sword
2 Large Sword
3 Large Shield
4 Small Shield
G Create Lightsabre
K Start Lightsabre
P Change MOV
H Sleepy Hollow
M Mutational
X Matrix


NOTE: Remember to activate all the cheats you think you'll be using before saving the game. Sometimes the cheats will not work the next time you load the game, unless they were active when the game was saved.

Alternate God Mode
Open the control.py file from your "config" game folder. At the end of the key bindings list, add the following line:

Bladex.AssocKey("ToggleInvinciblilty","Keyboard","p")

Next, open the defcontrol.py file from your "scripts" game folder and make the same addition. While in the game you may now press "P" for God Mode. Press "P" again to deactivate. You may bind this cheat to any key by substituting your choice for the "p" in the line above.

Edit Character Stats
You can edit the chardata.py file in your "stats" game folder to alter the stats of your character. Make a backup before editing.