|
Fantasy Wars
Cheat Codes: ——————
Submitted by: RM
Press ~ or ^ to display the console window.
Then, enter one of the following codes.
Result 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 involves editing a game file; create a backup
copy of the file before proceeding. Use a text editor to edit the
“levelUp.sctipt” file in the “\Data\GameData\Scripts\” 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 involves editing a game file; create a backup
copy f the file before proceeding. Use a text editor to edit the
“artefcats.script” file in the “\Data\GameData\Scripts\” directory
in the game folder.
Change the value of “local cost” from “25;” to “0;”.
Fast resting: ——————-
Note: This procedure involves editing a game file; create a backup
copy of the file before proceeding. Use a text editor to edit the
“RestRecruit.script” file in the “\Data\GameData\Scripts\” directory
in the game folder. Find bth occurrences of the line:
unit:ZeroFreeActions();
Change them to: —unit:ZeroFreeActions();
|