37 "ImageLibrary" (2.0.10) by Absolut & K1lly0u (0.02s) - ImageLibrary.cs
38 "LustyMap" (2.1.36) by Kayzor / k1lly0u (3.57s) - LustyMap.cs

LustyMap
In-game map and minimap GUI
Total Downloads: 48,885 - First Release: Sep 8, 2015 - Last Update: Dec 29, 2017
- 5/5, 163 likes
-
Calytic Community Admin Community Mod
The issue with overlapping shores with non-existent monuments and misplaced roads is fixed. If you're using beancan.io maps, regenerate your map for a fresh map.
-
Uhh Anyone help plox
I running HapisIsland, map generated fine and all but only lighthouse icon and players etc show up
other monuments icon didn't show up and it's kinda annoying since resetmap and reloading won't help.
Secondly, I wanted to try putting custom map instead but I have no idea how to get the file from
Someone teach me thx~ -
"Map image options": {
"Custom map filename": "918273.jpg",
"Use custom map": true
The map image file must be in the oxide/data/LustyMap with the name specified in the configuration. I think your map is generated automatically using bencan.io and because of this, users with a high ping card is not loaded. I think you should add a server map yourself, then there will be no problems ... probably
[DOUBLEPOST=1509827381][/DOUBLEPOST]
1. С помощью Notepad++ откройте файл _start-example и найдите там данные вашей Map. Я объясню на своём примере.
+server.level "Procedural Map" ^
+server.seed 513135 +server.worldsize 5000 ^
Теперь зная семя и размер карты заходим на beancan.io - Rust Maps и вводим туда эти данные и генерируем карту. Открываем понравившееся изображение в новой вкладке, и скачиваем его переименовав в любое подходящее вам название, к примеру 12345 что-бы легко запомнить в папку oxide/data/LustyMap. Теперь переходим в папку config и открываем LustyMap.json Находим:
},
"Map - Main Options": {
"Enable AFK tracking": false,
"Hide event players": true,
"Map image options": {
"Custom map filename": "12345",
"Use custom map": true
Сохраняем, перезагружаем карту командой resetmapЗаходим на сервер и радуемся
-
oxide.reload LustyMap
Plugin compilation is already queued: LustyMap (0.205 ago)
Added '// Reference: System.Drawing' in plugin 'LustyMap'
LustyMap and ImageLibrary were compiled successfully in 3217ms
Unloaded plugin LustyMap v2.1.36 by Kayzor / k1lly0u
Unloaded plugin ImageLibrary v2.0.10 by Absolut & K1lly0u
LustyMap plugin is waiting for requirements to be loaded: ImageLibrary
Loaded plugin ImageLibrary v2.0.10 by Absolut & K1lly0u
Failed to call hook 'OnServerInitialized' on plugin 'LustyMap v2.1.36' (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Plugins.LustyMap.LoadSettings () [0x00000] in <filename unknown>:0
at Oxide.Plugins.LustyMap.OnServerInitialized () [0x00000] in <filename unknown>:0
at Oxide.Plugins.LustyMap.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0
Loaded plugin LustyMap v2.1.36 by Kayzor / k1lly0u -
-
All my map icons show that IMAGE NOT FOUND , i installed newest version of LustyMap , remade config 5 times , connected to beancan.in and reinstalled icons folder 4 times , nothing helps , PLEASE HELP.
Attached Files:
-
-
[DOUBLEPOST=1509883234][/DOUBLEPOST]Attached Files:
Last edited by a moderator: Nov 5, 2017 -
-
I tried custom file image but the monument icons still doesn't pop up
-
"Show all players": true,
"Show cars (un-occupied only)": true,
"Show caves": true,
"Show debris": true,
"Show friends and clanmates": true,
"Show helicopters": true,
"Show marker names": true,
"Show monuments": true,
"Show planes": true,
"Show self": true,
"Show supply drops": true,
"Show tanks": true,
"Show vending machines (public broadcast only)": true
resetmapLast edited by a moderator: Nov 5, 2017 -
But only lighthouse monument popped up, so the question is why the rest of monuments ain't popping up -
hi, map works fine.. but minimaps shows no image found
.. (icons on minimaps are OK too)
what to do ?
Thanks
edit: it now worksjust out of blue
-
Nobody has issues with the map being black? So i'm really doing something stupid? On several servers, the same people have black maps. They say it's no issue on other servers.
-
Do I need to open extra ports or something?
-
Just make sure you have both LustyMap and ImageLibrary plugin
Then next is the custom icons zip provided in right place
put the beancan api key...
Pretty much that's it..
Try resetmap or if that didn't work, reload lustymap?
If map still black, tbh I really don't know anymore, I never gotten it -
I have problem - when anyone login to server they need to write /map mini otherwise minimap does nod load.. just smal window with icons and message no image found
also /marker add something - does not work.,.. but it also does not write any error just do nothingLast edited by a moderator: Nov 5, 2017 -
how to rotate icon?
im use this but not rotate.
SET Image=self
SET Ext=.png
for /L %%R in (0,10,360) do convert +%Image%%Ext% -distort SRT +%%R %Image%%%R%Ext% -
Web request callback raised an exception (ArgumentException: A null reference or invalid value was found [GDI+ status: InvalidParameter])
(19:59:31) | at System.Drawing.GDIPlus.CheckStatus (Status status) [0x00000] in <filename unknown>:0
at System.Drawing.Bitmap.SetResolution (Single xDpi, Single yDpi) [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) System.Drawing.Bitmap:SetResolution (single,single)
at Oxide.Plugins.LustyMap+MapSplitter.ResizeImage (System.Drawing.Image image, Int32 pixels) [0x00000] in <filename unknown>:0
at Oxide.Plugins.LustyMap+MapSplitter.SplitMap (System.String imageId, Int32 amount) [0x00000] in <filename unknown>:0
at Oxide.Plugins.LustyMap.AttemptSplit (Int32 attempts) [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
what's wrong, why does not it work? -
-