Skip to main content

πŸ›©οΈ Plane Behavior Pro

Plane Behavior Pro enhances the realism of plane behavior in FiveM by introducing various failure probabilities and adjusting glide behavior. This script is designed to simulate more realistic aircraft operations, adding depth and immersion to your gameplay. And most excitingly: Plane Behavior Pro is tested by real Airline Pilots!

About the config.json​

{
"License": "Enter License here",
"LandingGearProblemProbability": 1.0, /* landing Gear failure probability in percent */
"TurbulenceProbability": 0.5, /* turbulence probability in percent */
"AileronFailureProbability": 300000, /* aileron failure probability in percent */
"EngineFailureProbability": 300000, /* engine failure probability (higher = less often) */
"EngineFireProbability": 300000, /* engine fire probability (higher = less often) */
"RudderFailureProbability": 300000, /* rudder failure probability (higher = less often) */
"GlideMode": 18 /* Changes the glide behavior of a plane with engines off */
}

Verification​

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

Failure Probabilities​

  • LandingGearProblemProbability: The probability of landing gear failure, expressed as a percentage (e.g., 1.0 for 1%).
  • TurbulenceProbability: The probability of encountering turbulence, expressed as a percentage.
  • AileronFailureProbability: The probability of aileron failure. Higher values mean the failure happens less often.
  • EngineFailureProbability: The probability of engine failure. Higher values mean the failure happens less often.
  • EngineFireProbability: The probability of engine fire. Higher values mean the fire happens less often.
  • RudderFailureProbability: The probability of rudder failure. Higher values mean the failure happens less often.

Glide Mode​

  • GlideMode: Adjusts the glide behavior of a plane when the engines are off. The default value of 18 is recommended as it provides the most realistic glide behavior.

Example Configuration​

Below is an example of a configuration with customized failure probabilities:

{
"License": "Enter License here",
"LandingGearProblemProbability": 1.0,
"TurbulenceProbability": 0.5,
"AileronFailureProbability": 250000,
"EngineFailureProbability": 250000,
"EngineFireProbability": 250000,
"RudderFailureProbability": 250000,
"GlideMode": 18
}

In this example, the failure probabilities for aileron, engine, engine fire, and rudder are slightly increased to make failures more likely compared to the default settings.

Notes​

  • The GlideMode setting controls how the plane behaves when the engines are off. It is recommended to leave this at the default value of 18 for the most realistic simulation.