1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051 |
- <?xml version="1.0" encoding="UTF-8"?>
- <PropertyList>
- <fx>
- <engine>
- <name>engine-start-inside</name>
- <mode>once</mode>
- <path>Aircraft/Mako/Sounds/turbine_start_in.wav</path>
- <condition>
- <and>
- <property>/controls/engines/engine[0]/starter</property>
- <property>/sim/current-view/internal</property>
- </and>
- </condition>
- <volume>
- <property>engines/engine[0]/n2</property>
- <factor> 0.01 </factor>
- <min> 0.03 </min>
- <max> 0.07 </max>
- </volume>
- <pitch>
- <property>engines/engine[0]/n2</property>
- <factor> 0.01 </factor>
- <min> 0.0 </min>
- <max> 0.9 </max>
- </pitch>
- <reference-dist>100</reference-dist>
- <max-dist>1000</max-dist>
- </engine>
-
-
- <engine>
- <name>engine-start-inside</name>
- <mode>once</mode>
- <path>Aircraft/Mako/Sounds/turbine_start_in.wav</path>
- <condition>
- <and>
- <property>/controls/engines/engine[1]/starter</property>
- <property>/sim/current-view/internal</property>
- </and>
- </condition>
- <volume>
- <property>engines/engine[1]/n2</property>
- <factor> 0.01 </factor>
- <min> 0.03 </min>
- <max> 0.07 </max>
- </volume>
- <pitch>
- <property>engines/engine[1]/n2</property>
- <factor> 0.01 </factor>
- <min> 0.0 </min>
- <max> 0.9 </max>
- </pitch>
- <reference-dist>100</reference-dist>
- <max-dist>1000</max-dist>
- </engine>
-
- <engine>
- <name>engine-start-outside</name>
- <mode>once</mode>
- <path>Aircraft/Mako/Sounds/startup.wav</path>
- <condition>
- <and>
- <less-than>
- <property>velocities/groundspeed-kt</property>
- <value>1</value>
- </less-than>
- <greater-than>
- <property>engines/engine[0]/rpm</property>
- <value>0.5</value>
-
- </greater-than>
-
- <not>
- <property>/sim/current-view/internal</property>
- </not>
- </and>
- </condition>
- <volume>
- <property>engines/engine[0]/n2</property>
- <factor> 0.09 </factor>
- <min> 0.3 </min>
- <max> 0.9 </max>
- </volume>
- <pitch>
- <property>engines/engine[0]/n2</property>
- <factor> 0.01 </factor>
- <min> 0.0 </min>
- <max> 0.9 </max>
- </pitch>
- <reference-dist>100</reference-dist>
- <max-dist>1000</max-dist>
- </engine>
-
- <engine>
- <name>engine-start-outside1</name>
- <mode>once</mode>
- <path>Aircraft/Mako/Sounds/startup.wav</path>
- <condition>
- <and>
- <less-than>
- <property>velocities/groundspeed-kt</property>
- <value>1</value>
- </less-than>
- <greater-than>
- <property>engines/engine[1]/rpm</property>
- <value>0.5</value>
-
- </greater-than>
-
- <not>
- <property>/sim/current-view/internal</property>
- </not>
- </and>
- </condition>
- <volume>
- <property>engines/engine[1]/n2</property>
- <factor> 0.09 </factor>
- <min> 0.3 </min>
- <max> 0.9 </max>
- </volume>
- <pitch>
- <property>engines/engine[1]/n2</property>
- <factor> 0.01 </factor>
- <min> 0.0 </min>
- <max> 0.9 </max>
- </pitch>
- <reference-dist>100</reference-dist>
- <max-dist>1000</max-dist>
- </engine>
-
- <shutdown>
- <name>shutdown1</name>
- <path>Aircraft/Mako/Sounds/shutdown-ext.wav</path>
- <condition>
- <not>
- <property>sim/current-view/internal</property>
- </not>
- <equals>
- <property>engines/engine[0]/running</property>
- <value>false</value>
- </equals>
- </condition>
- </shutdown>
-
- <shutdown>
- <name>shutdown2</name>
- <path>Aircraft/Mako/Sounds/shutdown-ext.wav</path>
- <condition>
- <not>
- <property>sim/current-view/internal</property>
- </not>
- <equals>
- <property>engines/engine[1]/running</property>
- <value>false</value>
- </equals>
- </condition>
- </shutdown>
-
-
-
-
- <shutdown>
- <name>shutdown3</name>
- <path>Aircraft/Mako/Sounds/shutdown.wav</path>
- <condition>
- <property>/sim/current-view/internal</property>
- <equals>
- <property>engines/engine[0]/running</property>
- <value>false</value>
- </equals>
- </condition>
- </shutdown>
-
- <shutdown>
- <name>shutdown4</name>
- <path>Aircraft/Mako/Sounds/shutdown.wav</path>
- <condition>
- <property>/sim/current-view/internal</property>
- <equals>
- <property>engines/engine[1]/running</property>
- <value>false</value>
- </equals>
- </condition>
- </shutdown>
-
- <engine>
- <name>engine</name>
- <path>Aircraft/Mako/Sounds/jet-blast.wav</path>
- <mode>looped</mode>
- <condition>
- <property>engines/engine[0]/running</property>
- <not>
- <property>/sim/current-view/internal</property>
- <property>engines/engine/out-of-fuel</property>
- </not>
- </condition>
- <position>
- <x>18.6</x>
- <y>-0.4</y>
- <z>2.37</z>
- </position>
- <orientation>
- <x>1.0</x>
- <y>0.0</y>
- <z>0</z>
- <inner-angle>35.0</inner-angle>
- <outer-angle>90</outer-angle>
- <outer-gain>0.45</outer-gain>
- </orientation>
-
- <volume>
- <property>engines/engine[0]/n1</property>
- <factor>0.014</factor>
- <offset>-0.45</offset>
- </volume>
-
- <reference-dist>20</reference-dist>
- <max-dist>3000</max-dist>
- </engine>
-
- <engine>
- <name>engine1</name>
- <path>Aircraft/Mako/Sounds/jet-blast.wav</path>
- <mode>looped</mode>
- <condition>
- <property>engines/engine[1]/running</property>
- <not>
- <property>/sim/current-view/internal</property>
- <property>engines/engine/out-of-fuel</property>
- </not>
- </condition>
- <position>
- <x>18.6</x>
- <y>0.4</y>
- <z>2.37</z>
- </position>
- <orientation>
- <x>1.0</x>
- <y>0.0</y>
- <z>0</z>
- <inner-angle>35.0</inner-angle>
- <outer-angle>90</outer-angle>
- <outer-gain>0.45</outer-gain>
- </orientation>
-
- <volume>
- <property>engines/engine[1]/n1</property>
- <factor>0.014</factor>
- <offset>-0.45</offset>
- </volume>
-
- <reference-dist>20</reference-dist>
- <max-dist>3000</max-dist>
- </engine>
- <engine>
- <name>whine</name>
- <path>Aircraft/Mako/Sounds/engine-exhaust.wav</path>
- <mode>looped</mode>
- <condition>
- <property>engines/engine[0]/running</property>
- <not>
- <property>/sim/current-view/internal</property>
- <property>engines/engine/out-of-fuel</property>
- </not>
- </condition>
- <volume>
- <property>engines/engine[0]/n2</property>
- <factor type="double">0.0025</factor>
- </volume>
- <pitch>
- <property>engines/engine[0]/n2</property>
- <factor>0.02</factor>
- <offset>-0.1</offset>
- </pitch>
- </engine>
-
- <engine>
- <name>whine1</name>
- <path>Aircraft/Mako/Sounds/engine-exhaust.wav</path>
- <mode>looped</mode>
- <condition>
- <property>engines/engine[1]/running</property>
- <not>
- <property>/sim/current-view/internal</property>
- <property>engines/engine/out-of-fuel</property>
- </not>
- </condition>
- <volume>
- <property>engines/engine[1]/n2</property>
- <factor type="double">0.0025</factor>
- </volume>
- <pitch>
- <property>engines/engine[1]/n2</property>
- <factor>0.02</factor>
- <offset>-0.1</offset>
- </pitch>
- </engine>
-
- <engine>
- <name>whine-int</name>
- <path>Aircraft/Mako/Sounds/f16-engine-int.wav</path>
- <mode>looped</mode>
- <condition>
- <property>engines/engine[0]/running</property>
- <not>
- <property>/sim/current-view/external</property>
- <property>engines/engine/out-of-fuel</property>
- </not>
- </condition>
- <volume>
- <property>engines/engine[0]/n2</property>
- <factor type="double">0.0025</factor>
- </volume>
- <pitch>
- <property>/engines/engine[0]/n2</property>
- <factor>0.02</factor>
- <offset>-0.1</offset>
- </pitch>
- </engine>
-
- <engine>
- <name>Reheat</name>
- <mode>looped</mode>
- <path>Aircraft/Mako/Sounds/reheat.wav</path>
- <condition>
- <property>engines/engine/afterburner</property>
- <not>
- <property>/sim/current-view/internal</property>
- <property>engines/engine/out-of-fuel</property>
- </not>
- </condition>
- <position>
- <x>6.0</x>
- <y>0.0</y>
- <z>0.0</z>
- </position>
- <orientation>
- <x>90.0</x>
- <y>0.0</y>
- <z>0.0</z>
- <inner-angle>60.0</inner-angle>
- <outer-angle>160.0</outer-angle>
- <outer-gain>0.75</outer-gain>
- </orientation>
- <volume>
- <offset>1</offset>
- <min>0.3</min>
- <max>1.0</max>
- </volume>
- </engine>
-
- <ignition>
- <name>Reheat Ignition</name>
- <mode>once</mode>
- <path>Aircraft/Mako/Sounds/reheat-ignite.wav</path>
- <condition>
- <not>
- <property>/engines/engine/out-of-fuel</property>
- </not>
- <not>
- <property>/sim/current-view/external</property>
-
- </not>
- </condition>
- <property>engines/engine/afterburner</property>
- <position>
- <x>6.0</x>
- <y>0.0</y>
- <z>0.0</z>
- </position>
- <volume>
- <offset>0.25</offset>
- </volume>
- </ignition>
-
-
- <rumble>
- <name>rumble</name>
- <mode>looped</mode>
- <path>Sounds/rumble.wav</path>
- <condition>
- <property>/gear/gear[0]/wow</property>
- </condition>
- <volume>
- <property>/gear/gear[0]/rollspeed-ms</property>
- <type>log</type>
- <factor>0.12</factor>
- </volume>
- <pitch>
- <property>/gear/gear[0]/rollspeed-ms</property>
- </pitch>
- </rumble>
- <rumble>
- <name>rumble</name>
- <mode>looped</mode>
- <path>Sounds/rumble.wav</path>
- <condition>
- <property>/gear/gear[1]/wow</property>
- </condition>
- <volume>
- <property>/gear/gear[1]/rollspeed-ms</property>
- <type>log</type>
- <factor>0.12</factor>
- </volume>
- </rumble>
- <rumble>
- <name>rumble</name>
- <mode>looped</mode>
- <path>Sounds/rumble.wav</path>
- <condition>
- <property>/gear/gear[2]/wow</property>
- </condition>
- <volume>
- <property>/gear/gear[2]/rollspeed-ms</property>
- <type>log</type>
- <factor>0.12</factor>
- </volume>
- </rumble>
- <gear>
- <name>gear</name>
- <mode>in-transit</mode>
- <path>Sounds/gear.wav</path>
- <property>/gear/gear[0]/position-norm</property>
- <pitch>
- <internal>dt_play</internal>
- <offset>1.0</offset>
- <factor>-0.001</factor>
- </pitch>
- </gear>
- <gear>
- <name>gear-lock</name>
- <path>Sounds/gear-lck.wav</path>
- <condition>
- <equals>
- <property>/gear/gear[0]/position-norm</property>
- <value>0</value>
- </equals>
- </condition>
- </gear>
- <gear>
- <name>gear-lock</name>
- <path>Sounds/gear-lck.wav</path>
- <condition>
- <equals>
- <property>/gear/gear[0]/position-norm</property>
- <value>1</value>
- </equals>
- </condition>
- </gear>
- <gear>
- <name>gear</name>
- <mode>in-transit</mode>
- <path>Sounds/gear.wav</path>
- <property>/gear/gear[1]/position-norm</property>
- <pitch>
- <internal>dt_play</internal>
- <offset>1.0</offset>
- <factor>-0.001</factor>
- </pitch>
- </gear>
- <gear>
- <name>gear-lock</name>
- <path>Sounds/gear-lck.wav</path>
- <condition>
- <equals>
- <property>/gear/gear[1]/position-norm</property>
- <value>0</value>
- </equals>
- </condition>
- </gear>
- <gear>
- <name>gear-lock</name>
- <path>Sounds/gear-lck.wav</path>
- <condition>
- <equals>
- <property>/gear/gear[1]/position-norm</property>
- <value>1</value>
- </equals>
- </condition>
- </gear>
- <gear>
- <name>gear</name>
- <mode>in-transit</mode>
- <path>Sounds/gear.wav</path>
- <property>/gear/gear[2]/position-norm</property>
- <pitch>
- <internal>dt_play</internal>
- <offset>1.0</offset>
- <factor>-0.001</factor>
- </pitch>
- </gear>
- <gear>
- <name>gear-lock</name>
- <path>Sounds/gear-lck.wav</path>
- <condition>
- <equals>
- <property>/gear/gear[2]/position-norm</property>
- <value>0</value>
- </equals>
- </condition>
- </gear>
- <gear>
- <name>gear-lock</name>
- <path>Sounds/gear-lck.wav</path>
- <condition>
- <equals>
- <property>/gear/gear[2]/position-norm</property>
- <value>1</value>
- </equals>
- </condition>
- </gear>
- <squeal>
- <name>squeal</name>
- <path>Sounds/squeal.wav</path>
- <condition>
- <property>/gear/gear[0]/wow</property>
- </condition>
- <volume>
- <property>/velocities/speed-down-fps</property>
- <factor>0.05</factor>
- </volume>
- <volume>
- <property>/velocities/airspeed-kt</property>
- <factor>0.01</factor>
- </volume>
- <volume>
- <internal>dt_stop</internal>
- <factor>0.05</factor>
- <max>1.0</max>
- </volume>
- <pitch>
- <property>/velocities/airspeed-kt</property>
- <factor>0.0025</factor>
- <offset>1.2</offset>
- </pitch>
- </squeal>
- <squeal>
- <name>squeal</name>
- <path>Sounds/squeal.wav</path>
- <condition>
- <property>/gear/gear[1]/wow</property>
- </condition>
- <volume>
- <property>/velocities/speed-down-fps</property>
- <factor>0.05</factor>
- </volume>
- <volume>
- <property>/velocities/airspeed-kt</property>
- <factor>0.01</factor>
- </volume>
- <volume>
- <internal>dt_stop</internal>
- <factor>0.05</factor>
- <max>1.0</max>
- </volume>
- <pitch>
- <property>/velocities/airspeed-kt</property>
- <factor>0.0025</factor>
- <offset>1.2</offset>
- </pitch>
- </squeal>
- <squeal>
- <name>squeal</name>
- <path>Sounds/squeal.wav</path>
- <condition>
- <property>/gear/gear[2]/wow</property>
- </condition>
- <volume>
- <property>/velocities/speed-down-fps</property>
- <factor>0.05</factor>
- </volume>
- <volume>
- <property>/velocities/airspeed-kt</property>
- <factor>0.01</factor>
- </volume>
- <volume>
- <internal>dt_stop</internal>
- <factor>0.05</factor>
- <max>1.0</max>
- </volume>
- <pitch>
- <property>/velocities/airspeed-kt</property>
- <factor>0.0025</factor>
- <offset>1.2</offset>
- </pitch>
- </squeal>
-
- <flap>
- <name>flaps</name>
- <mode>in-transit</mode>
- <path>Aircraft/Mako/Sounds/flaps.wav</path>
- <property>surface-positions/flap-pos-norm</property>
- <volume>
- <factor>0.15</factor>
- </volume>
- </flap>
- <spoiler>
- <name>spoilers</name>
- <mode>in-transit</mode>
- <path>Aircraft/Mako/Sounds/flaps.wav</path>
- <property>surface-positions/slat-pos-norm</property>
- <volume>
- <factor>0.15</factor>
- </volume>
- </spoiler>
- <cockpit>
- <name>Cockpit Atmos</name>
- <mode>looped</mode>
- <path>Aircraft/Mako/Sounds/cockpit.wav</path>
- <condition>
- <property>/sim/current-view/internal</property>
- </condition>
- <volume>
- <offset>1</offset>
- <min>0.2</min>
- <max>1.0</max>
- </volume>
- </cockpit>
- <wind>
- <name>wind</name>
- <mode>looped</mode>
- <path>Sounds/wind.wav</path>
- <property>/velocities/airspeed-kt</property>
- <volume>
- <property>/velocities/airspeed-kt</property>
- <factor>0.002</factor>
- <!--min>0.03</min-->
- <max>0.25</max>
- </volume>
- <pitch>
- <property>/velocities/airspeed-kt</property>
- <factor>0.01</factor>
- <offset>1.25</offset>
- </pitch>
- </wind>
- <stall>
- <name>stall</name>
- <path>Aircraft/Mako/Sounds/warning1.wav</path>
- <property>/sim/alarms/stall-warning</property>
- <volume>
- <property>/velocities/airspeed-kt</property>
- <min>120.0</min>
- </volume>
- </stall>
-
- <speedbrake>
- <name>speedbrake</name>
- <mode>in-transit</mode>
- <path>Aircraft/Mako/Sounds/flaps.wav</path>
- <property>/surface-positions/speedbrake-pos-norm</property>
- <volume>
- <offset>0.25</offset>
- <max>0.9</max>
- </volume>
- </speedbrake>
- <speedbrake>
- <name>speedbrake</name>
- <mode>in-transit</mode>
- <path>Sounds/flaps.wav</path>
- <property>/surface-positions/speedbrake-pos-norm</property>
- <volume>
- <offset>0.25</offset>
- <max>0.9</max>
- </volume>
- </speedbrake>
-
-
- <buffet>
- <name>alpha-buffet</name>
- <mode>looped</mode>
- <condition>
- <greater-than>
- <property>orientation/alpha-deg</property>
- <value>15</value>
- </greater-than>
-
- </condition>
- <path>Aircraft/Mako/Sounds/rumble.wav</path>
- <volume>
- <property>/velocities/airspeed-kt</property>
- <factor>0.0025</factor>
- <max>0.3</max>
- </volume>
- </buffet>
- <speedbrake-buffet>
- <name>speedbrake</name>
- <mode>looped</mode>
- <path>Aircraft/Mako/Sounds/rumble.wav</path>
- <condition>
- <property>/sim/current-view/internal</property>
- <property>/surface-positions/speedbrake-pos-norm</property>
- </condition>
- <volume>
- <property>/velocities/airspeed-kt</property>
- <factor>0.0025</factor>
- <max>0.3</max>
- </volume>
- </speedbrake-buffet>
-
- <!-- flyby -->
- <flyby>
- <name>fly-by</name>
- <mode>once</mode>
- <path>Aircraft/Mako/Sounds/flyby.wav</path>
- <condition>
- <and>
- <greater-than>
- <property>velocities/mach</property>
- <value>0.8</value>
- </greater-than>
- <equals>
- <property>sim/current-view/view-number</property>
- <value>6</value>
- </equals>
- </and>
- <not>
- <property>/sim/current-view/internal</property>
- <property>/engines/engine/out-of-fuel</property>
- </not>
- </condition>
- <volume>
- <property>velocities/airspeed-kt</property>
- <factor>0.001</factor>
- </volume>
-
- </flyby>
-
- <!-- Sonic Boom -->
- <sonicboom>
- <name>Sonic Boom</name>
- <mode>once</mode>
- <path>Aircraft/Mako/Sounds/sonicboom.wav</path>
- <condition>
- <and>
- <greater-than>
- <property>velocities/mach</property>
- <value>1.0</value>
- </greater-than>
- <equals>
- <property>/sim/current-view/internal</property>
- <value>false</value>
- </equals>
- </and>
- </condition>
- </sonicboom>
-
- <voice>
- <name>Geforce-breath-vox</name>
- <path>Aircraft/Mako/Sounds/Geforce.wav</path>
- <condition>
- <greater-than>
- <property>/accelerations/pilot/z-accel-fps_sec</property>
- <value>-161</value>
- </greater-than>
- </condition>
- <volume>
- <factor>0.9</factor>
- </volume>
- </voice>
- <voice>
- <name>Geforce-vox</name>
- <path>Aircraft/Mako/Sounds/geforce1.wav</path>
- <condition>
- <less-than>
- <property>/accelerations/pilot/z-accel-fps_sec</property>
- <value>-225</value>
- </less-than>
- </condition>
- <volume>
- <factor>0.9</factor>
- </volume>
- </voice>
-
- <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>1.5</factor>
- </pitch>
- </crash>
- <stall>
- <name>stall</name>
- <mode>looped</mode>
- <path>Aircraft/Mako/Sounds/stall.wav</path>
- <condition>
- <less-than>
- <property>velocities/airspeed-kt</property>
- <value>120</value>
- </less-than>
-
- </condition>
- <volume>
- <max>0.5</max>
- </volume>
- <position>
- <x>-22</x>
- <y>0</y>
- <z>0</z>
- </position>
- <reference-dist>1.0</reference-dist>
- <max-dist>2.0</max-dist>
- </stall>
-
- <pullup>
- <name>pullup</name>
- <mode>looped</mode>
- <path>Aircraft/Mako/Sounds/pullup.wav</path>
- <condition>
- <less-than-equals>
- <property>position/altitude-agl-ft</property>
- <value>250</value>
- </less-than-equals>
-
- <equals>
- <property>/gear/gear[0]/position-norm</property>
- <value>0</value>
- </equals>
-
- </condition>
- <volume>
- <max>0.5</max>
- </volume>
- <position>
- <x>-22</x>
- <y>0</y>
- <z>0</z>
- </position>
- <reference-dist>1.0</reference-dist>
- <max-dist>2.0</max-dist>
- </pullup>
- <!-- no binding yet?
- <click>
- <name>click</name>
- <path>Sounds/click.wav</path>
- </click>
- -->
- <guns>
- <name>gunfire</name>
- <mode>looped</mode>
- <path>Aircraft/Mako/Sounds/m61.wav</path>
- <condition>
- <property>controls/armament/trigger</property>
- <property>ai/submodels/submodel/count</property>
- </condition>
- <volume>
- <factor>1.2</factor>
- <max>1.0</max>
- </volume>
- <reference-dist>100</reference-dist>
- <max-dist>1000</max-dist>
- <reference-dist>600.0</reference-dist>
- <max-dist>1000.0</max-dist>
-
- </guns>
- <low-fuel>
- <name>low-fuel</name>
- <mode>once</mode>
- <path>Aircraft/Mako/Sounds/fuellow.wav</path>
- <condition>
- <less-than>
- <property>/consumables/fuel/total-fuel-gals</property>
- <value>200.00</value>
- </less-than>
-
- </condition>
- </low-fuel>
- <low-fuel2>
- <name>low-fuel2</name>
- <mode>once</mode>
- <path>Aircraft/Mako/Sounds/fuellow.wav</path>
- <condition>
- <less-than>
- <property>/consumables/fuel/total-fuel-gals</property>
- <value>150.0</value>
- </less-than>
-
- </condition>
- </low-fuel2>
- <low-fuel3>
- <name>low-fuel3</name>
- <mode>once</mode>
- <path>Aircraft/Mako/Sounds/fuellow.wav</path>
- <condition>
- <less-than>
- <property>/consumables/fuel/total-fuel-gals</property>
- <value>100.00</value>
- </less-than>
-
- </condition>
- </low-fuel3>
- <low-fuel4>
- <name>low-fuel4</name>
- <mode>once</mode>
- <path>Aircraft/Mako/Sounds/fuellow.wav</path>
- <condition>
- <less-than>
- <property>/consumables/fuel/total-fuel-gals</property>
- <value>50.00</value>
- </less-than>
-
- </condition>
- </low-fuel4>
- <low-fuel5>
- <name>low-fuel5</name>
- <mode>once</mode>
- <path>Aircraft/Mako/Sounds/bingofuel.wav</path>
- <condition>
- <less-than>
- <property>/consumables/fuel/total-fuel-gals</property>
- <value>1.0</value>
- </less-than>
-
- </condition>
- </low-fuel5>
- <!-- switches -->
- <click>
- <name>hook click down</name>
- <path>Aircraft/Mako/Sounds/click.wav</path>
- <condition>
- <property>/controls/gear/tailhook</property>
- </condition>
- <volume>
- <factor>1.0</factor>
- <max>1.0</max>
- </volume>
- </click>
- <click>
- <name>hook click up</name>
- <path>Aircraft/Mako/Sounds/click.wav</path>
- <condition>
- <not>
- <property>/controls/gear/tailhook</property>
- </not>
- </condition>
- <volume>
- <factor>1.0</factor>
- <max>1.0</max>
- </volume>
- </click>
-
-
- <click>
- <name>canopy click up</name>
- <path>Aircraft/Mako/Sounds/click.wav</path>
- <condition>
- <less-than>
- <property>/controls/canopy/position-norm</property>
- <value>1</value>
- </less-than>
- </condition>
- <volume>
- <factor>1.0</factor>
- <max>1.0</max>
- </volume>
- </click>
- <click>
- <name>canopy click down</name>
- <path>Aircraft/Mako/Sounds/click.wav</path>
- <condition>
- <greater-than>
- <property>/controls/canopy/position-norm</property>
- <value>0.01</value>
- </greater-than>
- </condition>
- <volume>
- <factor>1.0</factor>
- <max>1.0</max>
- </volume>
- </click>
- <rain>
- <name>rain-inside</name>
- <mode>looped</mode>
- <path>Aircraft/Mako/Sounds/insideGArainwav.wav</path>
- <condition>
- <and>
- <greater-than>
- <property>environment/rain-norm</property>
- <value>0.05</value>
- </greater-than>
-
- <property>sim/current-view/internal</property>
-
- </and>
- </condition>
- <delay-sec>11.6</delay-sec>
- <volume>
- <factor>0.3</factor>
- </volume>
- <position>
- <x>-0.5</x>
- <y>0</y>
- <z>0.5</z>
- </position>
- <volume>
- <property>environment/rain-norm</property>
- <factor>1</factor>
- <min>0.3</min>
- <max>1</max>
- </volume>
- <reference-dist>5</reference-dist>
- <max-dist>10</max-dist>
- </rain>
-
-
- </fx>
- </PropertyList>
|