Cheat Codes:
Press?~?or?^?to display the console window, then activate the following cheats by entering the corresponding codes:
CHEAT FUNCTION – CHEAT CODE
10 gold – cheat10gold
100 gold – cheat100gold
1,000 gold – cheat1000gold
10 experience points – cheat10exp
100 experience points – cheat100exp
1,000 experience points – cheat1000exp
Heal selected unit – cheatheal
Reset selected unit – cheatresurrect
Shadow for all units – cheatshadows
Lose mission – cheatdefeat
Win mission – cheatvictory
Unknown – cheatbrokeall
Faster experience:
Note: This procedure requires editing a game file; creating a backup copy of the file before proceeding is recommended. With a text editor, edit the “levelUp.sctipt” file in the “DataGameDataScripts” directory in the game folder. Find the line:
local newLevel = math.floor( detachment:GetExperience() / 100 );
Change it to:
local newLevel = math.floor( detachment:GetExperience() / 50 );
The number of experience points required to level up will be halved to 50. Note: The game will crash if you level up after the unit is level 5.
Free artifact switching:
Note: This procedure requires editing a game file; creating a backup copy of the file before proceeding is recommended. With a text editor, edit the “artefcats.script” file in the “DataGameDataScripts” directory in the game folder. Change the value of “local cost” from “25;” to “0;”.
Fast resting:
Note: This procedure requires editing a game file; creating a backup copy of the file before proceeding is recommended. With a text editor, edit the “RestRecruit.script” file in the “DataGameDataScripts” directory in the game folder. Find bth occurrences of the line:
unit:ZeroFreeActions();
Change them to:
–unit:ZeroFreeActions();