LustyMap

In-game map and minimap GUI

Total Downloads: 48,890 - First Release: Sep 8, 2015 - Last Update: Dec 29, 2017

5/5, 163 likes
  1. Kayzor updated LustyMap with a new update entry:

    1.1.17

     
  2. I have a question. why is commented out?)))
    Code:
    //if ((c >= '0' && c <= '9') || (c >= 'А' && c <= 'Я') || (c >= 'а' && c <= 'я') || c == '.' || c == '_')
     
  3. i didn't actually test it before putting it in >.<, it seems to remove all normal letters from player names, i left it for reference, going to read up on it...
     
  4. but I checked in that order and there were no problems
    Code:
    if ((c >= '0' && c <= '9') || (c >= 'A' && c <= 'Z') || (c >= 'a' && c <= 'z') || (c >= 'А' && c <= 'Я') || (c >= 'а' && c <= 'я') || c == '.' || c == '_')
    [DOUBLEPOST=1462917655][/DOUBLEPOST]OK. you know better))
     
  5. Thank you so much! :) Did you also check out the issue with rustiofriends resetting to false after server restart? :)
     
  6. that one i haven't quite figured out yet but i have got a couple of ideas. hope to have another update out tomorrow.
     
  7. Thank you for doing this awesome plugin. Love it! :)
     
  8. Please add the setting disable the in its own name. to see only the names of friends and of other players
     
  9. I made a Tut for Lustymap
     
  10. Any thoughts on icons that don't show up now and then?

    I have posted a couple of time about this but nothing seems to have been replied.
     
  11. So I have RustIO on the server and when i issue the command /map rustiofriends true I get a error that LustyMap: RustIO not detected
    any way to get this working?
     
  12. For me it does the same - but when i reload LustyMap (oxide.reload LustyMap) it works just fine with /map rustiofriends true
     
  13. So i just did that and it worked 100%. So cool thanks
     
  14. With the newest update (1.1.17) people still get randomly disconnected from my server (k_EAuthSessionResponseAuthTicketCanceled) :(
     
  15. I am wondering if you are missing any icons, do the following please:
    /map debug true
    /map images

    Check the server console for errors, confirm the number of images downloaded is 2076 (complex) or 196 (simple).
    /map debug off
     
  16. They are not missing, they just don't show up "some times".

    Then with a game restart they show up again.
     
  17. Which icons? do the monument icons also disappear? the player, plane, heli etc.. all have a bunch of icons for each rotation that is possible,
     
  18. Hello, first of all, great work with the plugin; my players love it. However, I would like to request that you add an option to change the plugin name used in chat. For example, if I use /map it says "LustyMap" in chat. I'd like to change that to match with my server name. I've made this change by editing the plugin itself, but this is ineffective for when I update I have to edit the plugin again. Thanks!
     
  19. Kayzor updated LustyMap with a new update entry:

    1.1.18

     
  20. Drop Icons