sound
This commit is contained in:
parent
6f7b6e8b22
commit
f8ce6918b8
7 changed files with 730 additions and 661 deletions
|
@ -6,20 +6,20 @@
|
|||
|
||||
<PropertyList>
|
||||
<fx>
|
||||
<!--apu>
|
||||
<apu>
|
||||
<name>apu_in</name>
|
||||
<mode>looped</mode>
|
||||
<path>Sounds/misc/a320_apu.wav</path>
|
||||
<path>apu/apu_inside.wav</path>
|
||||
<condition>
|
||||
<property>sim/current-view/internal</property>
|
||||
</condition>
|
||||
<volume>
|
||||
<property>engines/apu/rpm</property>
|
||||
<property>/systems/apu/rpm</property>
|
||||
<factor>0.01</factor>
|
||||
<min>0</min>
|
||||
</volume>
|
||||
<pitch>
|
||||
<property>engines/apu/rpm</property>
|
||||
<property>/systems/apu/rpm</property>
|
||||
<factor>0.01</factor>
|
||||
<offset>0</offset>
|
||||
</pitch>
|
||||
|
@ -28,21 +28,35 @@
|
|||
<apu>
|
||||
<name>apu_out</name>
|
||||
<mode>looped</mode>
|
||||
<path>Sounds/misc/a320_apu_x.wav</path>
|
||||
<path>apu/turbine.wav</path>
|
||||
<condition>
|
||||
<not><property>sim/current-view/internal</property></not>
|
||||
</condition>
|
||||
<volume>
|
||||
<property>engines/apu/rpm</property>
|
||||
<property>/systems/apu/rpm</property>
|
||||
<factor>0.01</factor>
|
||||
<min>0</min>
|
||||
</volume>
|
||||
<pitch>
|
||||
<property>engines/apu/rpm</property>
|
||||
<property>/systems/apu/rpm</property>
|
||||
<factor>0.01</factor>
|
||||
<offset>0</offset>
|
||||
</pitch>
|
||||
</apu-->
|
||||
</apu>
|
||||
|
||||
<hyd>
|
||||
<name>PTU</name>
|
||||
<mode>once</mode>
|
||||
<path>airbus_ptu.wav</path>
|
||||
<condition>
|
||||
<property>/systems/hydraulic/ptu-active</property>
|
||||
</condition>
|
||||
<volume>
|
||||
<factor>8</factor>
|
||||
</volume>
|
||||
<reference-dist>20.0</reference-dist>
|
||||
<max-dist>100.0</max-dist>
|
||||
</hyd>
|
||||
|
||||
<announcement>
|
||||
<name>PurserSnacks</name>
|
||||
|
@ -130,6 +144,76 @@
|
|||
<max-dist>100.0</max-dist>
|
||||
</callout>
|
||||
|
||||
<callout>
|
||||
<name>VR</name>
|
||||
<mode>once</mode>
|
||||
<path>vr.wav</path>
|
||||
<condition>
|
||||
<and>
|
||||
<equals>
|
||||
<property>/gear/gear[1]/wow</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
<equals>
|
||||
<property>/gear/gear[2]/wow</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
<greater-than>
|
||||
<property>/instrumentation/airspeed-indicator/indicated-speed-kt</property>
|
||||
<property>/FMGC/internal/vr</property>
|
||||
</greater-than>
|
||||
<equals>
|
||||
<property>/FMGC/internal/vr-set</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
<equals>
|
||||
<property>/FMGC/status/to-state</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
</and>
|
||||
</condition>
|
||||
<volume>
|
||||
<factor>8</factor>
|
||||
</volume>
|
||||
<reference-dist>20.0</reference-dist>
|
||||
<max-dist>100.0</max-dist>
|
||||
</callout>
|
||||
|
||||
<callout>
|
||||
<name>V2</name>
|
||||
<mode>once</mode>
|
||||
<path>v2.wav</path>
|
||||
<condition>
|
||||
<and>
|
||||
<equals>
|
||||
<property>/gear/gear[1]/wow</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
<equals>
|
||||
<property>/gear/gear[2]/wow</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
<greater-than>
|
||||
<property>/instrumentation/airspeed-indicator/indicated-speed-kt</property>
|
||||
<property>/FMGC/internal/v2</property>
|
||||
</greater-than>
|
||||
<equals>
|
||||
<property>/FMGC/internal/v2-set</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
<equals>
|
||||
<property>/FMGC/status/to-state</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
</and>
|
||||
</condition>
|
||||
<volume>
|
||||
<factor>8</factor>
|
||||
</volume>
|
||||
<reference-dist>20.0</reference-dist>
|
||||
<max-dist>100.0</max-dist>
|
||||
</callout>
|
||||
|
||||
<!-- Custom GPWS -->
|
||||
<gpws>
|
||||
<name>2500O</name>
|
||||
|
@ -1274,20 +1358,5 @@
|
|||
</volume>
|
||||
</announcements>
|
||||
|
||||
<hydraulics>
|
||||
<name>yellow</name>
|
||||
<mode>looped</mode>
|
||||
<path>Aircraft/A320Family/Sounds/NewSounds/yellowpump.wav</path>
|
||||
<condition>
|
||||
<equals>
|
||||
<property>/controls/hydraulic/elec-pump-yellow</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
</condition>
|
||||
<volume>
|
||||
<factor>0.20</factor>
|
||||
</volume>
|
||||
</hydraulics>
|
||||
|
||||
</fx>
|
||||
</PropertyList>
|
Binary file not shown.
BIN
Sounds/airbus_ptu.wav
Normal file
BIN
Sounds/airbus_ptu.wav
Normal file
Binary file not shown.
BIN
Sounds/apu/apu_inside.wav
Normal file
BIN
Sounds/apu/apu_inside.wav
Normal file
Binary file not shown.
BIN
Sounds/apu/turbine.wav
Normal file
BIN
Sounds/apu/turbine.wav
Normal file
Binary file not shown.
BIN
Sounds/v2.wav
Normal file
BIN
Sounds/v2.wav
Normal file
Binary file not shown.
BIN
Sounds/vr.wav
Normal file
BIN
Sounds/vr.wav
Normal file
Binary file not shown.
Reference in a new issue