LustyMap

In-game map and minimap GUI

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

5/5, 163 likes
  1. OK thank you I will do it. :)
     
  2. minimap how can i hide gui when tab pressed and open craft menu?

    When I translate into Russian "LustyMap.json" ceases to turn off the option " ShowCaves : false" it seems to be always on. before I turned the option true\false. and the way it works on the translated language. What could be the reason?

    Перевёл я на Русский файл LustyMap.json всё работае, отображается. но настройки как бы по умолчанию стоят. при попытке что то изменить к примеру выключить отображение пещер он не вырубает, плагин соответственно перезагружал. пробовал частично переводить - стороны света. отображение показа пещер на карте отключаются нормально... не пойму в чём может быть причина...
     
    Last edited by a moderator: Jul 10, 2016
  3. Same here. Find in plugin "location.name" and change strings "Cave" to your translated word.
    Code:
    if (location.name == "Пещера" && !showcaves) { continue; }
    if (location.name == "Пещера" && !user.mapCaves) { continue; }
     
  4. Code:
    (18:25:28) | [Oxide] 09:25 [Info] [LustyMap] [fetchImage]: error: mapbg
    i'm getting this error in console
     
  5. Tried to find it previosly but didnt find :S
    My map is like 100% transparent, even i do /map images it doesnt work :S it keep just opening it but u wont see anything just a white(transparent map) not even black :S:S I have last oxide and lustymap version may u help me plz??? thx
     
  6. Mine is always Black, i have deleted all file and reload all with nex files, but doesn't work, black map...
     
  7. Ye sry i meaned black for m map and transparent for minimap im sure im missing smthing but i have read everything and didnt find it .

    Can some1 help me plz? thx! i use barren map
     
  8. Please Integrate Rust:IO Clans API

    With the current implementation the map can be abused easily from veteran players. Simply getting someone to /friend add "Your Name" or Sharing their location on Rust:IO for a "raid" (and them forgetting to shut it off), would show you their location always. This map would be more widely used and implemented on servers if you could just join "Clan A" and see members in "Clan A". If you leave the clan they can no longer see your location. No having to check all your friends on Friends API or Rust:IO Shared visibility.
     
  9. Map not working? i installed like above like always it worked bfore , and now when the xp system got hits, i uploaded the same folder to my Rust Oxide/data map not showing up ingame? how i fix this?
     
  10. Not working , i did it like you said it, i replace my map with the standard map, also as JPG i go ingame i see no map
    how this come?
     

    Attached Files:

    Last edited by a moderator: Jul 12, 2016
  11. I wouldn`t post such phots if i were u, u are showing ur host ip and so u shoud edit this man ;)
     
  12. "RustIOFriends" is the setting for clans, as clans uses RustIOFriends. To use FriendsAPI (different plugin / non-clan memebers), enable "FriendsAPIFriends".
     
  13. im an idiot - never mind
     
    Last edited by a moderator: Jul 13, 2016
  14. My map is just showing a white background with question marks....what could I be doing wrong?
     
  15. You probably uploaded badly images, make sure they are stored under /server/server_instance/oxide/data/
     
  16. Good afternoon ladies and gents.

    I've been working on adapting this plugin to show a 2nd map (top left in complex - right in simple or vice-versa)

    My problem is that it keep flickering between one side and the other. Has anyone ever had an attempt at this? Is it even possible?

    Thanks.
     
    Last edited by a moderator: Jul 13, 2016
  17. FOR EVERYONE HAVING PROBLEMS WITH MAP NOT SHOWING AFTER LAST UPDATE.

    This info may have been posted b4 but im to dumb to find it xD.

    Please delete every lustymap file( plugin first) save your lustymap folder allocated on data( for uploading later)

    When u deleted everyfiles , load lustymap again.

    Upload lustymap folder again to data .

    When all the below done: do /map images (or however it is)
     
  18. Okay I think it has something to do with the fact that I go through a hosted server vs a personal server, is there instructions on that?
     
  19. Anybody having issue with Clans? People are rumbling that they let Clan and still they can see old clan members and they an see him (old clan). For now I turned clans support off :/ friendsapifrineds is working althou great with no problems
     
  20. Code:
    [07/14/2016 21:01:50] [Oxide] 21:01 [Error] Error while compiling LustyMap.cs(1105,81): error CS1503: Argument `#1' cannot convert `byte[]' expression to type `System.IO.MemoryStream'