The adaptive brake light controller allows to have brake lights that flash during very hard braking, as found on many modern cars.
It waits for the ABS starts to affect the braking and then starts to flash the lights. Additionally, it can also show when the ESC intervenes via the brake lights.
Filename | adaptiveBrakeLights.lua |
Path | /lua/vehicle/controller/adaptiveBrakeLights.lua |
Type | Auxiliary |
Usage type | Multiple (Not useful) |
"controller": [
["fileName"],
["adaptiveBrakeLights"]
],
"adaptiveBrakeLights": {
"indicateESCUsageWithBrakelights":false,
"activateHazardsAfterEmergencyBraking":false,
"blinkOnTime": 0.25,
"blinkOnffTime": 0.05,
}