Hello.
Dungeons: Cheat Codes Free Download
So let’s get started….
We go into the folder with the game kalypso media / dungeons and there is a Config.cmd file ,
run it and at the end add the lines Development.Enabled = true.
Then we go into the game ,
and during the game (no matter what mission)
we enter: con! (! = shift (zagat) + 1 (+ means together with shift)) ,
then press F1 appears in the console.
Close the game.
We go back to the same folder and see there another folder called Data, we find the init.py file,
open it with notepad and add at the very bottom:
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))
PS: I have this last line in the init:
def ShowGuiMaterial (): print GuiManager.Singleton.GetTopControl (). MaterialSchemeName
and after the change it looks like the end of my init:
def ShowGuiMaterial (): print GuiManager.Singleton.GetTopControl (). MaterialSchemeName
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))