Car Vendor
$19.99
Sold by: _senyaaThis plugin adds Car Vendor NPCs
- Car Shop monument included! (211 prefabs)
- Description
- Reviews (0)
- Version History
- Discussions (0)
- Setup
- Product Enquiry
Description
Description
Adding Car vendors to your server
There are two ways to do this –
- Add both Vendor spawnpoint and Car spawnpoint to your map. Make sure not to break the trigger prefab.
- Or you can run /carvendor set_car_spawnpoint and then /carvendor npc_spawn
To run these commands you need to have carvendor.spawn permission
Spawnpoints are automatically saved to a datafile. To wipe them run /carvendor reset
Configuration
Example CarVendor.json
{
"(0) Price item short name": "scrap",
"(1) Price of chassis/components": {
"Chassis2": 75,
"Chassis3": 150,
"Chassis4": 175,
"ComponentsTier0": 0,
"ComponentsTier1": 50,
"ComponentsTier2": 150,
"ComponentsTier3": 200
},
"(2) Car modules": {
"2": [
"vehicle.1mod.cockpit.with.engine",
"vehicle.1mod.rear.seats"
],
"3": [
"vehicle.1mod.engine",
"vehicle.1mod.cockpit.with.engine",
"vehicle.1mod.rear.seats"
],
"4": [
"vehicle.1mod.engine",
"vehicle.1mod.cockpit.armored",
"vehicle.1mod.passengers.armored",
"vehicle.1mod.engine"
]
},
"(3) NPC Name": "Car Vendor",
"(4) Spawn permission name": "carvendor.spawn",
"(5) Car starting fuel": 75.0,
"(6) Max distance between NPC and spawnpoint trigger (meters)": 100.0,
"(7) Check for other cars within radius (meters)": 15.0,
"(8) Nudge players (true/false)": true,
"(9) Player nudge radius (meters)": 5.0,
"CUI Name": "carvendor_ui"
}
Reviews (0)
Only logged in customers who have purchased this product may leave a review.
Version History
- Fixed Compile error
- Updated Updated NPC dialog UI
- Added Economics support
- Added ServerRewards support
- Added Customizable price names
- Updated Fixed for the latest Rust Update
- Added Config option to automatically remove vendor data on server wipe
- Added /carvendor reset_monument command
- Updated Save/load code, which loads everything correctly now.
- Fixed Plugin sometimes leaving bugged NPCs which persist after server restart
- Updated Major plugin refactor
- Fixed NPC rotation not being saved when placed manually.
- Added Localization
- Updated Dialogs now show price with a discount
- Added Permissions with discounts
- Updated Set car ownerID to id of the player who bought it
- Fixed Fixed IndexOutOfRangeException when trying to add less modules than the max car chassis sockets
- Added Spawn NPCs relative to their monuments
Discussions (0)
Discussions
There are no discussions yet.
Leave a reply
Setup
Plugin FAQ – How do I use this .zip/.7z file I just purchased on my server?
• First, you want to unzip the file. You can do so by just double-clicking it to open, then drag the contents to the desired location (you may need to install an external unzipping software if you don’t already have one such as 7zip or winrar)
• Next you will find either a structure of folders or just the .cs file itself (it’s the actual plugin file itself).
• After that just install the .cs (plugin file) into your …/oxide/plugins/ folder where you will install plugins you ever need to.
Additionally, here’s a great video that easily covers adding a plugin to your server if you need! https://youtu.be/yWC_p97FhQA
• Installation is not included with any products on the site, however, if needed we may assist if you reach out to our support.
Currently all products on Lone.Design will be contained within a zipped file which is the .7z or .zip that you see. I believe windows 10 and up can unzip on its own without 3rd party tools, but in that case, if you’re unfamiliar with zipped files here are 2 programs I recommend to easily unzip zipped files.
Video On How to Zip and Unzip: https://youtu.be/Ep-L3PjBPCk (TechInsider Youtube Channel)
Zipping/Unzipping Tools
Winrar https://www.rarlab.com (I used to use for years, but works great!)
7zip https://www.7-zip.org/a/7z2107-x64.exe (the one I use currently)
Reviews
There are no reviews yet.