- Description
- Reviews (0)
- Version History
- Discussions (0)
- Setup
- Product Enquiry
Description
Description
Vehicle Boxes
Danger!
Unfortunately, I do not always receive all notifications. Therefore, if you have any questions, please only create a ticket in our Discord. Please be patient until someone answers. Only use the ticket system for this and select the “Flash” role when joining.
Discord link: https://discord.gg/2ftdtaTQ6S
As we all live in different time zones, it can sometimes take a while for us to reply. However, we will do our best to respond as quickly as possible. Please note that we do not offer 24/7 support.
For a smooth cooperation, we ask you not to write to us privately, as such messages often end up in the spam folder. We also ask you not to ping us, we see all tickets and respond promptly.
Please formulate your ticket clearly and precisely. A simple “Hi, can you help?” does not help us and only leads to unnecessary delays. Detailed requests save both your time and ours.
VehicleBoxes
Project details
Project: VehicleBoxes
dev language: c# oxide
Plugin language: en Author: @RustFlash
Description
VehicleBoxes is a plugin that expands the vehicle storage system in the game. It allows players to attach and remove storage boxes from vehicles to create additional storage space and improve the overall utility of the vehicle. The plugin aims to improve the game experience in Rust by providing more flexibility in vehicle usage. It adds an extra layer of customization and practicality to vehicles, making them even more valuable objects in the game.
Features:
- Add Boxes: Players can add storage boxes to supported vehicles.
- Remove Boxes: Players can remove added boxes from vehicles.
- Add SkinId: you have the option to store a standard SkinId.
- Vehicle Support: Currently supports Minicopter and Scrap Transport Helicopter.
- Permission System: Ensures that only authorized players can add or remove boxes.
- Configurable: Customizable box prefab and positioning for different vehicle types.
Commands:
/addbox
– Adds a storage box to the vehicle the player is looking at./removebox
– Removes the storage box from the vehicle the player is looking at.
Permissions:
vehicleboxes.addbox
– Allows players to add boxes to vehicles.vehicleboxes.removebox
– Allows players to remove boxes from vehicles.
Configuration:
The plugin settings can be adjusted in the VehicleBoxes.json
file in the config
folder. Here you can change properties like the box prefab and the position/rotation for different vehicle types.
{
"BoxPrefab": "assets/prefabs/deployable/woodenbox/woodbox_deployed.prefab",
"BoxSkinId": 3107710831,
"VehiclePositions": {
"assets/content/vehicles/minicopter/minicopter.entity.prefab": {
"Position": {
"x": 0.0,
"y": 0.31,
"z": -0.57
},
"Rotation": {
"x": 0.0,
"y": 90.0,
"z": 0.0
}
},
"assets/content/vehicles/scrap heli carrier/scraptransporthelicopter.prefab": {
"Position": {
"x": -0.5,
"y": 0.85,
"z": 1.75
},
"Rotation": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
}
}
}
Multilingual Support:
The plugin supports multiple languages. Language files are located in the lang folder and can be edited or expanded as needed. Currently supported languages:
default: EN
DE | FR | ES | IT | TR | RU | UK
Please note that the language files were translated using the DeepL Language Tool
load, run, enjoy 💝
Reviews (0)
Only logged in customers who have purchased this product may leave a review.
Version History
- Added Initial release
Discussions (0)
Discussions
There are no discussions yet.
Leave a reply
Setup
Prefab FAQ – How do I host 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)
• Next you will find either a structure of folders or just the .prefab files (it’s the important ones).
• You can then open your map via Rustedit (How to install Rustedit)
• Then install those .prefab files into your …/rustedit/CustomPrefabs folder
• Launch Rustedit and open your map and within the ‘Prefabs’ list you should see the new prefab/monument you downloaded once you search its name
Additionally, here’s a great video that easily covers adding monuments/prefabs to maps of your own!
https://youtu.be/jERnNxw0DSY
• 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.