Gwydion62 Warlord Joined Apr 25, 2004 Messages 193 Location Austria Nov 7, 2010 #1 How can I make a CIV not using a specific unit? If I make a new unittype and I do not want - let's say Siam - using this unit - what should i do? Thank's!
How can I make a CIV not using a specific unit? If I make a new unittype and I do not want - let's say Siam - using this unit - what should i do? Thank's!
Gedemon Modder Super Moderator Joined Oct 4, 2004 Messages 12,833 Location France Nov 7, 2010 #2 something like that : Code: <Civilization_UnitClassOverrides> <Row> <CivilizationType>CIVILIZATION_BARBARIAN</CivilizationType> <UnitClassType>UNITCLASS_SETTLER</UnitClassType> <UnitType/> </Row> </Civilization_UnitClassOverrides>
something like that : Code: <Civilization_UnitClassOverrides> <Row> <CivilizationType>CIVILIZATION_BARBARIAN</CivilizationType> <UnitClassType>UNITCLASS_SETTLER</UnitClassType> <UnitType/> </Row> </Civilization_UnitClassOverrides>
Gwydion62 Warlord Joined Apr 25, 2004 Messages 193 Location Austria Nov 8, 2010 #3 Hi! I tried it, but that made the game not showing the MOD - I did it for every Civ except the new austrians and the germans to use the new Unit. I will read over, maybe I forgot something Thank's
Hi! I tried it, but that made the game not showing the MOD - I did it for every Civ except the new austrians and the germans to use the new Unit. I will read over, maybe I forgot something Thank's