[PYTHON] Toroidal Earth Map Scripts

TheVinci

Chieftain
Joined
May 31, 2009
Messages
5
Hello. I am looking for either a map script that has these features, or information on how to edit a map script to (I usually play with Earth 3 on CIV BTS ROM AND) have the following features:


I want it to be an earth map
I want it to be toroidal
I want it to be generated (so that it will include the custom bonuses in my saves).

Any help or suggestion would be greatly appreciated.
 
For it to be toroidal, if your mapscript has getWrapY function, try changing it to:
Code:
def getWrapY():
   return True
 
Top Bottom