123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484 |
- <?xml version="1.0"?>
- <!--
- thanks to the SAR simulation (GPL) for the helicopter sounds,
- and the Urban game (LGPL) for the weapon sounds
- +x = aft
- +y = left
- +z = up
- -->
- <PropertyList>
- <fx>
- <!--starter>
- <name>starter0_start</name>
- <mode>once</mode>
- <path>Aircraft/ec145/Sounds/starter_start.wav</path>
- <condition>
- <property>controls/engines/engine[0]/starter</property>
- </condition>
- <volume>
- <factor>0.3</factor>
- </volume>
- <position>
- <x>-0.88</x>
- <y>0.40</y>
- <z>0.5</z>
- </position>
- <reference-dist>5</reference-dist>
- <max-dist>5000</max-dist>
- </starter>
- <starter>
- <name>starter0_loop</name>
- <mode>looped</mode>
- <path>Aircraft/ec145/Sounds/starter_loop.wav</path>
- <condition>
- <property>controls/engines/engine[0]/starter</property>
- </condition>
- <delay-sec>11.6</delay-sec>
- <volume>
- <factor>0.3</factor>
- </volume>
- <position>
- <x>-0.88</x>
- <y>0.40</y>
- <z>0.5</z>
- </position>
- <reference-dist>5</reference-dist>
- <max-dist>5000</max-dist>
- </starter>
- <starter>
- <name>starter0_stop</name>
- <mode>once</mode>
- <path>Aircraft/ec145/Sounds/starter_stop.wav</path>
- <condition>
- <not>
- <property>controls/engines/engine[0]/starter</property>
- </not>
- </condition>
- <volume>
- <factor>0.3</factor>
- </volume>
- <position>
- <x>-0.88</x>
- <y>0.40</y>
- <z>0.5</z>
- </position>
- <reference-dist>5</reference-dist>
- <max-dist>5000</max-dist>
- </starter>
- <starter>
- <name>starter1_start</name>
- <mode>once</mode>
- <path>Aircraft/ec145/Sounds/starter_start.wav</path>
- <condition>
- <property>controls/engines/engine[1]/starter</property>
- </condition>
- <volume>
- <factor>0.3</factor>
- </volume>
- <position>
- <x>-0.88</x>
- <y>-0.40</y>
- <z>0.5</z>
- </position>
- <reference-dist>5</reference-dist>
- <max-dist>5000</max-dist>
- </starter>
- <starter>
- <name>starter1_loop</name>
- <mode>looped</mode>
- <path>Aircraft/ec145/Sounds/starter_loop.wav</path>
- <condition>
- <property>controls/engines/engine[1]/starter</property>
- </condition>
- <delay-sec>11.6</delay-sec>
- <volume>
- <factor>0.3</factor>
- </volume>
- <position>
- <x>-0.88</x>
- <y>-0.40</y>
- <z>0.5</z>
- </position>
- <reference-dist>5</reference-dist>
- <max-dist>5000</max-dist>
- </starter>
- <starter>
- <name>starter1_stop</name>
- <mode>once</mode>
- <path>Aircraft/ec145/Sounds/starter_stop.wav</path>
- <condition>
- <not>
- <property>controls/engines/engine[1]/starter</property>
- </not>
- </condition>
- <volume>
- <factor>0.3</factor>
- </volume>
- <position>
- <x>-0.88</x>
- <y>-0.40</y>
- <z>0.5</z>
- </position>
- <reference-dist>5</reference-dist>
- <max-dist>5000</max-dist>
- </starter>
- <engine>
- <name>turbine0-start</name>
- <mode>once</mode>
- <path>Sounds/turbine_start.wav</path>
- <condition>
- <property>engines/engine[0]/running</property>
- </condition>
- <volume>
- <factor>0.03</factor>
- </volume>
- <volume>
- <property>sim/model/ec145/sound/volume</property>
- <factor>5</factor>
- </volume>
- <reference-dist>50</reference-dist>
- <max-dist>5000</max-dist>
- </engine>
- <engine>
- <name>turbine0-loop</name>
- <mode>looped</mode>
- <path>Sounds/turbine_loop.wav</path>
- <condition>
- <property>engines/engine[0]/running</property>
- </condition>
- <delay-sec>7.5</delay-sec>
- <volume>
- <factor>0.03</factor>
- </volume>
- <volume>
- <property>sim/model/ec145/sound/volume</property>
- <factor>5</factor>
- </volume>
- <reference-dist>50</reference-dist>
- <max-dist>5000</max-dist>
- </engine>
- <engine>
- <name>turbine0-shutdown</name>
- <mode>once</mode>
- <path>Sounds/turbine_shutdown.wav</path>
- <condition>
- <not>
- <property>engines/engine[0]/running</property>
- </not>
- </condition>
- <volume>
- <factor>0.03</factor>
- </volume>
- <volume>
- <property>sim/model/ec145/sound/volume</property>
- <factor>5</factor>
- </volume>
- <reference-dist>50</reference-dist>
- <max-dist>5000</max-dist>
- </engine>
- <engine>
- <name>turbine1-start</name>
- <mode>once</mode>
- <path>Sounds/turbine_start.wav</path>
- <condition>
- <property>engines/engine[1]/running</property>
- </condition>
- <volume>
- <factor>0.03</factor>
- </volume>
- <volume>
- <property>sim/model/ec145/sound/volume</property>
- <factor>5</factor>
- </volume>
- <reference-dist>50</reference-dist>
- <max-dist>5000</max-dist>
- </engine>
- <engine>
- <name>turbine1-loop</name>
- <mode>looped</mode>
- <path>Sounds/turbine_loop.wav</path>
- <condition>
- <property>engines/engine[1]/running</property>
- </condition>
- <delay-sec>7.5</delay-sec>
- <volume>
- <factor>0.03</factor>
- </volume>
- <volume>
- <property>sim/model/ec145/sound/volume</property>
- <factor>5</factor>
- </volume>
- <reference-dist>50</reference-dist>
- <max-dist>5000</max-dist>
- </engine>
- <engine>
- <name>turbine1-shutdown</name>
- <mode>once</mode>
- <path>Sounds/turbine_shutdown.wav</path>
- <condition>
- <not>
- <property>engines/engine[1]/running</property>
- </not>
- </condition>
- <volume>
- <factor>0.03</factor>
- </volume>
- <volume>
- <property>sim/model/ec145/sound/volume</property>
- <factor>5</factor>
- </volume>
- <reference-dist>50</reference-dist>
- <max-dist>5000</max-dist>
- </engine>
- <engine>
- <name>exhaust0-start</name>
- <mode>once</mode>
- <path>Sounds/exhaust_start.wav</path>
- <condition>
- <property>engines/engine[0]/running</property>
- </condition>
- <volume>
- <factor>0.02</factor>
- </volume>
- <volume>
- <property>sim/model/ec145/sound/volume</property>
- <factor>10</factor>
- </volume>
- <reference-dist>50</reference-dist>
- <max-dist>5000</max-dist>
- </engine>
- <engine>
- <name>exhaust0-loop</name>
- <mode>looped</mode>
- <path>Sounds/exhaust_loop.wav</path>
- <condition>
- <property>engines/engine[0]/running</property>
- </condition>
- <delay-sec>11.5</delay-sec>
- <volume>
- <factor>0.02</factor>
- </volume>
- <volume>
- <property>sim/model/ec145/sound/volume</property>
- <factor>10</factor>
- </volume>
- <reference-dist>50</reference-dist>
- <max-dist>5000</max-dist>
- </engine>
- <engine>
- <name>exhaust0-shutdown</name>
- <mode>once</mode>
- <path>Sounds/exhaust_shutdown.wav</path>
- <condition>
- <not>
- <property>engines/engine[0]/running</property>
- </not>
- </condition>
- <volume>
- <factor>0.02</factor>
- </volume>
- <volume>
- <property>sim/model/ec145/sound/volume</property>
- <factor>10</factor>
- </volume>
- <reference-dist>50</reference-dist>
- <max-dist>5000</max-dist>
- </engine>
- <engine>
- <name>exhaust1-start</name>
- <mode>once</mode>
- <path>Sounds/exhaust_start.wav</path>
- <condition>
- <property>engines/engine[1]/running</property>
- </condition>
- <volume>
- <factor>0.02</factor>
- </volume>
- <volume>
- <property>sim/model/ec145/sound/volume</property>
- <factor>10</factor>
- </volume>
- <reference-dist>50</reference-dist>
- <max-dist>5000</max-dist>
- </engine>
- <engine>
- <name>exhaust1-loop</name>
- <mode>looped</mode>
- <path>Sounds/exhaust_loop.wav</path>
- <condition>
- <property>engines/engine[1]/running</property>
- </condition>
- <delay-sec>11.5</delay-sec>
- <volume>
- <factor>0.02</factor>
- </volume>
- <volume>
- <property>sim/model/ec145/sound/volume</property>
- <factor>10</factor>
- </volume>
- <reference-dist>50</reference-dist>
- <max-dist>5000</max-dist>
- </engine>
- <engine>
- <name>exhaust1-shutdown</name>
- <mode>once</mode>
- <path>Sounds/exhaust_shutdown.wav</path>
- <condition>
- <not>
- <property>engines/engine[1]/running</property>
- </not>
- </condition>
- <volume>
- <factor>0.02</factor>
- </volume>
- <volume>
- <property>sim/model/ec145/sound/volume</property>
- <factor>10</factor>
- </volume>
- <reference-dist>50</reference-dist>
- <max-dist>5000</max-dist>
- </engine-->
- <rotor>
- <name>rotor-outside</name>
- <mode>looped</mode>
- <path>Aircraft/ec145/Sounds/main_rotor_idle_power_v2.wav</path>
- <condition>
- <and>
- <not>
- <property>sim/current-view/internal</property>
- </not>
- <greater-than>
- <property>rotors/main/rpm</property>
- <value>20</value>
- </greater-than>
- <not>
- <property>sim/crashed</property>
- </not>
- </and>
- </condition>
- <volume>
- <property>rotors/main/rpm</property>
- <factor>0.004</factor>
- </volume>
- <pitch>
- <property>rotors/main/rpm</property>
- <factor>0.0027</factor>
- <offset>0</offset>
- <min>0</min>
- <max>1.2</max>
- </pitch>
- <reference-dist>5</reference-dist>
- <max-dist>2000</max-dist>
- </rotor>
- <rotor>
- <name>stall</name>
- <mode>looped</mode>
- <path>Aircraft/ec145/Sounds/main_rotor_idle_power_blade_stall.wav</path>
- <condition>
- <and>
- <greater-than>
- <property>rotors/main/rpm</property>
- <value>50</value>
- </greater-than>
- <not>
- <property>sim/crashed</property>
- </not>
- </and>
- </condition>
- <volume>
- <property>rotors/main/stall-filtered</property>
- <factor>75</factor>
- </volume>
- <volume>
- <factor>1.2</factor>
- </volume>
- <!--pitch>
- <property>rotors/main/rpm</property>
- <factor>0.002262</factor>
- <offset>0</offset>
- <max>1.75</max>
- </pitch-->
- <reference-dist>15</reference-dist>
- <max-dist>2500</max-dist>
- </rotor>
- <!--rotor>
- <name>blade-vortex-interaction</name>
- <mode>looped</mode>
- <path>Aircraft/ec145/Sounds/blade_vortex.wav</path>
- <condition>
- <greater-than>
- <property>sim/sound/vibration</property>
- <value>0.01</value>
- </greater-than>
- </condition>
- <volume>
- <property>sim/sound/vibration</property>
- </volume>
- <pitch>
- <property>rotors/main/rpm</property>
- <factor>0.002262</factor>
- <offset>0</offset>
- <min>0</min>
- <max>1.5</max>
- </pitch>
- <reference-dist>1000</reference-dist>
- <max-dist>5000</max-dist>
- </rotor-->
-
- <fire>
- <name>Fire</name>
- <mode>looped</mode>
- <path>Aircraft/ec145/Sounds/Fire.wav</path>
- <condition>
- <equals>
- <property>sim/multiplay/generic/int[7]</property>
- <value type="bool">true</value>
- </equals>
- </condition>
- <volume>
- <value>1</value>
- </volume>
- <reference-dist>100</reference-dist>
- <max-dist>4000</max-dist>
- </fire>
-
- <crash>
- <name>intense ground contact</name>
- <mode>once</mode>
- <path>Sounds/crash.wav</path>
- <property>sim/crashed</property>
- <volume>
- <factor>1</factor>
- </volume>
- <pitch>
- <factor>0.1</factor>
- </pitch>
- <reference-dist>100</reference-dist>
- <max-dist>500</max-dist>
- </crash>
-
- </fx>
- </PropertyList>
|