Is there a way to make a material reflective to the headlights in the dark such as cats eyes in the road or the reflective bollards in the picture attached?
Thanks
Thanks
Attachments
-
250.1 KB Views: 210
[INCLUDE]
INCLUDE = common/conditions.ini
[MATERIAL_ADJUSTMENT_...]
DESCRIPTION=reflectors more diffuse at night
MATERIALS=reflectors ; change this
KEY_...=ksDiffuse
VALUE_...=1.0 ; very high diffuse value at night
VALUE_OFF_...=ORIGINAL
KEY_...=ksAlphaRef
VALUE_...=-193 ; boost with magic value
VALUE_OFF_...=0
CONDITION=NIGHT_SMOOTH
Thank you very much, this is really helpfuland then there is extBounceBack:
https://github.com/ac-custom-shaders-patch/acc-extension-config/wiki/General-–-Shader-replacements#extbounceback
example use in some tracks:
https://github.com/search?q=repo:ac-custom-shaders-patch/acc-extension-config+extBounceBack&type=code