1
0
Fork 0

reinstate full tyre squeal effects

This commit is contained in:
ehofman 2009-04-13 11:46:25 +00:00
parent 9638e5f1aa
commit c935f28f90

View file

@ -135,31 +135,28 @@
<name>squeal</name>
<path>Sounds/squeal.wav</path>
<condition>
<or>
<property>/gear/gear[0]/wow</property>
<property>/gear/gear[1]/wow</property>
<property>/gear/gear[2]/wow</property>
</or>
<and>
<or>
<property>gear/gear[0]/wow</property>
<property>gear/gear[1]/wow</property>
<property>gear/gear[2]/wow</property>
</or>
<less-than>
<property>velocities/vertical-speed-fps</property>
<value>-0.05</value>
</less-than>
</and>
</condition>
<!--
<volume>
<property>/velocities/speed-down-fps</property>
<factor>0.5</factor>
<max>1.0</max>
</volume>
-->
<volume>
<property>/velocities/airspeed-kt</property>
<property>velocities/groundspeed-kt</property>
<factor>0.01</factor>
<max>1.0</max>
</volume>
<!--
<volume>
<internal>dt_stop</internal>
<factor>0.1</factor>
<max>1.0</max>
</volume>
-->
<pitch>
<property>/velocities/airspeed-kt</property>
<factor>0.0025</factor>