Kuriotates

Audton

Chieftain
Joined
Oct 13, 2007
Messages
7
Hi!

Is it possible to play as Kuriotates without the sprawling trait?
If that's the case I will be very happy if anyone can explain to me how to do it! :)
 
?
Actually, you have to go to CIV4CivilizationInfos.xml , find Kuriotates entry (or just look for TRAIT_SPRAWLING, it appears only once) and change

Code:
            <CivTrait>TRAIT_SPRAWLING</CivTrait>
to
Code:
            <CivTrait>NONE</CivTrait>
 
go to Assets\xml\civilizations\civ4civilizationinfos.xml and delete
Code:
                 <Trait>
                    <TraitType>TRAIT_EXPANSIVE</TraitType>
                    <bTrait>1</bTrait>
                 </Trait>
from Cardith's entry.

Don't listen to him. This is complete nonsense.

To remove sprawling from the Kuriotates, go to Assets\xml\civilizations\civ4civilizationinfos.xml and change
Code:
<CivTrait>TRAIT_SPRAWLING</CivTrait>
to
Code:
<CivTrait>NONE</CivTrait>

NINJAD
 
What about if I liked the sprawling trait, but just wanted to tweak how settlements work, where would I find that?
 
Top Bottom