Skip to main content

πŸš— Vehicle Behavior Pro

Vehicle Behavior Pro enhances vehicle dynamics in FiveM, providing more realistic behavior for cars. This comprehensive configuration allows you to fine-tune various aspects of vehicle performance and damage.

Configuration​

Below is the config.json file with descriptions for all the values.

{
"__license": "Enter your License/Transaction ID here:",
"License": "Enter your License/Transaction ID here",

"__globalEventMultiplier": "How often any event happens. Higher = less often",
"GlobalEventMultiplier": 50,

"__enablestutter": "Whether the engine can fail temporarily if damaged.",
"EnableEngineStuttering": true,

"__stuttermultiplier": "Defines how often the engine fails when damaged, with a larger number the engine fails less often.",
"StutterMultiplier": 100,

"__enabletemperature": "Whether the engine gets damaged if it overheats.",
"EnableTemperatureDegrading": true,

"__maxtemperature": "The maximum temperature the engine can reach before it starts to degrade.",
"MaxEngineTemperature": 125,

"__temperaturedegradingmultiplier": "How fast the engine will degrade: engineHealth - (currentTemperature - MaxEngineTemperature) * Multiplier",
"TemperatureDegradingMultiplier": 0.75,

"__enablestartupfailure": "Whether the engine can fail to start on the first attempt.",
"EnableStartupFailure": true,

"__startupfailuremultiplier": "The chance that the engine cannot be started on the first attempt. Higher = less often",
"StartupFailureMultiplier": 50,

"__enablepowerdegrading": "Whether the engine loses power when damaged.",
"EnableEnginePowerDegrading": true,

"__enablehighrpmdegrading": "Whether the engine gets damaged when the RPM is too high.",
"EnableHighRPMEngineDegrading": true,

"__maxrpm": "The maximum RPM the engine can reach before it starts to degrade - Relative to MaxEngineRPM",
"MaxEngineRPM": 0.9,

"__highrpmdegradingmultiplier": "How fast the engine will degrade: Relative to its current health - Higher = slower",
"HighRPMEngineDegradingMultiplier": 0.999,

"__enablehighspeeddegrading": "Whether the engine gets damaged when the vehicle is close to its top speed.",
"EnableHighSpeedEngineDegrading": true,

"__maxspeed": "The maximum speed the vehicle can reach before it starts to degrade - Relative to MaxVehicleSpeed",
"MaxVehicleSpeed": 0.9,

"__highspeeddegradingmultiplier": "How fast the engine will degrade: Relative to its current health - Higher = slower",
"HighSpeedEngineDegradingMultiplier": 0.999,

"__enableoffroadwheeldegrading": "Whether the wheels get damaged when driving offroad - Except vehicles with offroad wheels.",
"EnableOffroadWheelDegrading": true,

"__offroadwheeldegradingmultiplier": "How fast the wheels will degrade: Relative to its current health - Higher = slower",
"OffroadWheelDegradingMultiplier": 0.999
}

Verification​

  • License: A unique identifier for each transaction. This field is used for tracking and verification purposes. Learn more

Configuration Parameters​

  • License: Enter your License here.
  • GlobalEventMultiplier: Determines how often any event happens. Higher values mean events happen less often.
  • EnableEngineStuttering: Whether the engine can fail temporarily if damaged.
  • StutterMultiplier: Defines how often the engine fails when damaged. Higher values mean the engine fails less often.
  • EnableTemperatureDegrading: Whether the engine gets damaged if it overheats.
  • MaxEngineTemperature: The maximum temperature the engine can reach before it starts to degrade.
  • TemperatureDegradingMultiplier: How fast the engine will degrade based on the temperature.
  • EnableStartupFailure: Whether the engine can fail to start on the first attempt.
  • StartupFailureMultiplier: The chance that the engine cannot be started on the first attempt. Higher values mean it fails less often.
  • EnableEnginePowerDegrading: Whether the engine loses power when damaged.
  • EnableHighRPMEngineDegrading: Whether the engine gets damaged when the RPM is too high.
  • MaxEngineRPM: The maximum RPM the engine can reach before it starts to degrade, relative to MaxEngineRPM.
  • HighRPMEngineDegradingMultiplier: How fast the engine will degrade based on high RPM.
  • EnableHighSpeedEngineDegrading: Whether the engine gets damaged when the vehicle is close to its top speed.
  • MaxVehicleSpeed: The maximum speed the vehicle can reach before it starts to degrade, relative to MaxVehicleSpeed.
  • HighSpeedEngineDegradingMultiplier: How fast the engine will degrade based on high speed.
  • EnableOffroadWheelDegrading: Whether the wheels get damaged when driving offroad, except for vehicles with offroad wheels.
  • OffroadWheelDegradingMultiplier: How fast the wheels will degrade when driving offroad.

By configuring these parameters, you can customize the vehicle behavior to create a more realistic and engaging driving experience in FiveM.