--- layout: forums title: 'LustyMap | Page 196' breadcrumbs: - "Plugin Support": "/forums/plugin-support.31/" ---

LustyMap

In-game map and minimap GUI

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

5/5, 163 likes
  1. @k1lly0u I tried to change the vending.png image for other one
    (The image is 40x40 with 8-bit colour pal. and white as transparent)

    And the LustyMap dont work anymore, What's wrong?
    I deleted the DATA files several times, and reloaded the plugin but nothing.

    BTW: the reload without DATA files is taking a LOOOOOOOOOOT of time to reload the plugin. I think the StorageCleaner task is a lot heavier than before
     
    Last edited by a moderator: Feb 27, 2017
  2. why RPC Error: cl_receivefilepng??my server is use LutyMap Plugin this plugin use is Error and minimap is black screen and all player and me is kick server. can fix??
     
  3. Forget it, the Plugin took my icon finaly after 2 reloads with data files

    the only one problem is the times that storagecleaner tooks... was around 1 minute on the reload, and the server is good in performance and low pop when I made the changes.
     
    Last edited by a moderator: Feb 27, 2017
  4. LustyMap is dont work?? this plug in use is RPC Error: cl_receivefilepng kick server
     
  5. You upload the image for vending machines?
    You found here:
    LustyMap for Rust - Updates | Oxide

    the green icon, must be placed in data/lustymap/icons
     
  6. i use version 2.0.9.1 and use Lusty Map Icon Pack
    [DOUBLEPOST=1488215398][/DOUBLEPOST]latest and old version for LustyMap is dont work? new version and old version is same error RPC Error: cl_receivefilepng kick server and minimap bug
     
  7. you must update.
    delete data and config file
    be sure of have all the icons images
    and config the api key.
    reload and this must work.
     
  8. Because I can have lag, when I have the plugins and when I do not? With the penultima version I did not pass that
     
  9. Well this is a major plug in for rust, a lot of great servers use this for the simple fact that it gives you a awesome map and mini map before the last 3 updates it has worked fine, I also have saved his png with the shopping cart into the correct folder, now I'm a man with money and run my own business in the oil field and when there is a problem that needs fixing I get the right people on it, so let's get the right people on this that can do something about it and figure the issue out, alot of hints have already been given about the black map, the rpc error that clearly has to do with custom images because I would hate to see this addon go in the garbage.
     
  10. what update? help me step please
     
  11. Update LustyMap and StorageCleaner if you have it to last updates.

    Then do the delete all, and install, put your API key from beancan.io
    and reload, That must works, maybe laggy in the first time.
     
  12. LustyMap is 2.0.9.1 use?
     
  13. Code:
    {% raw %}
    (18:21:27) | [LustyMap] adding custom
    (18:21:27) | [LustyMap] image not null
    (18:21:27) | [LustyMap] adding custom
    (18:21:27) | [LustyMap] image not null
    (18:21:27) | [LustyMap] adding custom
    (18:21:27) | [LustyMap] image not null
    (18:21:27) | [LustyMap] adding custom
    (18:21:27) | [LustyMap] image not null
    (18:21:27) | [LustyMap] adding custom
    (18:21:27) | [LustyMap] image not null
    (18:21:27) | [LustyMap] adding custom
    (18:21:27) | [LustyMap] image not null
    (18:21:27) | [LustyMap] adding custom
    (18:21:27) | [LustyMap] image not null
    (18:21:27) | [LustyMap] adding custom
    (18:21:27) | [LustyMap] image not null
    (18:21:27) | [LustyMap] adding custom
    (18:21:27) | [LustyMap] image not null
    {% endraw %}
     
  14. yes
    2.0.91
    is last version
    that I have installed and working.
     
  15. map.jpg is custom folder?
     
  16. what this Error??
     

    Attached Files:

  17. Same issue, happens with the customs icons, and everytime someone opens up the map it spams that adding custom and image not null.
     
  18. Also is there a map icon file to download that's updated with the new icons so I don't get the rpc error due to adding custom images
     
  19. k1lly0u updated LustyMap with a new update entry:

    2.0.92

     
  20. Ok, guys. Find this function:
    Code:
    {% raw %}
            void UpdateOverlay(BasePlayer player, string panel, string posMin, string posMax, float iconsize)
            {
                var mapContainer = LMUI.CreateElementContainer(panel, "0 0 0 0", posMin, posMax);            var user = GetUser(player);
                if (user == null) return;         
                foreach (var marker in customMarkers)
                {
                    //Puts("adding custom"); <---- Comment this line
                    var image = GetImage(marker.Value.icon);
                    if (string.IsNullOrEmpty(image)) continue;
                    //Puts("image not null"); <----- And this one
                    AddIconToMap(ref mapContainer, panel, image, marker.Value.name, iconsize * 1.25f, marker.Value.x, marker.Value.z);
                }
    {% endraw %}
    After doing this you should be cool. I bet it some kind of debug messages, that was left uncommented. That's not an error or issue, that just mean that custom marker exist, and that's all.

    Just update to the lates version =)
    [DOUBLEPOST=1488277333][/DOUBLEPOST]
    Omg. lol. you've updated the map while I was postiung the reason...