How do I change the upgrade paths of Civ Units?

tlbunn

Chieftain
Joined
Oct 4, 2003
Messages
17
Location
Fort Hood, Texas
I really don't like my horses upgrading into helicopters. The lineage of Cavalry units is actually into Armor units. Can anyone help with directions on how to change the upgrade paths? Please keep it simple for this old soldier.
thanx
Thomas
 
Just look for these lines in the CIV4UnitInfos.xml file. It can be found in the Assets/XML/Units folder.

Code:
			<UnitClassUpgrades>
				<UnitClassUpgrade>
					<UnitClassUpgradeType>UNITCLASS_GUNSHIP</UnitClassUpgradeType>
					<bUnitClassUpgrade>1</bUnitClassUpgrade>
				</UnitClassUpgrade>
			</UnitClassUpgrades>
 
Don't modify the original files though, place the modded copy in CustomAssets.
 
Back
Top Bottom