Live Map [Abandoned]

Discussion in 'Plugin Support' started by Reneb, Jan 12, 2015.

  1. Needs to be PNG, not JPG!
    [DOUBLEPOST=1421211354][/DOUBLEPOST]When RustMaps creates the map, it's in the format it needs, with the name you need. Just upload that file directly, then put that name exactly into the Image part in the config.
     
  2. The issue i had with the image that was created by the plugin was its a 1000x1000 pixal image and needs to be 6000x6000 to match the 6000 size map
     
  3. when u ran the command for creating the map, did you input the Map size?
     
  4. I'm using JPG, no issues here...
     
  5. Just changed to png, same issue. Go to the link and freezes up.
     
  6. Strange Rot, I was having issues with JPEG, none with PNG. 6000 map is huge though. My 3500 is nearly 4mb in map size. Hmmm, idk! got me on that one.
     
  7. So mine isn't working either, the map just simply isn't detecting any players, animals, sleepers, etc.
    I checked whether it's querying my server or not and it's not receiving anything.

    I believe I have everything setup correctly it's just not receiving my server data.
     
  8. Ignore this i found it
     
    Last edited by a moderator: Jan 14, 2015
  9. Dont change the code ... I'm 100% sûre it is fine. Just change the server_worldsize instead in the config.
    The /2 is normal as for à 8000x8000 map the coords are from -4000 to 4000 (-/2 and /2)
    [DOUBLEPOST=1421225937][/DOUBLEPOST]
    Give me the link in private message.
    Maybe it's your browser or comp that freezes?
     
  10. Thanks man. I've sent you a PM
     
  11. well i'm clueless, my browser freezes also ...
    the freeze seem to be because of the player fetching (so javascript freeze).
    but i don't really see why ...
    guess i'll have to work on performances and see if it solves anything
     
  12. It's really weird eh. I even had my rust host provider to turn off their firewall to see if that was having any issues lol
     
  13. :/ well i'm sorry i have no clue.
    i'll try to work on making better performances to make it go faster, maybe it will help.
    [DOUBLEPOST=1421240529,1421228091][/DOUBLEPOST]
    Look at the posts it's probably à rcon port problem.
     
  14. But 8k X 8k maps doesn't exist. The 8K map that we can generate in the server is a 4k x 4k map, thats why I told you do change the code. I tried 8K x 8K and it didnt shows the player in the correct positions.
    [DOUBLEPOST=1421253917][/DOUBLEPOST]
    Surely is a RCON problem, I can just see my players while usint the page inside my server computer. Cant RCON from afar.
     
  15. yes the 8000x8000 exists XD
    i'm currently on a 7000x7000 (so limits are -3500 to 3500 which makes 7000)
    [DOUBLEPOST=1421256984][/DOUBLEPOST]ok does seem like there is a problem with coordinates after all...
    [DOUBLEPOST=1421257214][/DOUBLEPOST]that happens when your map width/height isnt the same as you worldsize:
    for ex:
    [email protected] W.ILL WORK
    [email protected] will not work properly.

    i see that i posted it in the overview, just forgot about it ...
    but you can imagine that if you have a 8000x8000 map, it's hard to keep it as map as it weights 100mo ...
     
  16. So your wolrd size in the server is 14000??? Because mine of 8000 when I tp to the extreme coordinates they are 4000 or -4000. so 4k x 4k. Didn't new that the name of the image would influence in your map as well, since I use "Map_Rust.jpg".
     
  17. I copied V1.1.1 on my Server and with Oxide.reload live-map the answer is "Live Map V 1.0.0 by Reneb is loaded" ?
    [DOUBLEPOST=1421264460][/DOUBLEPOST]I have upped the newest Versions of both Programs.
    Firefox shows me this:
    http://prntscr.com/5shaot
    All Infos in one Line. No Infos about Players , Sleepers e.g.

    Internet Explorer schows me this:
    http://prntscr.com/5shaxw
    No Infos about Players , Sleepers e.g.
     
  18. because i didnt edit the plugin since a lot of time XD only the php files mainly
    [DOUBLEPOST=1421276809,1421264777][/DOUBLEPOST]with the new way "rust map" works, i will be able to get informations differently and faster.
    so most of the stuff wont need to spam badly the rcon ^^