Civilization III
Civilization III cheats, Civilization III hints, Civilization III codes and cheatcodes
To get 100,000 Gold and PW start a new game and enter Leemur as a leader name.
To reveal map go to save, name the save 'multi'.Now you will be able to see the map
and you will be able to change what other civs are producing.
To get unlimited gold edit the "script.slc" file in the "\ctp_data\default\gamedata" folder
nad add the following lines to the file:
trigger 'DOR_T_Give_Gold' when (IsHumanPlayer(g.player) && (player.1.gold<=200000))
{AddGold(g.player,1000000);}
|
|