I would like to adjust the Flat Rate Movement of Railroads from 10 to 20 when the person researches Industrialism.
Unfortunately, an error occurs when I try to edit the following code with an <iFlatMovementChange>:
<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>
<TechFlatMovementChange>
<PrereqTech>TECH_INDUSTRIALISM</PrereqTech>
<iFlatMovementChange>-3</iFlatMovementChange>
</TechFlatMovementChange>
</TechMovementChanges>
I also tried <TechMovementChange> and then <iFlatMovementChange> with no luck, as well as <TechFlatMovementChanges> at the beginning.
Has anyone been able to adjust the flat movement rate of railroads using technology (like roads use Engineering)?
My last resort will most likely have to be increasing the road movement to a higher rate than railroads.
(I hate this option, since I like the flat rate on railroads...it makes complete sense that infantry and tanks move that same speed WHILE ON the train)
Thanks for any help...I hope this doesn't require SDK either, since I haven't even tried going THAT deep into code...I'm not as good with code.
Unfortunately, an error occurs when I try to edit the following code with an <iFlatMovementChange>:
<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>
<TechFlatMovementChange>
<PrereqTech>TECH_INDUSTRIALISM</PrereqTech>
<iFlatMovementChange>-3</iFlatMovementChange>
</TechFlatMovementChange>
</TechMovementChanges>
I also tried <TechMovementChange> and then <iFlatMovementChange> with no luck, as well as <TechFlatMovementChanges> at the beginning.
Has anyone been able to adjust the flat movement rate of railroads using technology (like roads use Engineering)?
My last resort will most likely have to be increasing the road movement to a higher rate than railroads.

Thanks for any help...I hope this doesn't require SDK either, since I haven't even tried going THAT deep into code...I'm not as good with code.