Civilization 3 - Play The World cheats and cheat codes for PC
Choose a format & game name:
Civilization 3 - Play The World Cheats (PC Games)
Rating
Effect:
Infinite Gold
When:
Before the game
How:
Note: This involves editing a game file.
First create a backup copy of the file before proceeding.
Next use a text editor to edit the ''script.slc'' file in the
''ctp_datadefaultgamedata'' folder. Now add the following lines to the file:
trigger 'DOR_T_Give_Gold' when (IsHumanPlayer(g.player) &&
(player.1.gold<=200000))
{
AddGold(g.player,1000000);
}