LustyMap

In-game map and minimap GUI

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

5/5, 163 likes
  1. I'm testing plugins with complete removal of the old
     
  2. Yes, i did the same. And I made additional a test simple copy the new LustyMap.cs into the plugins folder. Same Result, both ways.
     
  3. what files in your directory oxide\data\LustyMap\
     
  4. The Files from the Download http://zilfa.com/projects/LustyMap.zip with my own map. Icons Folder with icons, Custom-Folder, map32x32 folder, map.jpg and MapSplitter.exe.
     
  5. take a screenshot of your folder "LustyMap\ " and attach your map image
     
  6. Here it is :)
     

    Attached Files:

  7. if you did not change anything in the plugin and install the latest version of all should work.
     

    Attached Files:

    • 111.png
      111.png
      File size:
      221.8 KB
      Views:
      35
    • 222.png
      222.png
      File size:
      1.6 MB
      Views:
      36
  8. It doesn't work. It works just if you press M and open the big map before after the login. The older versions works correct.
     
  9. I can not understand that at you do not working?
     
  10. @Kayzor, some players would be very happy to see RustIO friends (/clanmates) on the map. If you want to do this I can send you my code.
     
  11. wow! this would be nice!

    And I have the same problem with the minimap after login,
    only the player symbol and airdrops are shown,
    after hitting m 2 times the minimap is back again.
    tried update and fresh install, both didn't work for me.
     
  12. I'm not alone :) You see Marat?
     
  13. I understood your problem))) Well, try a temporary solution until the fix
     

    Attached Files:

  14. Ok, you find a way that works :))) Maybe you found the error, thanks :) Please tell this method the developer, cause his solution for the last update didn't work. Have a nice day
     
  15. He was referring to when connected to the server, the mini-map in black, upload images as soon as he hit the "M", it loads the image on the mini-map, it is sometimes =)
     
  16. do you plan do add so we can see our friends on the map? from rust:io's friend system
     
  17. WOW !! NICE !!
     
  18. Original
    Code:
    // Map
                if (useurl)
                {
                    //ImageAssets.getImage("mapimage", mapurl);
                }
                else
                {
                   
                }
                ImageAssets.getImage("mapimage", dataDirectory + "map.jpg");
    Changed

    Code:
    // Map
                if (useurl)
                {
                    ImageAssets.getImage("mapimage", mapurl);
                }
                else
                {
                   
                }
                ImageAssets.getImage("mapimage", dataDirectory + "map.jpg");
    Removed the // to get the map url to work, took me ages to work out as I'm a Amateur at this stuff. Also /map url does not work in chat
     
  19. i can also confirm this is happening for my server aswell