No Turbulence - SOLVED

Does anyone know if it is possible to write a server side no turbulence mod for aircraft?

Did you find one that works?

This topic is labeled as solved, but what was the resolution?

The solution for this issue is a close guarded secret, that only the purest of developers can have access to. That being said, try SetPlaneTurbulenceMultiplier. The documentation has a sample code too, most likely client-side.

1 Like

Either use the native or modify these lines in the handling files of the planes like this:

<fTurublenceMagnitudeMax value="0.000000" />
<fTurublenceForceMulti value="0.000000" />
<fTurublenceRollTorqueMulti value="0.000000" />
<fTurublencePitchTorqueMulti value="0.000000" />
1 Like