Jump to content

Recommended Posts

In have my 2x2 grid and the player locations are working. My map is just a gray fog.

I put the map files in \ShooterGame\ and named the map ServerGrid.jpg. I tried re-exporting and exporting a zoom map and nothing is working. I also cleared the URL entries.

  "MetaWorldURL": "",
  "MapImageURL": "",

Is there something I'm missing?

Share this post


Link to post
Share on other sites

First download latest ServerGridEditor, it was updated.
My maps are working with filenames as created from ServerGridEditor (MapImg.jpg, CellImg_X_X.jpg)
Make sure, that also SeamLess data port is redirected (usually 27000).

btw, ServerGridEditor has still bug, that if you delete MapImageURL, it stays there. Changing is possible, deleting only manually by editing file in editor.

If still in trouble, change "MetaWorldURL": ""  to any web server (could be also in your lan) like http://ip/GridServer and upload images there.

Edited by ferdis

Share this post


Link to post
Share on other sites

MapIMG gets exported as a JPG, and appears to go in /ServerGrid, CellIMG_X_X gets exported as PNG and definitely goes in /ServerGrid. This is how mine is configured, and works in both the server list, and the Atlas/handheld map in game. Double check the file extension in the file name while exporting as well, as it doesn't seem to change it all the time.

Untitled.png

Share this post


Link to post
Share on other sites
On 12/28/2018 at 11:15 PM, LUC1F3R said:

Hello, I've got the same issue,  ingame map just doesn't show up. Did you find a solution by now?

 

Share this post


Link to post
Share on other sites

not working for me! tryed everthing, newest grid editor, export again in ServerGrid folder as jpg. Uploadet to a webserver and linked it and so on... mapimg seems to work fine at the start but the minimap still grey, just can see position of the ships. Whats actually the correct file ending of CellIMG. png or jpg?`Luc1f3r seems to have it as png and STARBUCK writes it should be changed to jpg??

Share this post


Link to post
Share on other sites
16 hours ago, Flauschi82 said:

not working for me! tryed everthing, newest grid editor, export again in ServerGrid folder as jpg. Uploadet to a webserver and linked it and so on... mapimg seems to work fine at the start but the minimap still grey, just can see position of the ships. Whats actually the correct file ending of CellIMG. png or jpg?`Luc1f3r seems to have it as png and STARBUCK writes it should be changed to jpg??

Jpg for both. Are you guys using a host or private box?

Share this post


Link to post
Share on other sites
8 hours ago, Atlasprime said:

Jpg for both. Are you guys using a host or private box?

Problem solved! all pictures jpg, uploadet to a server and linked both in json file and it works finally!!

Edited by Flauschi82

Share this post


Link to post
Share on other sites
8 hours ago, eS Netmad said:

Hey Flauschi, how did you do that ?

 

Do you think this is correct like that :

 

In my ServerGrid.json

  "MapImageURL": "http://thenetmad.co/ServerGrid/MapImg.jpg",

  "MetaWorldURL": "http://thenetmad.co/ServerGrid/",

http://thenetmad.co/ServerGrid/MapImg.jpg

http://thenetmad.co/ServerGrid/

 

?

Looks fine like this! Important is that you're server is offline bevore you change the jpg's and  json entry. Then save and restart your server. In your own Games folder under Shootergame/Save/MapImage folder delete the folders inside before start the game on your pc.

Edited by Flauschi82

Share this post


Link to post
Share on other sites
9 hours ago, eS Netmad said:

Hey Flauschi, how did you do that ?

 

Do you think this is correct like that :

 

In my ServerGrid.json

  "MapImageURL": "http://thenetmad.co/ServerGrid/MapImg.jpg",

  "MetaWorldURL": "http://thenetmad.co/ServerGrid/",

http://thenetmad.co/ServerGrid/MapImg.jpg

http://thenetmad.co/ServerGrid/

 

?

I leave mine blank in the JSON file. Give that a shot and ensure all file names are jpg and named as stated above. 

Share this post


Link to post
Share on other sites

Hi i have 100% followed above instruction, but the map still not working, anyone know what is the problem?

My customize map is only 1 grid, is quite simple i think.

Share this post


Link to post
Share on other sites
On 1/5/2019 at 11:55 PM, eS Netmad said:

The name of each .jpg should stay http://thenetmad.co/ServerGrid/CellImg_0-0.jpg , Or i Should use CellImg_Avalanches_0-0.jpg instead ? (with the name of the serv on it ?)

im not sure if theres any problem with the dates you export like servernames etc.... just aktivated "Water tile background" and "show lines" an then export. Your CellImg.jpg and MapImg.jpg just have to be in the ServerGrid folder named CellImg.jpg and MapImg.jpg.

Then change your json entry to

"MapImageURL": "http://thenetmad.co/ServerGrid/MapImg.jpg",

 "MetaWorldURL": "http://thenetmad.co/ServerGrid/", 

this work for me!

to be sure your MapImg can open by public just enter the link in your browser an test. If it doesnt, you have to change this

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...