Any city distance mods for Vox Populi?

rp03ev

Chieftain
Joined
Dec 13, 2011
Messages
70
Are there any city distance mods that's compatible with Vox Populi? I hate AI city spamming only 3 tiles away.

I found this mod, but I don't think its compatible bc says 5 tiles away but in game AI still can build cities 3 tiles away from other cities.
https://steamcommunity.com/sharedfiles/filedetails/?id=882725754
https://forums.civfanatics.com/resources/cities-at-least-5-hexes-away.26019/

Any one know how to make this mod compatible for VP? Or are there any similar mods like this that are already compatible with VP? Lmk, thanks.
 
Just update the MinDistanceCities for your world size in the WorldSizes.sql in (2) Community Balance Overhaul/Balance Changes/Worlds/ It starts on line 5 for the Duel size and bigger sizes follow. Or if you do not want to be editing files every time you update VP, install "Change VP Options mod":

https://forums.civfanatics.com/threads/change-vp-options.620079/

and add this line (don't forget to update the world size):

UPDATE Worlds SET MinDistanceCities = '5' WHERE Type = 'WORLDSIZE_HUGE';
 
i do this even if i play on standard map?
If you play on standard size, then edit the sql command for WORLDSIZE_STANDARD.

If you use the Change VP Options mod, then the line will be:

UPDATE Worlds SET MinDistanceCities = '5' WHERE Type = 'WORLDSIZE_STANDARD';
 
Back
Top Bottom