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
  1. I love the new version but kinda sad that it dosn't autoupdate the map after a wipe/mapchange. With the link http://......../map.jpg i never had to touch the config after an update.
     
  2. Please help me! I dont understand how it work. I load this plugin in my server and i see error in my console.
     
  3. What kind of error?
     
  4. Not foun pictures for map, i dont know wheare take it
     
  5. @Kayzor, just little bit perfectionism.
    Please, change
    //int playerdirection = ((int)(lookRotation / 10) * 10);
    to
    int playerdirection = (Convert.ToInt16((lookRotation-5) / 10 + 0.5) * 10); //not (int). needs rounding
    if (lookRotation >= 355) playerdirection = 0;
     
  6. - If that works. you could add a option to display Friends from friendapi on the map ( to be unbound from rust.io )
    and / or display Clan members. would be really cool
     
  7. you can add friends and thrown cargo?
     
    Last edited by a moderator: Apr 21, 2016
  8. Установлен плагин Oxide.Ext.RustIO.dll, все работает, карта нормально открывается из интернета ... http://ip:port/map.jpg
    Что надо прописать в LustyMap, чтобы не заморачиваться с ... oxide\data\LustyMap\map.jpg так чтобы карта сама обновлялась после вайпа?
    Или будет достаточно прописать /map url http://ip:port/map.jpg ???

    Installed plug Oxide.Ext.RustIO.dll, everything works, the card is normally open from the Internet ... http://ip:port/map.jpg
    What you need to register in LustyMap, so as not to bother with the ... oxide\data\LustyMap\map.jpg so that the card itself is updated after a wipe?
    Or will be enough to register /map url http://ip:port/map.jpg ???
     
    Last edited by a moderator: Apr 19, 2016
  9. Attached Files:

  10. Это не поможет, тк вся суть обновы- кэширование файлов на сервере, чтоб не загружалось заново ежесекундно при обновлении состояния. В принципе, можно сделать подргрузку с сайта, но будет моргать карта.
    It would not help. Because the main change in last update is caching images on your host due to faster onmap situation being updated. If you want, i could write, how, but the map would blink to black each second and there would be a great delay,
     
  11. Marat 2, какие параметры поменять, чтоб приподнять чуток карту? А то долго искать в твоей измененной версии, поскольку я многое тоже поменял в своей версии и просто замена не подойдет..

    Marat 2 which settings to change, to lift the little map? And for a long time to look at your modified version, because I, too, much has changed in his version and a replacement will not work ..
     
  12. line 1088 gui.add("MapGUIBG", true, "0.23 0.0475", "0.75 0.985", "0 0 0 1"); - this map
    line 1151 gui.add("MapGUI", true, "0.23 0.0475", "0.75 0.985", "0 0 0 0"); - this location
    [DOUBLEPOST=1461053209][/DOUBLEPOST]should be identical
     
  13. Hello
    After the last update, the map is black and there is no marker where at the moment is player
    Regards
     
  14. ah, i just installed this and wondered why it wasn't working. guess i installed it right then, just have to wait ^^
     
  15. Did you removed URL map @Kayzor ???
     
  16. Yes. All URLs was removed from code.
    [DOUBLEPOST=1461074004][/DOUBLEPOST]
    Read the overview instrustions.
     
  17. Как показать на карте AirDrop?
    As show on the map AirDrop?
     
  18. thanks for the tip!