@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

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
-
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??
-
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 -
LustyMap is dont work?? this plug in use is RPC Error: cl_receivefilepng kick server
-
You found here:
LustyMap for Rust - Updates | Oxide
the green icon, must be placed in data/lustymap/icons -
[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 -
delete data and config file
be sure of have all the icons images
and config the api key.
reload and this must work. -
Because I can have lag, when I have the plugins and when I do not? With the penultima version I did not pass that
-
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.
-
-
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. -
-
Code:
(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
-
2.0.91
is last version
that I have installed and working. -
-
what this Error??
Attached Files:
-
-
-
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
-
-
Ok, guys. Find this function:
Code: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); }
Just update to the lates version =)
[DOUBLEPOST=1488277333][/DOUBLEPOST]