Cheat Console
Locate the file C:\Users\[USERNAME]\AppData\Roaming\Kalypso Media\Dungeons\config.cfg and open it with Notepad. Add the following line to the end of the file:
Development.Enabled = true
Save the file. Load the game and while playing type
con!. This will enable the cheat console which can be brought up by pressing F1. Type any of the following cheat codes into the console:
The following commands are CASE SENSITIVE.
PATCHING THE GAME BEYOND 1.0 WILL RENDER THESE CHEATS USELESS.
Code: | Result: |
ISee(1) | Reveal Map (0=off) |
ShowFPS(1) | Show FPS (0=off) |
Additional Cheat Commands
Locate the file C:\[GAME FOLDER]\data\init.py and open it with Notepad. Add the following lines to the end of the file:
def CG(gold = 1000000):
Send(CheatMessage("c_SetGold("+str(gold)+")", Vector3.ZERO, 0))
def CSE(se = 1000000):
Send(CheatMessage("c_SetSoulEnergy("+str(se)+")", Vector3.ZERO, 0))
def CP(p = 1000000):
Send(CheatMessage("c_SetPrestige("+str(p)+")", Vector3.ZERO, 0))
def CSP(sp = 300):
Send(CheatMessage("c_SetSkillPoints("+str(sp)+")", Vector3.ZERO, 0))
def CAP(ap = 1000):
Send(CheatMessage("c_SetAttributePoints("+str(ap)+")", Vector3.ZERO, 0))
You can then use the cheat console as outlined above to enter any of the following cheat commands:
The following commands are CASE SENSITIVE.
Code: | Result: |
CG () | Add 1 Million Gold |
CSE () | Add 1 Million Soul Energy |
CP () | Add 1 Million Prestige |
CSP () | Add 300 Skill Points |
CAP () | Add 1000 Attribute Points |
Easy Cheat Entry
Locate the file C:\Users\[USERNAME]\AppData\Roaming\Kalypso Media\Dungeons\config.cfg and open it with Notepad. Add the following line to the end of the file:
Misc.Specialversion = CHEATGUI
You may now press [F12] while playing to bring up the cheat menu which has God Mode, Satisfy Hero, All Spells, Win, Uber-Buff, Skill and Attribute Points, Restore HP+Mana and more.