TheUnoriginal
Chieftain
- Joined
- Sep 1, 2018
- Messages
- 10
Hi everyone.
I've been playing Civ 6 for a while and I always find myself getting frustrated- the AI creates far too many cities, in every possible nook and cranny.
Not only does it make it unreasonably difficult to win a domination victory, but at mid-game (or even before that) the game gets too slow to be playable. (Let me know if you think it's not because of the number of cities.)
Personally, I enjoy playing tall and looking for optimal positions to place my cities, and I like staying at around 6 cities. I also like playing on larger maps and taking the time to explore the map.
I thought about trying to force the game to do the same, so I came up with the following sql mod:
UPDATE GlobalParameters SET Value = 5 WHERE Name="CITY_MIN_RANGE";
UPDATE Units WHERE UnitType='UNIT_SETTLER' SET Cost=Cost*2;
This is my first mod, so feel free to correct it.
I also thought about making the settler cost exponential or limiting the number of settlers, but I have no idea how to do those...
Does anyone have any suggestions for improvements?
Thanks in advance!
I've been playing Civ 6 for a while and I always find myself getting frustrated- the AI creates far too many cities, in every possible nook and cranny.
Not only does it make it unreasonably difficult to win a domination victory, but at mid-game (or even before that) the game gets too slow to be playable. (Let me know if you think it's not because of the number of cities.)
Personally, I enjoy playing tall and looking for optimal positions to place my cities, and I like staying at around 6 cities. I also like playing on larger maps and taking the time to explore the map.
I thought about trying to force the game to do the same, so I came up with the following sql mod:
UPDATE GlobalParameters SET Value = 5 WHERE Name="CITY_MIN_RANGE";
UPDATE Units WHERE UnitType='UNIT_SETTLER' SET Cost=Cost*2;
This is my first mod, so feel free to correct it.
I also thought about making the settler cost exponential or limiting the number of settlers, but I have no idea how to do those...
Does anyone have any suggestions for improvements?
Thanks in advance!