I still want help on this grid problem
http://tinypic.com/view.php?pic=2n0kinb&s=6
and if adding more zones solves this how do i do that?
kay, I'll try to explain it correctly on steps
1)You need to know how much images in worldmap which u cutted and set this values in default.ini
GmapTilesX = 4 //Count of worldmap images on height
GmapTilesY = 5 //Count of worldmap images on width
2)You need to know how much pixels on your worldmap in sum, like 2400x3800 and each value u must divide to
__GlobalMapZoneLength = 50; // How much pixels in 1 zone, maxmim is 500
and then set this values
__GlobalMapWidth = 48; // Maximum 100, just an example
__GlobalMapHeight = 76; // Maximum 100, just an example
same values u need to set in worldmap.fos
#define ZONE_COUNT_X (48)
#define ZONE_COUNT_Y (76)
#define ZONE_LENGTH (50)
3)Mask...but u know it from previous message
4)Make shure, that u got equial pieces of worldmap, its VERY IMPORTANT!