cephalo
Deity
I like the overall appearance of the maps.
But how can i remove/undo the increase in size of the maps ?
I removed the getGridSize method, as i would do with Civ4, but it stopped working at all... (Generating all grassland map.)
Edit.: For now hardcoded different numbers in the getGridSize method, and it works, but i would really prefer the script using the values as defined in the XML.
Set the getGridSize function back like it was, and change the size in the function. In this map, the resulting map size is a combination of the mc.distanceToEurope variable(which overrides the default distance to Europe) and the size portion that may have land on it. This was an easy way prevent the possibility of tiny maps having no Europe, since six tiles is alot of space to ask for on such a small map. So try to incorporate the formula with your map size.
Another thing you'll want to consider is that in this map, no matter what the end size is, the map first generates a large, fixed size height map and climate map, and then shrinks them down to the proper size. This prevents the problem that PerfectWorld had generating tiny maps directly with the same methods as with large maps. In PerfectWorld large maps looked very natural, while tiny and duel maps sometimes looked very blocky and not at all random. The issue that you might run into when changing size is that if you do not use the same aspect ratio as the large map, the result may appear stretched. If you want to change the aspect of the map, change the mc.hmHeight and mc.hmWidth variables to the same or similar ratio slightly larger than your largest size map.
The reason I like the map sizes in the map is because one of my main complaints about the default map is that is very un-epic. Instead I used the 100 height that we find in the huge Americas map, and then stretched it east/west a little so that not counting the bands of water to ensure a continuous Europe, it's basically a square aspect.
My hope is that it will inspire some modder to put something out there so that we can have an exploration game again! Bring back Fountain of Youth and maybe One of the Seven cities of gold!