The problem:
The root cause:
Every skin folder has its own ext_config.ini file containing an unreasonably high value (
This is the part of the config that causes the problem:
I use these values (included in the download):
The fix:
Remove all ext_config.ini files from the skin folders and put the ext_config.ini from the archive into .../steamapps/common/assettocorsa/content/cars/urd_maures_gtr_97/extension (or just extract the archive into .../steamapps/common/assettocorsa
The root cause:
Every skin folder has its own ext_config.ini file containing an unreasonably high value (
1.13
) for the WIND_OFFSET
property with values usually ranging between 0.01
and 0.05
. This setting controls how much the wiper gets pushed to the side depending on the car speed. Setting this value to 0
disables the lateral movement of the wiper (but not the vibration). More details on this subject can be found in the CSP Wiki.This is the part of the config that causes the problem:
INI:
[WIPERS]
WIND_THRESHOLDS_KMH = 40, 250 ; speed for wipers to start vibrating and for maximum vibration
WIND_AMPLITUDE_MULT = 1 ; multiplier for amplitude
WIND_FREQUENCY_MULT = 1 ; multiplier for frequency
WIND_OFFSET = 1.13 ; base animation progress to vibrate around
I use these values (included in the download):
INI:
[WIPERS]
WIND_THRESHOLDS_KMH = 100, 300 ; speed for wipers to start vibrating and for maximum vibration
WIND_AMPLITUDE_MULT = 1.5 ; multiplier for amplitude
WIND_FREQUENCY_MULT = 1.5 ; multiplier for frequency
WIND_OFFSET = 0.02 ; base animation progress to vibrate around
The fix:
Remove all ext_config.ini files from the skin folders and put the ext_config.ini from the archive into .../steamapps/common/assettocorsa/content/cars/urd_maures_gtr_97/extension (or just extract the archive into .../steamapps/common/assettocorsa