B Bakuhatsu Chieftain Joined Sep 26, 2007 Messages 5 Sep 27, 2007 #1 How can you change the distance that a city has to be built from another, say change it from 2 plots to 4, or 2 to 1? I'm not sure how this is done...
How can you change the distance that a city has to be built from another, say change it from 2 plots to 4, or 2 to 1? I'm not sure how this is done...
MrPopov King Joined Jul 25, 2006 Messages 985 Sep 27, 2007 #2 add this code to the end of GlobalDefinesAlt.xml in the \Assets\XML folder Code: <Define> <DefineName>MIN_CITY_RANGE</DefineName> <iDefineIntVal>X</iDefineIntVal> </Define> where X is the distance you want cities to be, vanilla CIV value is 2.
add this code to the end of GlobalDefinesAlt.xml in the \Assets\XML folder Code: <Define> <DefineName>MIN_CITY_RANGE</DefineName> <iDefineIntVal>X</iDefineIntVal> </Define> where X is the distance you want cities to be, vanilla CIV value is 2.