0 of 0

File information

Last updated

Original upload

Created by

Nebouh

Uploaded by

Nebouh

Virus scan

Safe to use

About this mod

IL2CPP MOD - Expands and customizes vehicules capacities in Schedule I.

Permissions and credits
# Enhanced Vehicles

A mod for **Schedule I** that enhances and customizes both the **storage capacity** and **prices** of vehicles in the game.

Created by **Nebouh** — powered by **MelonLoader** and **Harmony**.

---

## 🚗 Features

- **Customize storage**: Adjust the slot count and number of display rows for each vehicle.
- **Customize pricing**: Modify the in-game purchase price of vehicles.
- **Per-vehicle settings**: Each vehicle has independent configuration for storage and price.
- **Increase maximum storage slots**: Raise the slot limit beyond the default 20 slots.
- **Update Storage UI**: Update storage UI on opening a storage

---

## 🔥 Latest Updates

- NEW **Update Storage UI**: Update storage UI on opening a storage

---

## 🔮 Planned Features

Future updates will expand the mod to include performance customization for each vehicle, allowing users to tweak:

- **Speed** – Adjust how fast each vehicle can go.
- **Handling** – Fine-tune steering responsiveness and control.
- **Drift Behavior** – Modify how vehicles slide and grip while turning.

---

## 🛠️ Technical Details

This mod dynamically patches the :
- `SlotCount`
- `DisplayRowCount`
- `GameMaxSlots`
- `vehiclePrice`

### Supported vehicle types and their default settings:

Vehicle    Internal Key     Slots   Rows   Default Price   Configurable
Shitbox    Shitbox          5       1      5000              ✅
Van          Veeper          16      2      9000             ✅
SUV         Bruiser          5        1      12000            ✅
Pickup     Dinkler          8        2      15000            ✅
Sedan     Hounddog     5        1      25000            ✅
Coupe     Cheetah        4       1      40000            ✅


---

## ⚙️ Configuration

Add the file `*.dll` in your Mods folder
Settings are stored in the following file:  
`./UserData/MelonPreferences.cfg`

Example default configuration:
```ini
["EnhancedVehicules"]
EnableMod = true
GameMaxSlots = 20

["EnhancedVehicules/Shitbox"]
Slots = 5
Rows = 1
Price = 5000.0

["EnhancedVehicules/Bruiser"]
Slots = 5
Rows = 1
Price = 12000.0

["EnhancedVehicules/Cheetah"]
Slots = 4
Rows = 1
Price = 40000.0

["EnhancedVehicules/Dinkler"]
Slots = 8
Rows = 2
Price = 15000.0

["EnhancedVehicules/Veeper"]
Slots = 16
Rows = 2
Price = 9000.0

["EnhancedVehicules/Hounddog"]
Slots = 5
Rows = 1
Price = 25000.0
```