A3XX: Update relay sound, add avionics sounds
This commit is contained in:
parent
60b451571f
commit
399ab73b03
3 changed files with 24 additions and 3 deletions
|
@ -1165,7 +1165,7 @@
|
|||
<relay>
|
||||
<name>RelayEXT</name>
|
||||
<mode>once</mode>
|
||||
<path>Aircraft/IDG-A32X/Sounds/Cockpit/relay1.wav</path>
|
||||
<path>Aircraft/IDG-A32X/Sounds/Cockpit/relay4.wav</path>
|
||||
<condition>
|
||||
<and>
|
||||
<equals>
|
||||
|
@ -1186,7 +1186,7 @@
|
|||
<relay>
|
||||
<name>RelayAPU</name>
|
||||
<mode>once</mode>
|
||||
<path>Aircraft/IDG-A32X/Sounds/Cockpit/relay1.wav</path>
|
||||
<path>Aircraft/IDG-A32X/Sounds/Cockpit/relay4.wav</path>
|
||||
<condition>
|
||||
<equals>
|
||||
<property>/systems/electrical/gen-apu</property>
|
||||
|
@ -1198,6 +1198,27 @@
|
|||
</volume>
|
||||
</relay>
|
||||
|
||||
<relay>
|
||||
<name>Avionics</name>
|
||||
<mode>looped</mode>
|
||||
<path>Aircraft/IDG-A32X/Sounds/FL2070/320efis.wav</path>
|
||||
<condition>
|
||||
<or>
|
||||
<greater-than>
|
||||
<property>/systems/electrical/bus/ac1</property>
|
||||
<value>110</value>
|
||||
</greater-than>
|
||||
<greater-than>
|
||||
<property>/systems/electrical/bus/ac2</property>
|
||||
<value>110</value>
|
||||
</greater-than>
|
||||
</or>
|
||||
</condition>
|
||||
<volume>
|
||||
<factor>0.60</factor>
|
||||
</volume>
|
||||
</relay>
|
||||
|
||||
<announcements>
|
||||
<name>welcomeFA</name>
|
||||
<mode>once</mode>
|
||||
|
|
BIN
Sounds/Cockpit/relay4.wav
Normal file
BIN
Sounds/Cockpit/relay4.wav
Normal file
Binary file not shown.
|
@ -1 +1 @@
|
|||
2026
|
||||
2027
|
Reference in a new issue