dood100125
Chieftain
I hate to ask so soon after my last post but I cant figure out this problem.
I have made my unit and the building for and want to make it unique for my civilization, I have made a few units unique to the civilization before and it worked but not with my new building and unit I added both in Civilizationinfos.xml
and
they both work ingame except every civ can build them, I double check to make sure both the class and type where the same for both.
I have made my unit and the building for and want to make it unique for my civilization, I have made a few units unique to the civilization before and it worked but not with my new building and unit I added both in Civilizationinfos.xml
Code:
<Buildings>
<Building><!-- Worm Temple -->
<BuildingClassType>BUILDINGCLASS_Worm_Temple</BuildingClassType>
<BuildingType>BUILDING_Worm_Temple</BuildingType>
</Building>
<Building>
Code:
<Unit>
<UnitClassType>UNITCLASS_Worm</UnitClassType>
<UnitType>UNIT_Sandworm</UnitType>
</Unit>
they both work ingame except every civ can build them, I double check to make sure both the class and type where the same for both.