Severance: The Blade of Darkness Cheats - PC
Primary Collection of Cheats
Cheat Mode
Having recently completed severance blade of darkness, The ending credits revealed some interesting cheat codes. Since they were shown after the ending cinematic, they may only work once the game is finished.**
allmighty - Raises hp and stamina to maximum
tothepoint - All weapons
itemsgalore - This one speaks for itself
doorsnomore - Adds all keys on current level
levelend - Finishes current level
levelheaded - Maximum level gain
** there is a small chance these are the Barbarian only cheats as I have only finshed Severance with this class so far. Also, These cheats were revealed on the english version so they may or may not work for any other.
Another Set of Cheats for This Game
Configuration
When level is loaded press "Esc" and go to GAME/ARENA/PLAYER CONFIGURATION choose character, enter name then save it and go back to game.
AnyCharacter "GOASUX"
F Heal
Barbarian "GUYAGAO"
1 SmallSword
2 BigSword
3 BigShield
4 SmallShield
Knight "SCAIGUOKER"
G CreateLightSabre
K StartLaser
Amazon "PAMELA CHU"
F5 Camera Left
F6 Camera Right
F10 ToggleInvincibility
P Change Mov
Dwarf "NO LEM KGB"
H SleepyHollow
M Mutational
X Matrix
Barbarian "IVALAOSTIA"
F8 LevelUp
F9 NextLevel
Edit Your Character
Just edit the chardata.py in the /stats dir to change stats of your character.
Another Way to Enable Some Cheats
Add this code at the end of Scripts\Menu.py file to enable some cheats:
import cheats cheats.ActivateMiscCheats()
cheats.ActivateLaserEyes()
cheats.ActivateWeaponGrow()
cheats.ActivateGoreCheatsCheats()
cheats.ActivateLevelCheats() and start a new game.
It's not official change. Please, be careful.
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.