Web Analytics Made Easy - Statcounter

Civilization - Call to Power - PC

   0-9   A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z All

Start a game, choose screen, than options and than you will see cheat mode,
take it and now you see a list of soldies tanks, technolegies, map,enz that
you can take.


GameTips:
---------
* Save early and save often in multiple slots. Not only do the occasional
crash and the lack of an autosave make for a lot of wasted time if you
don't save every ten turns or so, but sometimes the game will crash
during a save, corrupting the save file itself.

* The game is heavily weighted toward the defender. Unless you are facing
a very weak enemy, there is little point in attacking fortified enemy
cities unless you have at least two full stacks of nine units each.

* The Ship of the Line is the perfect sea invasion platform. Create a
stack of seven to nine Ship of the Lines, and load them up with troops.
Once you get to the enemy cities, drop off the troops and then use your
ships for artillery support. Blast away at the enemy cities before
sending in the boys.

* Go for the gold. Go to Trade and Banking. Build banks and marketplaces
in all your cities. Use the gold to do slaving and convert cities.


Unlimited Gold:
---------------
First make a backup copy of the file script.slc, which is located in
..\ctp_data\default\gamedata. Then open up the original with any text
editor and add the following lines:

trigger 'DOR_T_Give_Gold' when (IsHumanPlayer(g.player) &&
(player.1.gold<=200000))
{
AddGold(g.player,1000000);
}

Now everytime the human player runs out of gold (< 200000), he gets
1 million more.