Quantcast
Channel: Civilization Fanatics' Forums
Viewing all articles
Browse latest Browse all 12856

Problems Altering Unique Units

$
0
0
#1

<UnitInfo>
<Class>UNITCLASS_MUSKETMAN</Class>
<Type>UNIT_FRENCH_MUSKETEER</Type>

..in the Unit file. And in the Civ file I did...

<Units>
<Unit>
<UnitClassType>UNITCLASS_MUSKETMAN</UnitClassType>
<UnitType>UNIT_FRENCH_MUSKETEER</UnitType>
</Unit>
</Units>

and it's resulting in both units showing up in the tech tree.


#2

<UnitInfo>
<Class>UNITCLASS_FRIGATE</Class>
<Type>UNIT_SHIP_OF_THE_LINE</Type>

in the Unit file and in the Civ file..

<Unit>
<UnitClassType>UNITCLASS_FRIGATE</UnitClassType>
<UnitType>UNIT_SHIP_OF_THE_LINE</UnitType>
</Unit>

results in both units showing up in the tech tree.

Viewing all articles
Browse latest Browse all 12856

Trending Articles