TargetScore: Difference between revisions
From Civilization Modding Wiki
Jump to navigationJump to search
CivRocks07 (talk | contribs) (Created page with 'The TargetScore value determins the score a player must achieve to win the game. For example, the Desert War scenario uses TargetScore=6, as there are 6 objective cities in the g...') |
CivRocks07 (talk | contribs) mNo edit summary |
(One intermediate revision by the same user not shown) | |
(No difference)
|
Latest revision as of 16:08, 31 May 2009
The TargetScore value determins the score a player must achieve to win the game. For example, the Desert War scenario uses TargetScore=6, as there are 6 objective cities in the game. If one team holds all 6 cities, then they win the game. By itself you can define the actual score a player must achieve (in the score list on the right of the interface), but coupled with python, this can be an extremely powerful scoring utility. You must have Victory=VICTORY_SCORE (or all victory conditions available) for this method to work.