Where is the railroad infomation located?

ozza000

Emperor
Joined
Feb 14, 2004
Messages
263
Location
England
I would have thought it would have been with the improvements but it isn't so where in the xml is it located, and also where is it possible for me to edit the civilopedia, so it actually says in the Space Elevator entry that it must be built within 30 degrees of the equator.
 
I forget off the top of my head where the pedia stuff is... somewhere in the Text folder I'm assuming, as for railroads you want the CIV4RouteInfos in the Misc folder


:EDIT: pedia info for the space elevator is in CIV4GameText_Civilopedia_BuildingsProjects in the text folder :)
 
<Type>ROUTE_RAILROAD</Type>
<Description>TXT_KEY_ROUTE_RAILROAD</Description>
<iValue>2</iValue>
<iMovement>20</iMovement>
<iFlatMovement>6</iFlatMovement>
<BonusType>BONUS_COAL</BonusType>
<Yields/>
<TechMovementChanges/>

So say I want to make railroads take longer to build, what here do I edit, and also I see no value for 10 movement, I want to edit this one to at least 12, but I don't get which to edit. Anyone know?
 
to make it take longer to build, you need the CIV4BuildInfos in the units folder. and I'm at a loss for the rest of the question.
 
ozza000 said:
anyone know if this is possible or whether it is hardcoded.
Yes it's possible. The info in there is quite confusing. Have a play with different values if you want to find out exactly what it does.
 
Back
Top Bottom