RogerBacon
King
- Joined
- Nov 16, 2003
- Messages
- 649
xau99 said:This is a great mod, however I have a question - how do you change the distance allowed to establish a city. Currently you can build a city 2 squares away from another city - is there somewhere you can increase that distance?
Add this to your GlobalDefinesAlt.xml
[CODE
<Define>
<DefineName>MIN_CITY_RANGE</DefineName>
<iDefineIntVal>4</iDefineIntVal>
</Define>
[/CODE]
Roger Bacon