Change fuel capacity for vehicle
Location
This configuration is located in rcore_fuel/config/fuel_config.lua
.
Vehicle Fuel Capacity Configuration
The configuration is managed within the Config.CustomFuelCapacity
array.
Structure
The array structure consists of:
model
: The spawn model of the vehicle.maxFuel
Maximum fuel capacity for the model
Example of a new entry:
Example of the "CustomFuelCapacity"
Last updated