The power steering controller is used to simulate the effects of power steering on the forces at the steering wheel.
It only affects the strength of force feedback.
The controller is set-up to allow for feedback which varies with speed,
Filename | powerSteering.lua |
Path | /lua/vehicle/controller/powerSteering.lua |
Type | Auxiliary |
Usage type | Single |
Negative values means that the steering will subtract a certain amount of force transmitted after the strengthFast/Slow calculations are completed.
The game will always cap at a minimum of 0.
"controller": [
["fileName"],
["powerSteering", {"strengthFast":1, "strengthSlow": 0.10, "speedSlow": 2, "speedFast": 20, "constantOffset":-0.05}],
],