FOnline Development > Questions and Answers
How to change the worldmap?
Gob:
No. It has nothing to do with server scripts. I found the problem and I fixed it. I knew it had to do with the client not server. So I went and had better look at the default.ini in the interface folder. And since my world-map had 25 tiles and the TLA had 20. All I had to do was change this:
--- Code: ---GmapTilesX = 4 # Number of images in width
GmapTilesY = 5 # Number of images in height
--- End code ---
to this:
--- Code: ---GmapTilesX = 5 # Number of images in width
GmapTilesY = 5 # Number of images in height
--- End code ---
and here is how the map should look.
--- Quote from: barter1113 on August 26, 2012, 09:31:08 am ---- I am not sure but you need cut your map into pieces
--- End quote ---
If you haven't read the previous posts I did say the map was cut into pieces/tiles
Gob:
Or you can not cut the image and just use it as it is.
and change to:
GmapTilesX = 1 # Number of images in width
GmapTilesY = 1 # Number of images in height
Grids and coordonates will work just fine.
Navigation
[0] Message Index
[*] Previous page
Go to full version