- 1,172

- Belgium
the P201 has some weird issue with tyres when your start moving , they suddenly become pitch black, and when you stop they are greyish with sunlight bouncing off them...
To fix this I added this at the end in extension\ext_config.ini :
;fix reflection from tyres which dissappears when wheels start turning
[SHADER_REPLACEMENT_...]
ACTIVE = 1
MATERIALS = Tyre
SHADER = ksPerPixel ;was ksTyresFX
PROP_... = ksDiffuse, 0.3 ;was 0.4
PROP_... = ksSpecular, 0.01 ;was 0.35
PROP_... = ksAmbient, 0.3 ;was 0.5
To fix this I added this at the end in extension\ext_config.ini :
;fix reflection from tyres which dissappears when wheels start turning
[SHADER_REPLACEMENT_...]
ACTIVE = 1
MATERIALS = Tyre
SHADER = ksPerPixel ;was ksTyresFX
PROP_... = ksDiffuse, 0.3 ;was 0.4
PROP_... = ksSpecular, 0.01 ;was 0.35
PROP_... = ksAmbient, 0.3 ;was 0.5