CALL TO POWER II TIPS & TRICKS
Cheat mode
Begin your new game and submit the cheat code Leemur as your leader name to get 1,000,000 gold and public works. After activating this code and playing, you will find out later that the gold funds run out very quickly if you buy everything. At this point,
Reveal entire map and resources
Save the game. Include the word multi in the saved game name. Load the game you just saved. You now can now see the entire map and all resources.
Reveal entire map and resources
Alternately, press [Esc] while playing the game then select cheat mode. Agree to the license agreement, and then click the goggles on the left. Everything is now revealed. Remember that when cheat mode is activated; your score will not be saved.
Unlimited gold
Using your text editor to edit the "script.slc" file in the "\ctp_data\default\gamedata" folder. Add the following lines:
trigger 'DOR_T_Give_Gold' when (IsHumanPlayer(g.player) &&
(player.1.gold<=200000))
{
AddGold(g.player,1000000);
}