Increase the distance between the cells of the new cities

clack

Chieftain
Joined
Oct 24, 2016
Messages
53
Location
Russia
Hello. I need help with one question. How can we increase the distance between the cells of the new cities?
AI builds a city all over the map.
In CIV 5 I used mod Satellites Reveal Map.
What can I do now?
Many Thanks!
 
If you mean min distance between cities then open "Sid Meiers Civilization VI\Base\Assets\Gameplay\Data\GlobalParameters.xml". And find CITY_MIN_RANGE.
 
If you mean min distance between cities then open "Sid Meiers Civilization VI\Base\Assets\Gameplay\Data\GlobalParameters.xml". And find CITY_MIN_RANGE.
Thank you very much! I see how I'll be home.
 
Use a sql mod with this:

UPDATE GlobalParameters SET Value = 4 WHERE Name="CITY_MIN_RANGE";
 
Back
Top Bottom