Change the Years

senwiz

Prince
Joined
Feb 27, 2006
Messages
304
Location
Appleton, WI
Has anyone done this? I don't want to recreate the wheel, so to speak. LOL

For the mod I am creating, I will not have a need for the ancient era technologies or years. I am trying to find a way to change the years such that history starts at 1700 and runs to the year 3000.

My current goal is to combine all of the Ancient era technologies into one tech, so that it can be researched in 10 turns.


Any thoughts would be cool.
 
1) Edit GlobalDefines.xml to change starting year:

Code:
<Define>
             <DefineName>START_YEAR</DefineName>
	<iDefineIntVal>-4000</iDefineIntVal>
</Define>

2) Edit <GameTurnInfos> tag in CIV4GameSpeedInfo.xml to change time values of turns.
 
Back
Top Bottom