dracodragon
Chieftain
I have added two units from vanilla Civ4 mod American Revolution the CONTINENTAL_REGULAR and MINUTEMAN into BTS. I have made the XML tags in the UnitInfos.xml in BTS all square but when I run the mod only the NAVY_SEAL show up.
Above is the part I have edited of the CivilizationsInfos.xml and for some reason they are not added to the UU for America. Any insight on this problem would be appreciated.
Spoiler :
<Units>
<Unit>
<UnitClassType>UNITCLASS_MUSKETMAN</UnitClassType>
<UnitType>UNIT_MINUTEMAN</UnitType>
</Unit>
<Unit>
<UnitClassType>UNITCLASS_RIFLEMAN</UnitClassType>
<UnitType>UNIT_CONTINENTAL_REGULAR</UnitType>
</Unit>
<Unit>
<UnitClassType>UNITCLASS_MARINE</UnitClassType>
<UnitType>UNIT_AMERICAN_NAVY_SEAL</UnitType>
</Unit>
</Units>
<Unit>
<UnitClassType>UNITCLASS_MUSKETMAN</UnitClassType>
<UnitType>UNIT_MINUTEMAN</UnitType>
</Unit>
<Unit>
<UnitClassType>UNITCLASS_RIFLEMAN</UnitClassType>
<UnitType>UNIT_CONTINENTAL_REGULAR</UnitType>
</Unit>
<Unit>
<UnitClassType>UNITCLASS_MARINE</UnitClassType>
<UnitType>UNIT_AMERICAN_NAVY_SEAL</UnitType>
</Unit>
</Units>
Above is the part I have edited of the CivilizationsInfos.xml and for some reason they are not added to the UU for America. Any insight on this problem would be appreciated.