Building cities closer together

Jesus Civs

Civaholic
Joined
Jan 10, 2006
Messages
398
Location
Ireland
Hi

Is there a way to remove the minimum city spacing. Currently the game has it fixed at 2 tiles between cities.

It would be a huge advantage to have cities closer together sometimes, and particularly in scenarios.

If anyone knows the answer to this, please post it!
 
It's in the GlobalDefines.xml file; you can override this with a GlobalDefinesAlt.xml file that only changes the parameters you need in your scenario. I increased it for a mod with:

Code:
	<Define>
		<DefineName>MIN_CITY_RANGE</DefineName>
		<iDefineIntVal>3</iDefineIntVal>
	</Define>
 
In my mod, I increased the city distance, and now I can really take over every enemy city, because they don´t always build so many small cities and they have more buildings.... The percentage of good and bad placed cities of the AI stays the same.
 
Back
Top Bottom