Not working![]()

LustyMap
In-game map and minimap GUI
Total Downloads: 48,884 - First Release: Sep 8, 2015 - Last Update: Dec 29, 2017
- 5/5, 163 likes
-
Someone can help? How to change text color? on monuments and frieind / clan mate? i think colors is like 0 0 0 0? i saw that on interface, cuz i hate this lines on top of the map xD
But i need change colors for friends / clan mates, on snow i cant see nickname -
Does anyone know if there is a problem with beancan.io , updated oxide and lost lusty map have reloaded plugin but now says needs APIKEY which iv re put in ... But still says go to beancan.io to registar server ..it is !! Have re installed image library also ,all files in data are correct ,config correct ..so I'm confused ..could it be beancan io ?
-
downloaded the plugin but i dont get the Icons
-
Download the following zip file and extract it to your "/server/oxide/data/" folder. This contains all the map icons you will need. You may replace these icons with you own custom versions if you wish
http://www.chaoscode/oxide/LustyMap.rar -
everytime I do complex map true they give me a IMAGE NOT FOUND in the mini map
is there something to fix ? -
The junkyard and qarry icons do not work
-
-
Code:
(09:31:06) | [LustyMap] [Warning] Waiting for Image Library to finish processing images (09:31:06) | [LustyMap] [Warning] Waiting for Image Library to finish processing images (09:31:36) | [LustyMap] [Warning] Waiting for Image Library to finish processing images (09:31:36) | [LustyMap] [Warning] Waiting for Image Library to finish processing images (09:32:06) | [LustyMap] [Warning] Waiting for Image Library to finish processing images (09:32:06) | [LustyMap] [Warning] Waiting for Image Library to finish processing images (09:32:36) | [LustyMap] [Warning] Waiting for Image Library to finish processing images (09:32:36) | [LustyMap] [Warning] Waiting for Image Library to finish processing images (09:33:06) | [LustyMap] [Warning] Waiting for Image Library to finish processing images (09:33:06) | [LustyMap] [Warning] Waiting for Image Library to finish processing images
-
just put in RCON/CONSOLE: cancelstorage
Then let imagelibrary stop whatever it is doing then reload lustymap fixed that ([LustyMap] [Warning] Waiting for Image Library to finish processing images) for me -
-
I have made 3 icons for each type of Quarry
-
I also have the problem with the reset command
Code:[LustyMap] [Warning] Map generation successful! Downloading map image to file storage. Please wait! [LustyMap] Error whilst retrieving the map image from file storage: ImageConverter cannot convert from (null). If you are running linux you must install LibGDIPlus using the following line: "sudo apt install libgdiplus", then restart your system for the changes to take affect Web request callback raised an exception (ArgumentNullException: Argument cannot be null. Parameter name: image) at System.Drawing.Graphics.DrawImage (System.Drawing.Image image, Rectangle destRect, Int32 srcX, Int32 srcY, Int32 srcWidth, Int32 srcHeight, GraphicsUnit srcUnit, System.Drawing.Imaging.ImageAttributes imageAttr) [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) System.Drawing.Graphics:DrawImage (System.Drawing.Image,System.Drawing.Rectangle,int,int,int,int,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes) at Oxide.Plugins.LustyMap+MapSplitter.ResizeImage (System.Drawing.Image image, Int32 pixels) [0x00000] in <filename unknown>:0 at Oxide.Plugins.LustyMap.ScaleMapImage () [0x00000] in <filename unknown>:0 at Oxide.Plugins.LustyMap.DownloadMap (System.String url) [0x00000] in <filename unknown>:0 at Oxide.Plugins.LustyMap.<GetMapURL>m__1 (Int32 code, System.String response) [0x00000] in <filename unknown>:0 at Oxide.Core.Libraries.WebRequests+WebRequest.<OnComplete>b__42_0 () [0x00000] in <filename unknown>:0
Can you please fix that?Last edited by a moderator: Dec 25, 2017 -
@Brohawk how were you able to change the font colour? Also when I try to put in the Quarries (Pics above) I just get grey squares, I have reset the map and reloaded but still there. I'm thinking it's to do with the code addition I made in the CS, could you be so kind and advise on what I may have fubard in these sections:
Code:if (monument.name.Contains("mining_quarry_c")) { mon.name = msg("HQM Quarry"); mon.icon = "quarryhqm"; staticMarkers.Add(mon); continue; } if (monument.name.Contains("mining_quarry_a")) { mon.name = msg("Sulfur Quarry"); mon.icon = "quarrysulfer"; staticMarkers.Add(mon); continue; } if (monument.name.Contains("mining_quarry_b")) { mon.name = msg("Stone Quarry"); mon.icon = "quarrystone"; staticMarkers.Add(mon); continue; }
Code:newLoadOrder.Add("Sulfer Quarry", $"{path}quarrysulfer.png"); newLoadOrder.Add("Stone Quarry", $"{path}quarrystone.png"); newLoadOrder.Add("HQM Quarry", $"{path}quarryhqm.png");
Code:Dictionary<string, string> Messages = new Dictionary<string, string> { {"mining_quarry_a", "Sulfer Quarry" }, {"mining_quarry_b", "Stone Quarry" }, {"mining_quarry_c", "HQM Quarry" },
-
"mining_quarry_a" is sulfur,
"mining_quarry_b" is stone,
"mining_quarry_c" is hqm -
-
how make lustymap use only with permission?
-
The icons of the quarrys still do not appear.
I did as you noted but nothing.
When will a real update thank you? -
I Fixed
______
I have a problem...
I cant change the map ingame..
I have the map.jpg in folder oxide/data/Lustymap
I edit the text file in config/LustyMap.json
map.seed: 123456
size: 4500
I have the map reloaded with oxide.reload Lustymap and resetmap and Restart the Server but map cant change.. :/
I hope someone can help meLast edited by a moderator: Dec 26, 2017 -