2 questions

cvlowe

King
Joined
Nov 9, 2006
Messages
629
Location
Connect-I-Cut
1. How do I change or get rid of the 100xp limit from barbarians? Since I usually play huge maps, it gets really annoying especially with the reduced barb xp.

2 Is there any way to deal with a blizzard that popped up in my territory? IE a spell that will put it out...

Thanks!
 
1. Not sure, but you would have to code something (sadly theres no option)

2. High Priests of Winter (illians only) can call blizzards to them and 'tow' them out of the territory. Don't know of any other unit but i think they will move or die out naturally.
 
To change the barbarian xp cap go to C:\Program Files\Firaxis Games\Sid Meier's Civilization 4\Beyond the Sword\Mods\Fall from Heaven 2\Assets\XML and open GlobalDefinesAlt.xml with notepad and find
Code:
    <Define>
        <DefineName>BARBARIAN_MAX_XP_VALUE</DefineName>
        <iDefineIntVal>100</iDefineIntVal>
    </Define>
and if you want to remove the cap change it to -1
 
Thanks, that was what I was looking for.
 
Back
Top Bottom