Hi all, big fan of the TAC -> WTP line of mods and just wanted to contribute a small modification to the FaireWeather map script.
The purpose of the change is pretty simple, when playing with the generated maps I found it quite jarring the way the the travel to Europe zone followed the coast so tightly. Regions that should have been farther from Europe didn't feel that way as the travel zone continued across most of the map, and regions that should have been closer, could often feel farther. This effect was particularly noticeable on larger maps.
The solution is pretty simple, I changed the map script so the travel zones would only penetrate 1/8th of the way into the map, rather than 1/3rd of the way in. But, as I'm not sure whether 1/8th is an ideal number I also modified the script such that it's defined by a variable that can easily be modified. self.travelZoneSize.
I find it results in a different kind of gameplay as Europe feels more distant, particularly as you grow your colony deeper into the continent.
If anybody wants to try it out you can drop the script into MODS/WeThePeople/PrivateMaps, and change the file extension from .txt to .py.
The purpose of the change is pretty simple, when playing with the generated maps I found it quite jarring the way the the travel to Europe zone followed the coast so tightly. Regions that should have been farther from Europe didn't feel that way as the travel zone continued across most of the map, and regions that should have been closer, could often feel farther. This effect was particularly noticeable on larger maps.
The solution is pretty simple, I changed the map script so the travel zones would only penetrate 1/8th of the way into the map, rather than 1/3rd of the way in. But, as I'm not sure whether 1/8th is an ideal number I also modified the script such that it's defined by a variable that can easily be modified. self.travelZoneSize.
I find it results in a different kind of gameplay as Europe feels more distant, particularly as you grow your colony deeper into the continent.
If anybody wants to try it out you can drop the script into MODS/WeThePeople/PrivateMaps, and change the file extension from .txt to .py.