Skip to content

Server Not Connecting/Showing Up #56

Answered by TGRHavoc
NadulaG asked this question in Q&A
Discussion options

You must be logged in to vote

Oh yeah. Duh... You don't have a "map" array in the config.

Something like this should get it working for you (using the default map images)

{
   "debug":true,
   "showIdentifiers":false,
   "tileDirectory":"images/tiles",
   "iconDirectory":"images/icons",
   "defaults":{
      "ip":"///",
      "fivemPort":"///",
      "socketPort":"30121",
      "liveMapName":"live_map-2.4.0"
   },
   "servers":{
      "G4 Roleplay":{}
   },
   "maps":[
      {
         "name":"Normal",
         "url":"{tileDirectory}/normal/minimap_sea_{y}_{x}.png",
         "minZoom":-2
      }
   ]
}

See: https://github.com/TGRHavoc/live_map-interface/blob/master/config.example.json

And if you wanted to use your own…

Replies: 10 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by TGRHavoc
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #43 on May 15, 2021 23:19.