- 7,467

- The Bunker
Did this work at your end?if you want to change it to extra_a, then open ext_config and change the following lines:
before:
[EMISSIVE_...]
NAME=HL_GLASS_L,HL_GLASS_R
COLOR=40,12,0,20
LAG=0.66
INPUT = 'calc:EXTRA_A_INVERSE + LIGHT'
INPUT_LUT = (|0=0|1=1|2=1|)
SIMULATE_HEATING=1
CAST_LIGHT=1
CLUSTER_THRESHOLD=0.5
ACT_AS_HEADLIGHT=1
CHANNEL=2
after:
[EMISSIVE_...]
NAME=HL_GLASS_L,HL_GLASS_R
COLOR=40,12,0,20
LAG=0.66
INPUT = EXTRA_A
SIMULATE_HEATING=1
CAST_LIGHT=1
CLUSTER_THRESHOLD=0.5
ACT_AS_HEADLIGHT=1
CHANNEL=2
before:
[EMISSIVE_...]
NAME=SL_GLASS_LR,TL_GLASS_G
COLOR=55,25,0,15
LAG=0.66
INPUT = 'calc:EXTRA_A_INVERSE + LIGHT'
INPUT_LUT = (|0=0|1=1|2=1|)
SIMULATE_HEATING=1
CAST_LIGHT=1
CLUSTER_THRESHOLD=0.5
ACT_AS_HEADLIGHT=1
after:
[EMISSIVE_...]
NAME=SL_GLASS_LR,TL_GLASS_G
COLOR=55,25,0,15
LAG=0.66
INPUT = EXTRA_A
SIMULATE_HEATING=1
CAST_LIGHT=1
CLUSTER_THRESHOLD=0.5
ACT_AS_HEADLIGHT=1
before:
[EMISSIVE_...]
NAME=TL_PLATE_GLASS
COLOR=25,18,15,5
LAG=0.66
INPUT = 'calc:EXTRA_A_INVERSE + LIGHT'
INPUT_LUT = (|0=0|1=1|2=1|)
SIMULATE_HEATING=1
CAST_LIGHT=1
CLUSTER_THRESHOLD=0.5
after:
[EMISSIVE_...]
NAME=TL_PLATE_GLASS
COLOR=25,18,15,5
LAG=0.66
INPUT = EXTRA_A
SIMULATE_HEATING=1
CAST_LIGHT=1
CLUSTER_THRESHOLD=0.5
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.
Last edited:
