Quick editing question.

Itherael

Chieftain
Joined
Jun 11, 2009
Messages
38
Just a quick question from someone with no editing experience.

How do I add a unit to a civ? I want to play around with Khazad having mages. :crazyeye:
 
You need to open the CIV4CivilizationInfos.xml file, then search for Khazad, then scroll down a bit and remove this part of the code

Code:
                <Unit>
                    <UnitClassType>UNITCLASS_MAGE</UnitClassType>
                    <UnitType>NONE</UnitType>
                </Unit>
 
Top Bottom