Electric Vehicles
How to set up electric vehicles in the rhd_fuel
Add model
If you're using a gameBuild version below 3258, you'll need to add electric vehicle models in the config/electric.lua
file. Follow these steps:
Open the
config/electric.lua
file and add electric vehicle models to thevehicleModels
table. Hereβs an example of how to add electric vehicle models:
Modify Values in
handling.meta
Lastly, you'll need to modify certain values in the
handling.meta
file to ensure the electric vehicles function correctly.
Change
strHandlingFlags
Search for the
strHandlingFlags
entry and set its value to 1000 to adjust for electric vehicles.
Last updated