Change tyresmoke parameter - by Heiko Schultz
This commit is contained in:
parent
3b962cadfe
commit
5cb130c313
1 changed files with 2 additions and 1 deletions
|
@ -823,11 +823,12 @@ var tyresmoke = {
|
|||
var diff = math.abs(rollspeed - filtered_rollspeed);
|
||||
var diff_norm = diff > 0 ? diff / rollspeed : 0;
|
||||
|
||||
if (wow and vert_speed < -0.05 and diff_norm > 0.05
|
||||
if (wow and vert_speed < -1.2 and diff_norm > 0.05
|
||||
and friction_factor > 0.7 and groundspeed > 50
|
||||
and rain < 0.20) {
|
||||
me.tyresmoke.setValue(1);
|
||||
me.spray.setValue(0);
|
||||
me.spraydensity.setValue(0);
|
||||
|
||||
} elsif (wow and groundspeed > 5 and rain >= 0.20) {
|
||||
me.tyresmoke.setValue(0);
|
||||
|
|
Loading…
Add table
Reference in a new issue