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. I'm still having issues that the map is being black for some players and for some it's working correctly. After a resetmap several times it's working for most of the people. But for others not.

    Any options?
     
  2. the plugin cant load the map picture from beancan or local with map.png its only black but i see the little icons

    and idea to fix this ?? i have tested all - reinstall plugin, resetmap... dont work
     
  3. have you removed the previous image data from imagelibrary? resetmap only adds new info, until the previous info is removed, that's what the plugin will try to use. removing/reinstalling doesn't really help because the data is stored in the oxide/data folder.
     
  4. ... again my question:

    how can i save permanent the command /map admin WITHOUT KEYBIND ?
    I want join as admin my server and alltime working the command /map admin without write any commands or keys after rejoin ...

    any idea ? if not, please developer, make it as new feature ;)
     
  5. For you
    Create rotate.cmd
    Code:
    SET Image=tank
    SET Ext=.pngfor /L %%R in (0,10,360) do convert +%Image%%Ext% -distort SRT +%%R %Image%%%R%Ext%
     

    Attached Files:

  6. I haven't tested it but,
    Code:
      void Awake()
                {             
                    player = GetComponent<BasePlayer>();
                    friends = new Dictionary<string, List<string>>
                    {
                        {"Clans", new List<string>() },
                        {"FriendsAPI", new List<string>() }
                    };
                    friendList = new HashSet<string>();
                    spam = instance.configData.SpamOptions;          
                    inEvent = false;
                    mapOpen = false;
                    afkDisabled = false;
                    enabled = false;
                    mode = MapMode.None;
                    lastMode = MapMode.None;
                    adminMode = true;         <<<<<<<<Line 104
                    
     
  7. can you help me when i do /map it says lustymap not activated
     
  8. you'll need to edit the config.
    the basic instructions are in the Overview.
    For the plugin to work it needs to know what you want it to do,
    1. use an automated map via the Api key / Beancan.io
    or
    2. in your config change "CustomMap_Filename" : "map.png", to use the image filename and set "CustomMap_Use" to true.
     
  9. thanks mate. worked a treat....

     
  10. Got the problem, that the rocket icon is not shown: no image found

    but i load it up to LustyMap/icons

    is there more to do? restart or reload the plugin doesnt help
     
  11. what version are you using?
    edit- did you see my pm?
     
    Last edited by a moderator: Aug 29, 2017
  12. The latest download

    should i delet the imagelibrary files?
     

  13. thank u. it works, merci for good tip :)
     
  14. Last edited by a moderator: Aug 29, 2017
  15. If anyone is using the version I previously posted, I updated it to show the Bradley Tank. I added the config option for the Tank but didn't add Debris "Bradley_Crates". It requires images (provided below) to be added to the icons folder and would effect the server performance the same as a Supply drop.
    you'll need to remove the previous config, add the additional icons to the existing "icons" folder and do a "resetmap" cmd. Aaand cross your fingers :)
     

    Attached Files:

  16. i have problem LustyMap is not activated
    can you tell how sort that problem?
     
  17. i have problem LustyMap is not activated
    can you tell how sort that problem? do i need enter any comand?
     
  18. did u see the rcon field and can say whats error ? or have u didnt downlaod and install ImageLibrary for Rust | Oxide
     
  19. I'm having issues getting LustyMap to work. after this wipe/update this is showing up

    Code:
    (16:37:02) | Error while compiling: Missing dependencies: ImageLibrary
    (16:37:02) | Error while compiling: ImageLibrary.cs(909,83): error CS1503: Argument `#1' cannot convert `System.IO.MemoryStream' expression to type `byte[]'
    And i do have imagelibrary installed and updated.
     
  20. Wulf

    Wulf Community Admin

    That's an error with ImageLibrary, not LustyMap.