make the tire squeal audiable again. Need to find out why it doesn't work otherwise.
This commit is contained in:
parent
6ed10f3005
commit
9638e5f1aa
1 changed files with 5 additions and 1 deletions
|
@ -141,21 +141,25 @@
|
|||
<property>/gear/gear[2]/wow</property>
|
||||
</or>
|
||||
</condition>
|
||||
<!--
|
||||
<volume>
|
||||
<property>/velocities/speed-down-fps</property>
|
||||
<factor>0.5</factor>
|
||||
<max>1.0</max>
|
||||
</volume>
|
||||
-->
|
||||
<volume>
|
||||
<property>/velocities/airspeed-kt</property>
|
||||
<factor>0.01</factor>
|
||||
<max>1.0</max>
|
||||
</volume>
|
||||
<!--
|
||||
<volume>
|
||||
<internal>dt_stop</internal>
|
||||
<factor>0.05</factor>
|
||||
<factor>0.1</factor>
|
||||
<max>1.0</max>
|
||||
</volume>
|
||||
-->
|
||||
<pitch>
|
||||
<property>/velocities/airspeed-kt</property>
|
||||
<factor>0.0025</factor>
|
||||
|
|
Loading…
Add table
Reference in a new issue