A controller that dynamically adjusts the steering threshold and sensitivity according to the vehicle’s current speed. [i] it's a buggati inspired system [/i]
It applies different sensitivity curves to:
[list]
[*] the front steering wheels,
[*] the rear steering wheels,
[*] the front spotlights,
[*] and the rear lights.
[/list]
Each subsystem is therefore scaled independently, allowing more stable high-speed behavior while preserving low-speed maneuverability.
You must set the [b] V_max [/b] value to match the intended top speed of the vehicle.
By default, it is set to 25 m·s⁻¹ (90 km·h⁻¹).
The **step** parameter can be adjusted, but modifying it is generally not recommended, as it may produce abrupt or unstable responses.
You may also change the threshold value, although this is rarely necessary unless you are tuning the controller for a very specific vehicle configuration.
[i] no LUA utilise [/i]