Ambreville
Deity
I can't seem to get my UU to be restricted to one single Civ. I created a UU but all Civs seem to be able to build it anyway despite my best efforts.
I've included the line in the CivilizationInfos.xml file under the appropriate Civ, as follows:
I have the UnitClass set up as follows:
What am I missing already??
I've included the line in the CivilizationInfos.xml file under the appropriate Civ, as follows:
Spoiler :
<Unit>
<UnitClassType>UNITCLASS_HORSE_MILITIA</UnitClassType>
<UnitType>UNIT_LANCER</UnitType>
</Unit>
<UnitClassType>UNITCLASS_HORSE_MILITIA</UnitClassType>
<UnitType>UNIT_LANCER</UnitType>
</Unit>
I have the UnitClass set up as follows:
Spoiler :
<UnitClassInfo>
<Type>UNITCLASS_HORSE_MILITIA</Type>
<Description>TXT_KEY_UNIT_LANCER</Description>
<iMaxGlobalInstances>-1</iMaxGlobalInstances>
<iMaxTeamInstances>-1</iMaxTeamInstances>
<iMaxPlayerInstances>-1</iMaxPlayerInstances>
<DefaultUnit>UNIT_LANCER</DefaultUnit>
</UnitClassInfo>
<Type>UNITCLASS_HORSE_MILITIA</Type>
<Description>TXT_KEY_UNIT_LANCER</Description>
<iMaxGlobalInstances>-1</iMaxGlobalInstances>
<iMaxTeamInstances>-1</iMaxTeamInstances>
<iMaxPlayerInstances>-1</iMaxPlayerInstances>
<DefaultUnit>UNIT_LANCER</DefaultUnit>
</UnitClassInfo>
What am I missing already??