Everyone's raving about it for the most part, so maybe I'll give it another go later. However, city-states must be the exception. Four tiles apart between them is so horribly unenjoyable for me.
Well, I do like going for monopolies. Adding 12 iron to the total would have been helpful indeed. Seriously, the land between them was SO good, and there wasn't a darned thing any player could do about it, especially given city-states can't be razed (unfortunately). Three spaces leaves less up to the RNG. If a player settled there, it would be entirely different, but a city-state is essentially not playing the game and just effectively removes good land from the game. If you didn't need them on to play a balanced game, I'd totally remove each and every last one.you REALLLY needed that iron didn't you =)
So if it's working as intended, shouldn't be any more different than playing on a Standard map.-- Large - 4 Minimum for Major, 3 for Minor
UPDATE Worlds
SET MinDistanceCities = '4'
WHERE Type = 'WORLDSIZE_LARGE';
UPDATE Worlds
SET MinDistanceCityStates = '3'
WHERE Type = 'WORLDSIZE_LARGE';
That's mininum distance between city states, not next to them. Applies to CSs, not major civs.According to WorldChanges.sql, the minimum distance you have to settle away from city states on a Large map (any map bigger than small, really) is 3 tiles:
So if it's working as intended, shouldn't be any more different than playing on a Standard map.
teach the AI to settle on the (actually quite decent) suggested sites that computer makes itself
That's mininum distance between city states, not next to them. Applies to CSs, not major civs.
G
Oh, okay then, I must have misunderstood. Sorry for the confusion.
Seems you have it figured out- feel free to download the source on GitHub and teach the AI to do this.
I'm not trying to be a wise-ass. I just honestly can't understand why the developers made a - surprisingly - competent script for finding settling locations and then didn't make it so the AI relies on this script when choosing its locations to settle.Seems you have it figured out- feel free to download the source on GitHub and teach the AI to do this.
I'm not trying to be a wise-ass. I just honestly can't understand why the developers made a - surprisingly - competent script for finding settling locations and then didn't make it so the AI relies on this script when choosing its locations to settle.I trust that you would have implemented it if it was an easy tweak to do, however.
While this was not the impression I got from seeing how AI settles in my games, if that is the case, that is at least a comfort.There's no 'competent script' that we aren't using. Those icons on the map for city sites come from the AI function for fertility. And the AI settles on those icons the vast, vast majority of the time, because those are the same sites the AI values as being good. There's no difference between the two.
G
While this was not the impression I got from seeing how AI settles in my games, if that is the case, that is at least a comfort.
The iron deposits were literally right between the cities. There was no spot to settle, since from each of the city-states, there were four spaces each, making the eight space gap.Honestly, it's fine where it is. If there really were 8 hexes between the cities there should have been 'some' spot that could be settled for Takagi unless he was using a version that prohibited it. Even so, it's not a disaster if there is the occasional resource on a map that is inconvenient to claim.
I don't like ICS. A bit of space is good, and borders expand anyway up to 5 hexes (tbh, I mod my game to allow borders to expand a little more than that, but I'm weird) so the territory should fill in nicely as the game goes on.
In my experience the AI does settle relatively smart cities, for the most part. It does like overlapping more than me, but maybe that makes sense in some situations - I don't think avoiding overlap the way I do is actually optimal![]()
Hello Great PeopleI am playing on a large map and i cannot settle within 4 tiles, I looked and found the file WorldChanges.sql and changed the values under Large map to be 3 then 2 or even 1 but the change is not reflected in my game. Do I need to start another game for the change to happen? (I have been trying to change the value then reload my save)
Thank you.