A3XX: Fix Gear sounds, and add gear ding

This commit is contained in:
Joshua Davidson 2017-07-25 13:30:49 -04:00
parent 2bbc3a346b
commit c40f637d93
3 changed files with 26 additions and 3 deletions

View file

@ -139,6 +139,7 @@
<no-smoking-sign type="bool">0</no-smoking-sign>
<btn1 type="bool">0</btn1>
<btn3 type="bool">0</btn3>
<gear-vol type="double">0.25</gear-vol>
<knb1 type="bool">0</knb1>
<oh-btn type="bool">0</oh-btn>
<switch1 type="bool">0</switch1>

View file

@ -661,7 +661,7 @@
<path>FL2070/320gear.wav</path>
<property>gear/gear[0]/position-norm</property>
<volume>
<property>sim/sound/other/gear</property>
<property>sim/sounde/gear-vol</property>
</volume>
</gear>
@ -671,7 +671,7 @@
<path>FL2070/320gear.wav</path>
<property>gear/gear[1]/position-norm</property>
<volume>
<property>sim/sound/other/gear</property>
<property>sim/sounde/gear-vol</property>
</volume>
</gear>
@ -681,10 +681,32 @@
<path>FL2070/320gear.wav</path>
<property>gear/gear[2]/position-norm</property>
<volume>
<property>sim/sound/other/gear</property>
<property>sim/sounde/gear-vol</property>
</volume>
</gear>
<gear>
<name>gearding</name>
<mode>once</mode>
<path>gear-ding.wav</path>
<condition>
<and>
<equals>
<property>gear/gear[0]/position-norm</property>
<value>0</value>
</equals>
<equals>
<property>gear/gear[1]/position-norm</property>
<value>0</value>
</equals>
<equals>
<property>gear/gear[2]/position-norm</property>
<value>0</value>
</equals>
</and>
</condition>
</gear>
<wind>
<path>FL2070/320wind.wav</path>
<mode>looped</mode>

BIN
Sounds/gear-ding.wav Normal file

Binary file not shown.