2016-11-04 22:13:12 +00:00
|
|
|
<PropertyList>
|
|
|
|
<fx>
|
2016-11-05 03:39:28 +00:00
|
|
|
<!--apu>
|
2016-11-04 22:13:12 +00:00
|
|
|
<name>apu_in</name>
|
|
|
|
<mode>looped</mode>
|
|
|
|
<path>Sounds/misc/a320_apu.wav</path>
|
|
|
|
<condition>
|
|
|
|
<property>sim/current-view/internal</property>
|
|
|
|
</condition>
|
|
|
|
<volume>
|
|
|
|
<property>engines/apu/rpm</property>
|
|
|
|
<factor>0.01</factor>
|
|
|
|
<min>0</min>
|
|
|
|
</volume>
|
|
|
|
<pitch>
|
|
|
|
<property>engines/apu/rpm</property>
|
|
|
|
<factor>0.01</factor>
|
|
|
|
<offset>0</offset>
|
|
|
|
</pitch>
|
|
|
|
</apu>
|
|
|
|
|
|
|
|
<apu>
|
|
|
|
<name>apu_out</name>
|
|
|
|
<mode>looped</mode>
|
|
|
|
<path>Sounds/misc/a320_apu_x.wav</path>
|
|
|
|
<condition>
|
|
|
|
<not><property>sim/current-view/internal</property></not>
|
|
|
|
</condition>
|
|
|
|
<volume>
|
|
|
|
<property>engines/apu/rpm</property>
|
|
|
|
<factor>0.01</factor>
|
|
|
|
<min>0</min>
|
|
|
|
</volume>
|
|
|
|
<pitch>
|
|
|
|
<property>engines/apu/rpm</property>
|
|
|
|
<factor>0.01</factor>
|
|
|
|
<offset>0</offset>
|
|
|
|
</pitch>
|
2016-11-05 03:39:28 +00:00
|
|
|
</apu-->
|
2016-11-04 22:13:12 +00:00
|
|
|
|
2016-12-10 16:51:31 +00:00
|
|
|
<!-- Custom GPWS -->
|
|
|
|
<gpws>
|
|
|
|
<name>2500</name>
|
|
|
|
<path>Aircraft/A320Family/Sounds/GPWS/altitude-2500.wav</path>
|
|
|
|
<mode>once</mode>
|
|
|
|
<condition>
|
|
|
|
<and>
|
|
|
|
<less-than>
|
|
|
|
<property>/position/gear-agl-ft</property>
|
|
|
|
<value>2500</value>
|
|
|
|
</less-than>
|
|
|
|
<greater-than>
|
|
|
|
<property>/position/gear-agl-ft</property>
|
|
|
|
<value>2400</value>
|
|
|
|
</greater-than>
|
|
|
|
<less-than>
|
|
|
|
<property>/it-autoflight/internal/vert-speed-fpm</property>
|
|
|
|
<value>0</value>
|
|
|
|
</less-than>
|
|
|
|
</and>
|
|
|
|
</condition>
|
|
|
|
<volume>
|
|
|
|
<factor>8</factor>
|
|
|
|
</volume>
|
|
|
|
<position>
|
|
|
|
<x>0.00</x>
|
|
|
|
<y>0.00</y>
|
|
|
|
<z>0.00</z>
|
|
|
|
</position>
|
|
|
|
<reference-dist>20.0</reference-dist>
|
|
|
|
<max-dist>100.0</max-dist>
|
|
|
|
</gpws>
|
|
|
|
<gpws>
|
|
|
|
<name>2000</name>
|
|
|
|
<path>Aircraft/A320Family/Sounds/GPWS/altitude-2000.wav</path>
|
|
|
|
<mode>once</mode>
|
|
|
|
<condition>
|
|
|
|
<and>
|
|
|
|
<less-than>
|
|
|
|
<property>/position/gear-agl-ft</property>
|
|
|
|
<value>2000</value>
|
|
|
|
</less-than>
|
|
|
|
<greater-than>
|
|
|
|
<property>/position/gear-agl-ft</property>
|
|
|
|
<value>1900</value>
|
|
|
|
</greater-than>
|
|
|
|
<less-than>
|
|
|
|
<property>/it-autoflight/internal/vert-speed-fpm</property>
|
|
|
|
<value>0</value>
|
|
|
|
</less-than>
|
|
|
|
</and>
|
|
|
|
</condition>
|
|
|
|
<volume>
|
|
|
|
<factor>8</factor>
|
|
|
|
</volume>
|
|
|
|
<position>
|
|
|
|
<x>0.00</x>
|
|
|
|
<y>0.00</y>
|
|
|
|
<z>0.00</z>
|
|
|
|
</position>
|
|
|
|
<reference-dist>20.0</reference-dist>
|
|
|
|
<max-dist>100.0</max-dist>
|
|
|
|
</gpws>
|
|
|
|
|
|
|
|
<gpws>
|
|
|
|
<name>100above</name>
|
|
|
|
<path>Aircraft/A320Family/Sounds/GPWS/100-above.wav</path>
|
|
|
|
<mode>once</mode>
|
|
|
|
<condition>
|
|
|
|
<and>
|
|
|
|
<less-than> <!-- Until I add a calulation for minimums + 100, and add the ability to adjust DH, I'm keeping 350 -->
|
|
|
|
<property>/position/gear-agl-ft</property>
|
|
|
|
<value>350</value>
|
|
|
|
</less-than>
|
|
|
|
<greater-than>
|
|
|
|
<property>/position/gear-agl-ft</property>
|
|
|
|
<value>300</value>
|
|
|
|
</greater-than>
|
|
|
|
<less-than>
|
|
|
|
<property>/it-autoflight/internal/vert-speed-fpm</property>
|
|
|
|
<value>0</value>
|
|
|
|
</less-than>
|
|
|
|
</and>
|
|
|
|
</condition>
|
|
|
|
<volume>
|
|
|
|
<factor>8</factor>
|
|
|
|
</volume>
|
|
|
|
<position>
|
|
|
|
<x>0.00</x>
|
|
|
|
<y>0.00</y>
|
|
|
|
<z>0.00</z>
|
|
|
|
</position>
|
|
|
|
<reference-dist>20.0</reference-dist>
|
|
|
|
<max-dist>100.0</max-dist>
|
|
|
|
</gpws>
|
|
|
|
|
2016-11-05 13:07:11 +00:00
|
|
|
<!-- Retard Warning -->
|
|
|
|
|
2016-12-08 13:50:53 +00:00
|
|
|
|
2016-12-11 16:46:01 +00:00
|
|
|
<retard>
|
2016-11-05 13:07:11 +00:00
|
|
|
<name>retard</name>
|
|
|
|
<path>Aircraft/A320Family/Sounds/GPWS/retard.wav</path>
|
|
|
|
<mode>looped</mode>
|
|
|
|
<condition>
|
|
|
|
<and>
|
|
|
|
<greater-than>
|
|
|
|
<property>/controls/flight/flaps</property>
|
|
|
|
<value>0.640</value>
|
|
|
|
</greater-than>
|
|
|
|
<less-than>
|
|
|
|
<property>/position/gear-agl-ft</property>
|
|
|
|
<value>18</value>
|
|
|
|
</less-than>
|
|
|
|
|
|
|
|
<greater-than>
|
|
|
|
<property>controls/engines/engine[0]/throttle</property>
|
|
|
|
<value>0.0</value>
|
|
|
|
</greater-than>
|
|
|
|
<greater-than>
|
|
|
|
<property>controls/engines/engine[1]/throttle</property>
|
|
|
|
<value>0.0</value>
|
|
|
|
</greater-than>
|
|
|
|
<less-than>
|
|
|
|
<property>controls/engines/engine[0]/throttle</property>
|
|
|
|
<value>0.80</value>
|
|
|
|
</less-than>
|
|
|
|
<less-than>
|
|
|
|
<property>controls/engines/engine[1]/throttle</property>
|
|
|
|
<value>0.80</value>
|
|
|
|
</less-than>
|
|
|
|
<not>
|
|
|
|
<property>/gear/gear[1]/wow</property>
|
|
|
|
<property>/gear/gear[2]/wow</property>
|
|
|
|
</not>
|
|
|
|
<less-than>
|
|
|
|
<property>velocities/airspeed-kt</property>
|
|
|
|
<value>160</value>
|
|
|
|
</less-than>
|
|
|
|
</and>
|
|
|
|
</condition>
|
|
|
|
<volume>
|
|
|
|
<property>/sim/sound/effects/volume</property>
|
|
|
|
</volume>
|
|
|
|
<type>avionics</type>
|
|
|
|
</retard>
|
2016-11-04 22:13:12 +00:00
|
|
|
|
2016-11-05 13:07:11 +00:00
|
|
|
<apoff>
|
|
|
|
<name>apoff</name>
|
|
|
|
<path>/Aircraft/A320Family/Sounds/apoff.wav</path>
|
|
|
|
<condition>
|
2016-12-05 20:20:56 +00:00
|
|
|
<property>/it-autoflight/sound/apoffsound</property>
|
2016-11-05 13:07:11 +00:00
|
|
|
</condition>
|
|
|
|
<volume>
|
|
|
|
<factor>40.0</factor>
|
|
|
|
</volume>
|
|
|
|
</apoff>
|
|
|
|
|
|
|
|
<apoff>
|
|
|
|
<name>apoff2</name>
|
|
|
|
<path>/Aircraft/A320Family/Sounds/apoff.wav</path>
|
|
|
|
<condition>
|
2016-12-05 20:20:56 +00:00
|
|
|
<property>/it-autoflight/sound/apoffsound2</property>
|
2016-11-05 13:07:11 +00:00
|
|
|
</condition>
|
|
|
|
<volume>
|
|
|
|
<factor>40.0</factor>
|
|
|
|
</volume>
|
|
|
|
</apoff>
|
2016-11-04 22:13:12 +00:00
|
|
|
|
|
|
|
<gear>
|
|
|
|
<name>gear0</name>
|
|
|
|
<mode>in-transit</mode>
|
2016-11-05 03:39:28 +00:00
|
|
|
<path>FL2070/320gear.wav</path>
|
2016-11-04 22:13:12 +00:00
|
|
|
<property>gear/gear[0]/position-norm</property>
|
|
|
|
<volume>
|
|
|
|
<property>sim/sound/other/gear</property>
|
|
|
|
</volume>
|
|
|
|
</gear>
|
|
|
|
|
|
|
|
<gear>
|
|
|
|
<name>gear1</name>
|
|
|
|
<mode>in-transit</mode>
|
2016-11-05 03:39:28 +00:00
|
|
|
<path>FL2070/320gear.wav</path>
|
2016-11-04 22:13:12 +00:00
|
|
|
<property>gear/gear[1]/position-norm</property>
|
|
|
|
<volume>
|
|
|
|
<property>sim/sound/other/gear</property>
|
|
|
|
</volume>
|
|
|
|
</gear>
|
|
|
|
|
|
|
|
<gear>
|
|
|
|
<name>gear2</name>
|
|
|
|
<mode>in-transit</mode>
|
2016-11-05 03:39:28 +00:00
|
|
|
<path>FL2070/320gear.wav</path>
|
2016-11-04 22:13:12 +00:00
|
|
|
<property>gear/gear[2]/position-norm</property>
|
|
|
|
<volume>
|
|
|
|
<property>sim/sound/other/gear</property>
|
|
|
|
</volume>
|
|
|
|
</gear>
|
|
|
|
|
|
|
|
<wind>
|
|
|
|
<path>FL2070/320wind.wav</path>
|
|
|
|
<mode>looped</mode>
|
|
|
|
<name>wind</name>
|
|
|
|
<condition>
|
|
|
|
<property>sim/current-view/internal</property>
|
|
|
|
</condition>
|
|
|
|
<volume>
|
|
|
|
<property>sim/sound/other/wind</property>
|
|
|
|
<offset>0</offset>
|
|
|
|
</volume>
|
|
|
|
<pitch>
|
|
|
|
<property>sim/sound/other/windp</property>
|
|
|
|
<offset>0</offset>
|
|
|
|
</pitch>
|
|
|
|
</wind>
|
|
|
|
|
|
|
|
<wow>
|
|
|
|
<mode>once</mode>
|
|
|
|
<name>wow0</name>
|
|
|
|
<path>FL2070/320touch.wav</path>
|
|
|
|
<condition>
|
|
|
|
<property>gear/gear[0]/wow</property>
|
|
|
|
</condition>
|
|
|
|
</wow>
|
|
|
|
|
|
|
|
<wow>
|
|
|
|
<mode>once</mode>
|
|
|
|
<name>wow1</name>
|
|
|
|
<path>FL2070/320touch.wav</path>
|
|
|
|
<condition>
|
|
|
|
<property>gear/gear[1]/wow</property>
|
|
|
|
</condition>
|
|
|
|
</wow>
|
|
|
|
|
|
|
|
<wow>
|
|
|
|
<mode>once</mode>
|
|
|
|
<name>wow2</name>
|
|
|
|
<path>FL2070/320touch.wav</path>
|
|
|
|
<condition>
|
|
|
|
<property>gear/gear[2]/wow</property>
|
|
|
|
</condition>
|
|
|
|
</wow>
|
|
|
|
</fx>
|
|
|
|
</PropertyList>
|