Solid Vehicle Parts
A downloadable mod
Solid Vehicle Parts
Vehicle parts from roadside crates always spawn at full durability. No more broken engines and cracked windshields.
Full Durability, Every Time
In vanilla Rust, vehicle parts from roadside crates spawn with reduced durability. This plugin restores them to max condition automatically.
Features
|
🔧
Max Durability PartsAll items spawning in vehicle parts crates are restored to full condition. Engines, modules, and components come out pristine. |
⚙️
Configurable TargetsChoose which container prefabs are affected. By default only vehicle parts crates are targeted, but you can add more. |
|
🛡️
Zero Side EffectsOnly affects the containers you configure. All other loot crates, barrels, and drops remain completely untouched. |
⚡
Automatic & SeamlessNo permissions or commands needed. The plugin works automatically for all players as soon as it's installed. |
How It Works
| → A vehicle parts crate spawns along a road. |
| → The game populates the crate with items at reduced durability (vanilla behavior). |
| → The plugin detects the crate's prefab matches the configured target list. |
| → All items with durability are restored to maximum condition. |
| → Players loot the crate and find full-durability parts ready to use. |
Configuration
A configuration file is automatically generated at
oxide/config/SolidVehicleParts.json
on first load.
{
"Target loot container short prefab names": [
"vehicle_parts"
]
}
| Option | Default | Description |
|---|---|---|
Target loot container short prefab names
|
["vehicle_parts"]
|
List of container prefab names whose items will be restored to full durability. |
You can add any container prefab name to the list. The plugin matches the prefab name as a substring, so partial names work.
Installation
|
1
Copy the plugin file Place SolidVehicleParts.cs
into your server's oxide/plugins/
directory.
|
|
2
Start or restart your server The config file will be generated automatically at oxide/config/SolidVehicleParts.json.
|
|
3
Done The plugin works automatically. No permissions or commands needed. Optionally edit the config to add more target containers. |
Solid Vehicle Parts — An Oxide plugin for Rust dedicated servers.
Made by little method
Download
Click download now to get access to the following files:

Leave a comment
Log in with itch.io to leave a comment.