LustyMap

In-game map and minimap GUI

Total Downloads: 50,516 - First Release: Sep 8, 2015 - Last Update: Dec 29, 2017

5/5, 163 likes
  1. Did it. 1 player tell me that it helped, overs said no...
     
  2. Did you try it with ""ForcedZoomLevel": 0," and if so did it make it so the map is fully zoomed out upon client connection?
    @k1lly0u Can you confirm this please?
     
  3. Hi guys this version of Lustymap have an issue with supply planes and helicopters and showing of players. Some players see supply plane and helicopters others dont. Everybody can see supply drop. And the player positons are flickering so sometimes players see themselves and sometimes they dont.. is it just me? I pretty much dont care I am just forwarding complains of my players..
     
  4. hi I'm having problem with the map keep kicking everyone off an give me this message any though ? disconnecting: RPC Error in CL_ReceiveFilePng
     
  5. For some reason the plugin doesn't generate the icons is it possible to get them somewhere else? Someone maybe can upload the "data/LustyMap/icons" folder so i can use more icons the only the harbor ^^ thanks

    nvm just needed to read the description...
     
  6. No, it's not just you.
    Same here. I thought that the black map is the biggest problem, but as the @Pleskac my players reporting same symptoms...
     
  7. Black map was for 80% of my players. Reloved by switching to using Custom map
     
  8. I'm using custom map right now.... Some players still see only black
     
  9. If your players have a black map, ask them to wipe the contents of their storage folder for Rust

    \SteamLibrary\SteamApps\common\Rust\storage

    It's basically their cache.

    Also, I've found a bug with minimap, forcing map zoom level either 2 or 3 shows you in the wrong place, zoom level 1 is fine, not forcing and letting a player manually zoom works properly though
     
  10. Dang.... I'm sure that most of players would not do that, cos it would be too much for them.
    Is there any over way?
     
  11. having an issue where the map wont let me or others click buttons. Ive disabled the spam features but it doesnt seem to be related. the people who want to close the map can;t.
     
  12. This beancan.io is pure shit. I al already waiting like 1,5 week for my server to get listed, i have a website, banner and every other requirement but still nothing. It seems like they just ignore me. My mini map is kind of working, i have the right map in the top left but the only thing you can see on there are the monuments. The players can't even see themselfs. I think this is because my server still isn't listed at beancan.io and therefor is still offline in their database. So please beancan.io work or LustyMap do it a other way, this is just shit....
     
  13. map black for some not all players :
    [CHAT] BlackListed: maverick ? is map showing yet ?
    [CHAT] Maverick : nope not at all for me. Just a black screen
    [CHAT] Maverick : giant black box
    [CHAT] Operetta_Daye: unfortunately it's the same for me as well
    [CHAT] BlackListed : and m key
    [CHAT] Maverick : shows the names of interest, and player names, but that's it
     
  14. after each restart, you should do:
    oxide / data /LustyMap then delete the CustomData.json and ImageData.json then in console type oxide.reload LustyMap
    once again
    oxide.reload LustyMap
    and then it works correctly for all players until the next restart

    At the moment the only way is to work unfortunately
     

  15. just finished listing mine. Map working fine. It just switches itself off time to time momentarily. See how long if ever it takes to get listed :)
     
  16. Set "EnableAFKTracking" under "MapOptions" to false, this should do it. Map wouldn't disable itself
     

  17. oh ok Ill try it. It helped alot since disabling the spam option.
     
  18. You don't even have to delete custom data. Just image data. Custom just takes care of markers

    Useful if like me you don't wanna have to redo em all the time when troubleshooting
     
  19. I am working on bringing a server up and have setup LustyMap with the API key

    My server is still waiting approval is this why the logs are spammed with the following?
    [Warning] [LustyMap] Your map is still being generated. Checking again in 10 seconds

    Or should it be working at this point?
    (I disabled it at this point as I don't want larger log files with repeating entries)
     
  20. Hi. Untill your server gets approved you will be unable to use api key.
    For now - use custom map. Just generate map image with your seed on beancan and upload it to data/lustymap folder. Name it map.png and setup cfg like this:
    Code:
    "MapOptions": {
        ...
        "MapImage": {
          "APIKey": "",
          "CustomMap_Filename": "map.png",
          "CustomMap_Use": true
        },
        ...