A3XX Sound bugfix

This commit is contained in:
Joshua Davidson 2017-10-04 18:00:49 -04:00
parent 3fc3ca4eae
commit 0783e42532
2 changed files with 17 additions and 53 deletions

View file

@ -1138,15 +1138,12 @@
<relay>
<name>RelayBatt1</name>
<mode>once</mode>
<path>Aircraft/IDG-A32X/Sounds/Cockpit/relay2.wav</path>
<path>Aircraft/IDG-A33X/Sounds/Cockpit/relay2.wav</path>
<condition>
<and>
<property>sim/current-view/internal</property>
<greater-than>
<property>/systems/electrical/battery1-amps</property>
<value>25</value>
</greater-than>
</and>
<greater-than>
<property>/systems/electrical/battery1-amps</property>
<value>25</value>
</greater-than>
</condition>
<volume>
<factor>0.60</factor>
@ -1156,15 +1153,12 @@
<relay>
<name>RelayBatt2</name>
<mode>once</mode>
<path>Aircraft/IDG-A32X/Sounds/Cockpit/relay2.wav</path>
<path>Aircraft/IDG-A33X/Sounds/Cockpit/relay2.wav</path>
<condition>
<and>
<property>sim/current-view/internal</property>
<greater-than>
<property>/systems/electrical/battery2-amps</property>
<value>25</value>
</greater-than>
</and>
<greater-than>
<property>/systems/electrical/battery2-amps</property>
<value>25</value>
</greater-than>
</condition>
<volume>
<factor>0.60</factor>
@ -1174,10 +1168,9 @@
<relay>
<name>RelayEXT</name>
<mode>once</mode>
<path>Aircraft/IDG-A32X/Sounds/Cockpit/relay4.wav</path>
<path>Aircraft/IDG-A33X/Sounds/Cockpit/relay4.wav</path>
<condition>
<and>
<property>sim/current-view/internal</property>
<equals>
<property>/controls/switches/cart</property>
<value>1</value>
@ -1193,44 +1186,15 @@
</volume>
</relay>
<relay>
<name>RelayEXTB</name>
<mode>once</mode>
<path>Aircraft/IDG-A32X/Sounds/Cockpit/relay4.wav</path>
<condition>
<and>
<property>sim/current-view/internal</property>
<equals>
<property>/controls/switches/cart</property>
<value>1</value>
</equals>
<equals>
<property>/controls/electrical/switches/gen-ext</property>
<value>0</value>
</equals>
<equals>
<property>/controls/electrical/switches/gen-extb</property>
<value>1</value>
</equals>
</and>
</condition>
<volume>
<factor>0.60</factor>
</volume>
</relay>
<relay>
<name>RelayAPU</name>
<mode>once</mode>
<path>Aircraft/IDG-A32X/Sounds/Cockpit/relay4.wav</path>
<path>Aircraft/IDG-A33X/Sounds/Cockpit/relay4.wav</path>
<condition>
<and>
<property>sim/current-view/internal</property>
<equals>
<property>/systems/electrical/gen-apu</property>
<value>1</value>
</equals>
</and>
<equals>
<property>/systems/electrical/gen-apu</property>
<value>1</value>
</equals>
</condition>
<volume>
<factor>0.60</factor>

View file

@ -1 +1 @@
2028
2029