In addition to PrecipRate / PrecipType we should probe StreetCond when calculating vehicles' degree of wetness; i.e., even when it is not raining / snowing, vehicles should get somewhat wet when driven on wet roads / through puddles.
Notes:
This does not apply to the degree of dirtiness, as that is already driven by DirtRate / Dirt_Norm, which in turn appear to depend on StreetCond.
We should test to ensure that StreetCond works properly in AI / unfocused mode.
In addition to
PrecipRate
/PrecipType
we should probeStreetCond
when calculating vehicles' degree of wetness; i.e., even when it is not raining / snowing, vehicles should get somewhat wet when driven on wet roads / through puddles.Notes:
DirtRate
/Dirt_Norm
, which in turn appear to depend onStreetCond
.StreetCond
works properly in AI / unfocused mode.