Hello,
I've also been thinking about this phenomenon a bit. I don't think it's a bug - it's a feature.
It's probably the “Fata Morgana” or "Mirage" effect in the weather system. Except for “SimplePPoff” it's included in every weather style. Unfortunately, there doesn't seem to be a checkbox or an entry in an ini file to turn it on or off.
I’ve commented out the corresponding function in Pure’s Lua scripts for myself, but the downside is that the change could be overwritten with the next update.
If you're up for it:
The function is located in the “pure_track.lua” file. There are two versions of this file, one for Gamma and one for LCS:
assettocorsa/extension/weather/pure/pure_track.lua
assettocorsa/extension/weather/Pure LCS/pure/pure_track.lua
Make a backup of the file in question before making any changes.
The relevant function is located at the end of the file:
View attachment 1545697
- original
View attachment 1545698
- and commented out
You need to comment out three lines by adding a double hyphen in front of them, as shown in the last image.
Maybe Peter Boese has a better solution or sees a way to make this feature optional in one of the upcoming updates. Thanks.