- 489

- Germany
going step by stepDid this work at your end?
For me the DRLs are still on by default, the rear lights and instrument lights are both on as part of the DRLs by default, and still need to be turned off every time.
For clarity, what I'm trying to achieve is having all DRL functions OFF by default, and only turned on when EXTRA_A is pressed. Ideally, the rear lights would also not form any part of the DRL activation.
Edit: some progress. Searching for all references to EXTRA_A in the config and ensuring that any 'calc:EXTRA_A_INVERSE + LIGHT' references are changed to EXTRA_A makes the DRLs OFF by default (YAY!) ...but (and I had this issue in the past when trying to fix Maid Cafe's weird 'on by default' DRLs) the rear lights now do not light up when the headlights are turned on. I wish I understood his thinking with these DRLs and why he set them up this way.
for the rear lights, I added the following lines
[EMISSIVE_BRAKE_...]
NAME=TL_REFLECTOR
COLOR=63, 63, 63, 0.08
LAG=0.8
SIMULATE_HEATING=0.2
LOCATION=REAR
BIND_TO_HEADLIGHTS=0
CAST_LIGHT=1
CLUSTER_THRESHOLD=0.5
[EMISSIVE_LIGHT_...]
NAME=TL_REFLECTOR
COLOR=63, 63, 63, 0.09
LAG=0.8
SIMULATE_HEATING=0.2
LOCATION=REAR
BIND_TO_HEADLIGHTS=1
CAST_LIGHT=1
CLUSTER_THRESHOLD=0.5
