A3XX Sound bugfix
This commit is contained in:
parent
3fc3ca4eae
commit
0783e42532
2 changed files with 17 additions and 53 deletions
|
@ -1138,15 +1138,12 @@
|
||||||
<relay>
|
<relay>
|
||||||
<name>RelayBatt1</name>
|
<name>RelayBatt1</name>
|
||||||
<mode>once</mode>
|
<mode>once</mode>
|
||||||
<path>Aircraft/IDG-A32X/Sounds/Cockpit/relay2.wav</path>
|
<path>Aircraft/IDG-A33X/Sounds/Cockpit/relay2.wav</path>
|
||||||
<condition>
|
<condition>
|
||||||
<and>
|
<greater-than>
|
||||||
<property>sim/current-view/internal</property>
|
<property>/systems/electrical/battery1-amps</property>
|
||||||
<greater-than>
|
<value>25</value>
|
||||||
<property>/systems/electrical/battery1-amps</property>
|
</greater-than>
|
||||||
<value>25</value>
|
|
||||||
</greater-than>
|
|
||||||
</and>
|
|
||||||
</condition>
|
</condition>
|
||||||
<volume>
|
<volume>
|
||||||
<factor>0.60</factor>
|
<factor>0.60</factor>
|
||||||
|
@ -1156,15 +1153,12 @@
|
||||||
<relay>
|
<relay>
|
||||||
<name>RelayBatt2</name>
|
<name>RelayBatt2</name>
|
||||||
<mode>once</mode>
|
<mode>once</mode>
|
||||||
<path>Aircraft/IDG-A32X/Sounds/Cockpit/relay2.wav</path>
|
<path>Aircraft/IDG-A33X/Sounds/Cockpit/relay2.wav</path>
|
||||||
<condition>
|
<condition>
|
||||||
<and>
|
<greater-than>
|
||||||
<property>sim/current-view/internal</property>
|
<property>/systems/electrical/battery2-amps</property>
|
||||||
<greater-than>
|
<value>25</value>
|
||||||
<property>/systems/electrical/battery2-amps</property>
|
</greater-than>
|
||||||
<value>25</value>
|
|
||||||
</greater-than>
|
|
||||||
</and>
|
|
||||||
</condition>
|
</condition>
|
||||||
<volume>
|
<volume>
|
||||||
<factor>0.60</factor>
|
<factor>0.60</factor>
|
||||||
|
@ -1174,10 +1168,9 @@
|
||||||
<relay>
|
<relay>
|
||||||
<name>RelayEXT</name>
|
<name>RelayEXT</name>
|
||||||
<mode>once</mode>
|
<mode>once</mode>
|
||||||
<path>Aircraft/IDG-A32X/Sounds/Cockpit/relay4.wav</path>
|
<path>Aircraft/IDG-A33X/Sounds/Cockpit/relay4.wav</path>
|
||||||
<condition>
|
<condition>
|
||||||
<and>
|
<and>
|
||||||
<property>sim/current-view/internal</property>
|
|
||||||
<equals>
|
<equals>
|
||||||
<property>/controls/switches/cart</property>
|
<property>/controls/switches/cart</property>
|
||||||
<value>1</value>
|
<value>1</value>
|
||||||
|
@ -1193,44 +1186,15 @@
|
||||||
</volume>
|
</volume>
|
||||||
</relay>
|
</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>
|
<relay>
|
||||||
<name>RelayAPU</name>
|
<name>RelayAPU</name>
|
||||||
<mode>once</mode>
|
<mode>once</mode>
|
||||||
<path>Aircraft/IDG-A32X/Sounds/Cockpit/relay4.wav</path>
|
<path>Aircraft/IDG-A33X/Sounds/Cockpit/relay4.wav</path>
|
||||||
<condition>
|
<condition>
|
||||||
<and>
|
<equals>
|
||||||
<property>sim/current-view/internal</property>
|
<property>/systems/electrical/gen-apu</property>
|
||||||
<equals>
|
<value>1</value>
|
||||||
<property>/systems/electrical/gen-apu</property>
|
</equals>
|
||||||
<value>1</value>
|
|
||||||
</equals>
|
|
||||||
</and>
|
|
||||||
</condition>
|
</condition>
|
||||||
<volume>
|
<volume>
|
||||||
<factor>0.60</factor>
|
<factor>0.60</factor>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
2028
|
2029
|
Reference in a new issue