Civilization: Call To Power 2 (PC)

CheatingDome.com


Cheat Mode

Start a new game and enter 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, save your game, then quit the game altogether. Start the game again, and load your current game again. You will notice that your gold funds have been restored to 1,000,000, but your public works funding stays the same.

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.

Unlimited gold

Use a 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);
}