| |
Civilization III
100,000 Gold and PW- |
Start a new game and enter Leemur as a leader name |
Reveal Map- |
When you go to save, name the save "multi"
without the quotation marks. This allows you to see the map and you will
be able to change what other players are producing. |
Unlimited Gold- |
This cheat requires editing a game file, so make a backup
copy of the file before starting. Use a text editor to edit the "script.slc"
file in the "\ctp_data\default\gamedata" folder. Add the
following lines to the file.
trigger 'DOR_T_Give_Gold' when (IsHumanPlayer(g.player) &&
(player.1.gold<=200000))
{
AddGold(g.player,1000000);
}
|
| |
|