Kayzor updated LustyMap with a new update entry:
1.1.17

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
-
I have a question. why is commented out?)))
Code://if ((c >= '0' && c <= '9') || (c >= 'А' && c <= 'Я') || (c >= 'а' && c <= 'я') || c == '.' || c == '_')
-
i didn't actually test it before putting it in >.<, it seems to remove all normal letters from player names, i left it for reference, going to read up on it...
-
Code:
if ((c >= '0' && c <= '9') || (c >= 'A' && c <= 'Z') || (c >= 'a' && c <= 'z') || (c >= 'А' && c <= 'Я') || (c >= 'а' && c <= 'я') || c == '.' || c == '_')
-
Did you also check out the issue with rustiofriends resetting to false after server restart?
-
that one i haven't quite figured out yet but i have got a couple of ideas. hope to have another update out tomorrow.
-
-
Please add the setting disable the in its own name. to see only the names of friends and of other players
-
I made a Tut for Lustymap
-
Any thoughts on icons that don't show up now and then?
I have posted a couple of time about this but nothing seems to have been replied. -
So I have RustIO on the server and when i issue the command /map rustiofriends true I get a error that LustyMap: RustIO not detected
any way to get this working? -
-
-
With the newest update (1.1.17) people still get randomly disconnected from my server (k_EAuthSessionResponseAuthTicketCanceled)
-
/map debug true
/map images
Check the server console for errors, confirm the number of images downloaded is 2076 (complex) or 196 (simple).
/map debug off -
They are not missing, they just don't show up "some times".
Then with a game restart they show up again. -
Which icons? do the monument icons also disappear? the player, plane, heli etc.. all have a bunch of icons for each rotation that is possible,
-
Hello, first of all, great work with the plugin; my players love it. However, I would like to request that you add an option to change the plugin name used in chat. For example, if I use /map it says "LustyMap" in chat. I'd like to change that to match with my server name. I've made this change by editing the plugin itself, but this is ineffective for when I update I have to edit the plugin again. Thanks!
-
-