Wrap the maps in Colonization

KJ Jansson

Prince
Joined
Oct 7, 2008
Messages
509
Usually any map in Colonization has black borders and looks as



However, it's rather easy to remove such black borders. Let's take South America.ColonizationWBSave map. Just a very simple change

Code:
wrap X=0

on

Code:
wrap X=1
and no more limitations to travel along X axis or along "the equator".

A little more complicated changes are required for Planet_Generator_0_68.py, however here the result is the same and shown here:



Everything looks perfect and no crashes during map generation or game play.

However why the color of water on both modified maps is different comparing to original maps where "no wrap"? Any ideas?
 
Top Bottom