End of time 2050

Right, if I choose a custom game… However though when I choose Play Now or Play Scenario, the time always ends at 2050.

I want it to expand forever, until a victory condition is met, like diplomatic, conquest, ect…
 
TheBladeRoden said:
Uncheck Time Victory

If you uncheck this it will still end the game at 2050.. just won't pick a game "winner" by points at this point. Also, anytime you choose to continue it stops adding points... if that is what you are interested in. If you just want to play until you have total dominance with no HoF entry... feel free.

Cheers!
 
CrazyAce said:
Can the end of time be incressed to like say forever?

It would be relatively trivial to create a mod with say 10,000 extra turns tacked onto the end. Just modify Civ4GameSpeedInfo:

PHP:
				<GameTurnInfo>
					<iYearIncrement>1</iYearIncrement>
					<iTurnsPerIncrement>350</iTurnsPerIncrement>
				</GameTurnInfo>

Look for that line in each game speed, and add 10,000 to the number of turns at year increment 1.

That should pretty much be 'like' forever ... if you can play 10,000 turns but not be done yet ....
 
Top Bottom