reinstate full tyre squeal effects
This commit is contained in:
parent
9638e5f1aa
commit
c935f28f90
1 changed files with 12 additions and 15 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue