Jump to content

3 Screenshots

  • 37.4k
  • 1.3k
  • 64.4 kB

About RustyBangers

Rusty Bangers is a UI for Vehicle Licence.

 

STOP... I HAVE REWRITTEN THE PLUGIN TO MAKE SPACE FOR ANY OTHER VEHICLES COMING TO RUST.
I HAVE ALSO ADDED THE ABILITY TO CUSTOMISE THE VEHICLE IMAGES.

IF YOU USE THE DEFAULT CONFIG AND MY VEHICLE LICENSE CONFIG (PASTE BIN LINK BELOW) IT SHOULD WORK STRAIGHT OUT OF THE BOX (MINUS NEEDING SOME PRICE AND POSSIBLE COOL DOWN CHANGES TO MATCH YOUR SERVER)


Check out updates below

Permissions

Rusty Bangers now requires vehiclelicence.use permission to be opened
AND NOW
Players can now only see options for vehicles that they have been granted permissions to spawn.

Command
/rusty << opens the UI

Configuration

{
  "Genericsettings": {
    "Command List": [
      "mini",
      "tcop",
      "hab",
      "ch47",
      "rhib",
      "row",
      "sedan",
      "horse",
      "smallchassis",
      "mediumchassis",
      "largechassis",
      "smallcar",
      "mediumcar",
      "largecar",
      "workcart",
      "magnetcrane",
      "subsolo",
      "subduo"
    ]
  },
  "Page1Settings": {
    "Slot 1 Permission": "vehiclelicence.minicopter",
    "Slot 1 Image": "https://i.imgur.com/1eCWmxC.png",
    "Slot 2 Permission": "vehiclelicence.transportcopter",
    "Slot 2 Image": "https://i.imgur.com/KMXvIiC.png",
    "Slot 3 Permission": "vehiclelicence.hotairballoon",
    "Slot 3 Image": "https://i.imgur.com/huK1pU3.png",
    "Slot 4 Permission": "vehiclelicence.chinook",
    "Slot 4 Image": "https://i.imgur.com/MQRcEcv.png",
    "Slot 5 Permission": "vehiclelicence.rhib",
    "Slot 5 Image": "https://i.imgur.com/jXf4fNl.png",
    "Slot 6 Permission": "vehiclelicence.rowboat",
    "Slot 6 Image": "https://i.imgur.com/SlE8lLs.png",
    "Slot 7 Permission": "vehiclelicence.sedan",
    "Slot 7 Image": "https://i.imgur.com/aNUvab6.png",
    "Slot 8 Permission": "vehiclelicence.ridablehorse",
    "Slot 8 Image": "https://i.imgur.com/eZvi0n2.png"
  },
  "Page2Settings": {
    "Slot 1 Permission": "vehiclelicence.smallchassis",
    "Slot 1 Image": "https://i.imgur.com/Nlgsj4h.png",
    "Slot 2 Permission": "vehiclelicence.mediumchassis",
    "Slot 2 Image": "https://i.imgur.com/WX0iPUB.png",
    "Slot 3 Permission": "vehiclelicence.largechassis",
    "Slot 3 Image": "https://i.imgur.com/0JSrdCy.png",
    "Slot 4 Permission": "vehiclelicence.smallmodularcar",
    "Slot 4 Image": "https://i.imgur.com/7QsY72X.png",
    "Slot 5 Permission": "vehiclelicence.mediummodularcar",
    "Slot 5 Image": "https://i.imgur.com/65VPddU.png",
    "Slot 6 Permission": "vehiclelicence.largemodularcar",
    "Slot 6 Image": "https://i.imgur.com/zkmYF9d.png",
    "Slot 7 Permission": "vehiclelicence.workcart",
    "Slot 7 Image": "https://i.imgur.com/TU0DD1v.png",
    "Slot 8 Permission": "vehiclelicence.magnetcrane",
    "Slot 8 Image": "https://i.imgur.com/sXMrzuq.png"
  },
  "Page3Settings": {
    "Slot 1 Permission": "vehiclelicence.submarinesolo",
    "Slot 1 Image": "https://i.imgur.com/bu3vBjM.png",
    "Slot 2 Permission": "vehiclelicence.submarineduo",
    "Slot 2 Image": "https://i.imgur.com/To7tiMp.png",
    "Slot 3 Permission": "",
    "Slot 3 Image": "https://i.imgur.com/6RjWdNd.png",
    "Slot 4 Permission": "",
    "Slot 4 Image": "https://i.imgur.com/6RjWdNd.png",
    "Slot 5 Permission": "",
    "Slot 5 Image": "https://i.imgur.com/6RjWdNd.png",
    "Slot 6 Permission": "",
    "Slot 6 Image": "https://i.imgur.com/6RjWdNd.png",
    "Slot 7 Permission": "",
    "Slot 7 Image": "https://i.imgur.com/6RjWdNd.png",
    "Slot 8 Permission": "",
    "Slot 8 Image": "https://i.imgur.com/6RjWdNd.png"
  },
  "PageSettings": {
    "Home Icon Image": "https://i.imgur.com/ZTNqNQM.png",
    "Page 2 active": true,
    "Page 2 Icon Image": "https://i.imgur.com/W9Kr4jB.png",
    "Page 3 active": true,
    "Page 3 Icon Image": "https://i.imgur.com/qi5kX0c.png"
  },
  "ButtonSettings": {
    "Buy Button Color": "1 0 0 1",
    "Deliver Button Color": "0 1 0 1",
    "Recall Button Color": "0 0 1 1",
    "Kill Button Color": "0.5 0.5 0.5 1"
  }
}

Set your config Variables to the same details displayed in your Vehicle Licence Config.

Command List are the spawn commands from the Vehicle License config.
e.g. In the Vehicle licence config

 "Commands": [
        "car",
        "sedan"
      ],

So in the list for RustyBangers we add either car or sedan.

The order of the command list the must be the order of your icons and perms.

 

The link below is a blank image. if you are not using the section I would suggest using this image.

https://i.imgur.com/6RjWdNd.png

 

Button Color Configuration is done in the RGBA format with values between 0 and 1. Examples at bottom.

Vehicle licence config

Here is a pastebin link for the config I use.. if your missing cars and chassis this contains them as you have to manually create them now. (Set prices and cool downs to your requirements mine maybe weird because it's for testing)

https://pastebin.com/N5LKf6EJ


Color Examples

blackSolid black. RGBA is (0 0 0 1).
blueSolid blue. RGBA is (0 0 1 1).
clearCompletely transparent. RGBA is (0 0 0 0).
cyanCyan. RGBA is (0 1 1 1).
grayGray. RGBA is (0.5 0.5 0.5 1).
greenSolid green. RGBA is (0 1 0 1).
greyEnglish spelling for grey. RGBA is the same (0.5 0.5 0.5 1).
magentaMagenta. RGBA is (1 0 1 1).
redSolid red. RGBA is (1 0 0 1).
whiteSolid white. RGBA is (1 1 1 1).

The Last digit dictates Alpha channel... so for an opaque appearance select a value below 1  E.g. 0.7

UPDATE
V1.1.0 Rewritten to allow users to make images that reflect their VL settings and include Subs, WorkCart and Crane.
V1.0.4 Global configuration section removed thanks to Arainrr exposing fields in VehicleLicence for the RustyBangers project.

  • Like 2
  • Love 1

User Feedback

1.1m

Downloads

Total number of downloads.

5.5k

Customers

Total customers served.

78.6k

Files Sold

Total number of files sold.

1.5m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.