Moding city distance?

Bakuhatsu

Chieftain
Joined
Sep 26, 2007
Messages
5
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...
 
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.
 
Top Bottom