Mellian
.......
Okay, added some extra special units for my civs which I added in CivUnitInfos.xml by just copy and pasting something else and just rename and changing the stats for my civ as I am not interested in creating new graphics or entire new civlopedia entries. Apart from the Macky Warrior, the game doesn't seem to accept the rest of them and then doesn't load them when the game starts. Can't see anything I have done wrong nor in the UnitInfos. The errors are coming from civilizationsinfos, nowhere else.
The error is:
"Tag: UNIT_MACKY_RIFLEMAN in Info class was incorrect
Current XML file is: Civilizations/Civ4CiviliazationsInfos.xml"
Any ideas in what is going on?
-mellian
The error is:
"Tag: UNIT_MACKY_RIFLEMAN in Info class was incorrect
Current XML file is: Civilizations/Civ4CiviliazationsInfos.xml"
Any ideas in what is going on?
-mellian
PHP:
<Units>
<Unit>
<UnitClassType>UNITCLASS_RIFLEMAN</UnitClassType>
<UnitType>UNIT_MACKY_RIFLEMAN</UnitType>
</Unit>
<Unit>
<UnitClassType>UNITCLASS_WARRIOR</UnitClassType>
<UnitType>UNIT_MACKY_WARRIOR</UnitType>
</Unit>
<Unit>
<UnitClassType>UNITCLASS_SWORDSMAN</UnitClassType>
<UnitType>UNIT_MACKY_LEGION</UnitType>
</Unit>
<Unit>
<UnitClassType>UNITCLASS_CAVALRY</UnitClassType>
<UnitType>UNIT_MACKY_CALVARY</UnitType>
</Unit>
<Unit>
<UnitClassType>UNITCLASS_SPEARMAN</UnitClassType>
<UnitType>UNIT_MACKY_PHALANX</UnitType>
</Unit>
</Units>