Wait!
I just noticed via the editor that only [even, even] and [odd, odd] coordinates exist the way the maps are made! This means even in a 256x256 map, as long as water coverage is at least 70%, 512 cities is plenty of slots to never be reached!
In my last post, I made the faulty assumption that a 256x256 map would have 65536 squares, but due to the way the grid system works, there are actually 256x256 / 2 + 128 squares, or 32896. At 70% water coverage, that gives you 32896 * 0.3 = 9868.8 land squares. At 21 squares per city, that's 470 cities.
Granted that's 470 landlocked cities. Coastal cities will utilize an average of 10.5 land tiles and the rest water. Still, assuming beefy enough continents rather than an archipelago, that 42 city buffer should be enough.
So, other than the 512 city limit, are there any bugs with 256x256 maps I should know about before I continue?
|