LustyMap

In-game map and minimap GUI

Total Downloads: 48,897 - First Release: Sep 8, 2015 - Last Update: Dec 29, 2017

5/5, 163 likes
  1. reload the plugin will close it
     
  2. Can you post your config?
     
  3. finally got it almost...
    well kinda... i think. ;\
    its been saying
    (01:08:37) | say:: (01:08:30) | [LustyMap] [Warning] Your map is still being generated. Checking again in 10 seconds
    for the passed 9hrs.. lol
    its a 6k map..
    [DOUBLEPOST=1497712692][/DOUBLEPOST]
    Code:
    {
      "FriendOptions": {
        "AllowCustomLists": true,
        "UseClans": true,
        "UseFriends": true
      },
      "MapMarkers": {
        "ShowAllPlayers": false,
        "ShowCaves": false,
        "ShowDebris": false,
        "ShowFriends": true,
        "ShowHelicopters": true,
        "ShowMarkerNames": true,
        "ShowMonuments": true,
        "ShowPlanes": true,
        "ShowPlayer": false,
        "ShowPublicVendingMachines": true,
        "ShowSupplyDrops": true
      },
      "MapOptions": {
        "EnableAFKTracking": true,
        "HideEventPlayers": true,
        "MapImage": {
          "APIKey": "******",
          "CustomMap_Filename": "map.png",
          "CustomMap_Use": true
        },
        "MinimapOptions": {
          "ComplexOptions": {
            "ForcedZoomLevel": 1,
            "ForceMapZoom": false,
            "UseComplexMap": true
          },
          "HorizontalScale": 1.0,
          "OffsetSide": 0.0,
          "OffsetTop": 2.0,
          "OnLeftSide": false,
          "UseMinimap": true,
          "VerticalScale": 1.0
        },
        "ShowCompass": true,
        "StartOpen": true,
        "UpdateSpeed": 1.0
      },
      "SpamOptions": {
        "DisableAttempts": 10,
        "DisableSeconds": 120,
        "Enabled": true,
        "TimeBetweenAttempts": 3,
        "WarningAttempts": 5
      }
    }
     
    Last edited by a moderator: Jun 17, 2017
  4. How is LustyMap working for some people, but not others? It broke after update, yet it still works for some?
     
  5. Went back to version 2.0.93, still works. Hope they can fix 2.1.1 soon.
     
  6. ok so its up and kind of working..
    "/map" works, it will pull up a map now.
    "/map mini" does nothing.
    i cannot get the mini map up. I do have this in my logs.

    Image loading fail! Error: Couldn't open file /C:\servers\fourtwoo\oxide\data\LustyMap\custom\n

    Not 100% sure why or what... ;\ but there is no "n" file or folder in custom. Any ideas?

    Thank you.
     
  7. Linux/ubuntu handle splitting the complex map differently than windows.
    Has anyone running Linux tried disabling the Complex map mode in v2.1.1?
    Code:
     "MinimapOptions": {
          "ComplexOptions": {
            "ForcedZoomLevel": 1,
            "ForceMapZoom": false,
            "UseComplexMap": false   <<<
    [DOUBLEPOST=1497760420][/DOUBLEPOST]
    There's data stored telling the plugin to look for the image if it's there or not, delete the data for the image.
    "oxide/data/imagelibrary/image_data" you can delete all or look for the reference to "C:\servers\fourtwoo\oxide\data\LustyMap\custom\n"

    You should Disable Vending machines and chose- Automated or Custom map, Your config is using both.
    If you use a Custom map with a 6k seed you need to make sure the resolution of the image is around 1024x1024 - 1440x1440 or you'll get an RPC error.

    Why are you using "/map" instead of "m" ? :) the keybind is plastered all over the forum. "bind m LMUI_Control map"
     
  8. sadly this plugin is a waste till beancan gets their crap fixed lol.
     
  9. honey you are mistaken, version 2.0.93 works great
     
  10. So I added the map.png into "/server/oxide/data/LustyMap/" I made a Beancan.io account and got the api key (still waiting on approval)... i tried to do simple mode and do /map url (playrusst.io url)... and no matter what i do it still says LustyMap is not activated....

    Code:
    {2
      "FriendOptions": {
    3
        "AllowCustomLists": true, // This allows other plugins to create friend lists for players to see on their map
    4
        "UseClans": true, // Adds clan members to the users friend list
    5
        "UseFriends": true // Adds friends (Friends plugin) to users friend list
    6
      },
    7
      "MapMarkers": { // Various marker options for all players
    8
        "ShowAllPlayers": true, // Shows all players
    9
        "ShowCaves": true, // Shows caves
    10
        "ShowDebris": true,// Shows helicopter debris (recommend OFF)
    11
        "ShowFriends": true,// Shows friend locations
    12
        "ShowHelicopters": true,// Shows helicopters
    13
        "ShowMarkerNames": true,// Shows the names of each marker
    14
        "ShowMonuments": true,// Shows monument locations
    15
        "ShowPlanes": true,// Shows planes
    16
        "ShowPlayer": true,// Shows the users current location
    17
        "ShowSupplyDrops": true// Shows dropped SupplyDrops
    18
      },
    19
      "MapOptions": {
    20
        "EnableAFKTracking": true, // Disables the map for AFK players
    21
        "HideEventPlayers": true,// Remove players in an event from the map
    22
        "MapImage": {
    23
          "APIKey": "#########",// API key provided by beancan.io
    24
          "CustomMap_Filename": "map1.png",// Custom map image filename
    25
          "CustomMap_Use": true// Activates the use of a custom map image
    26
        },
    27
        "MapKeybind": "m", // Keybind for players to open the map
    28
        "MinimapOptions": {
    29
    "ComplexOptions": {
    30
            "ForcedZoomLevel": 1, // The level that zoom is locked to
    31
            "ForceMapZoom": true, // Locks the map in 1 zoom mode
    32
            "UseComplexMap": true // Enables the complex map
    33
          },
    34
          "HorizontalScale": 1.0,// Allows you to adjust the horizontal scale of the minimap and complex map
    35
          "OffsetSide": 0.0, // Position adjustment
    36
          "OffsetTop": 0.0,// Position adjustment
    37
          "OnLeftSide": false, // Create the mini map on the left side (set to false for right side)
    38
          "UseMinimap": true,//Allows use of the complex map
    39
          "VerticalScale": 1.0// Allows you to adjust the vertical scale of the minimap and complex map
    40
        },
    41
        "ShowCompass": true,// Shows users direction and position
    42
        "StartOpen": true,// Open the map on plugin load
    43
        "UpdateSpeed": 1.0 // The speed (in seconds) in which the markers are updated on the map * Recommended is 1.0
    44
      },
    45
      "SpamOptions": { // These are options regarding map spam
    46
        "DisableAttempts": 10, // The amount of attempts before disabling the users map
    47
        "DisableSeconds": 120, // The time in seconds the users map will be disabled
    48
        "Enabled": true, // Enables spam check
    49
        "TimeBetweenAttempts": 3, // Time between map changes
    50
        "WarningAttempts": 5 // Attempts before warning the user of their spam
    51
      }
    52
    }
    [DOUBLEPOST=1497795167][/DOUBLEPOST]
    ya it dont work dude
     


  11. There is nothing in the Custom folder.
    my M key is binded to /map
    but mini map wont work. ;\
     
  12. This was created today.
    Gyazo - 5e320c7252de7611f6ae88992d0f43ee.gif

    this is not a thing. playrust.io is for live maps and has nothing to do with lustymap.
    [DOUBLEPOST=1497816572][/DOUBLEPOST]
    Read this again. :)
    Also note that binding "m" to /map will only open the in-game paper map. The lustymap keybind is "bind m LMUI_Control map"
     
    Last edited by a moderator: Jun 18, 2017
  13. Thank you.
    Is there a way to get the mini map up though?

    edit: /map
    and doing
    bind m LMUI_Control map

    Appear to look the exact same?..
     
    Last edited by a moderator: Jun 18, 2017
  14. This is broken - the only map loading was from a previous wipe. We tried reloading/removing/reinstalling ImageLibrary, LustyMap, and PlayerSkins - none of them load proper, because ImageLibrary is broken.

    I'll post this on the ImageLibrary forum as well. Oxide v. 2.0.3329
     
  15. You could just delete the oxide/data folder and make sure the config is compatible with what you're trying to achieve.
    ImageLibrary hasn't changed and Lustymap wasn't updated so nothing should be different there.
     
  16. Does not work. We did that already. Errors continue to spam the console.
     
  17. Не работает плагин на 161 dev что делать ??
     
  18. Have you tried using a previous version from Version History ?
     
  19. Doesn't this defeat the purpose of updating a broken plugin? What's the point of having updates if they don't work?

    And it seems it's ImageLibrary having the issues, it breaks three other plugins.
     
  20. I quoted someone mentioning a version that didn't require ImageLibrary that was still working.
    If you would like to try to figure it out yourself, you could check things like what data is being written in imagelibrary compared to what data it's not finding and try to figure out whats going on.