• 📚 A new project from the admin: Check out PictureBooks.io, an AI storyteller that lets you build custom picture books for kids in seconds. Let me know what you think here!

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.
 
Back
Top Bottom