123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959 |
- <?xml version="1.0" encoding="UTF-8"?>
-
- <PropertyList>
- <fx>
- <!-- JSF start -->
- <engine>
- <name>JFS-lever-pull</name>
- <path>Aircraft/FGR-2/Sounds/starter.wav</path>
- <property>controls/electric/battery-switch</property>
- </engine>
- <!-- EXT-PWR -->
- <engine>
- <name>keepers</name>
- <path>Aircraft/FGR-2/Sounds/el_car.wav</path>
- <mode>looped</mode>
- <volume>
- <property>/controls/electric/external-power</property>
- <factor type="double">1</factor>
- </volume>
- </engine>
- <!-- :::::::::::::::::: engine RH sound ::::::::::::::::::::::::: -->
- <!--engine RH connect Cockpit-view Canopy open-->
- <!-- engine RH looping Cockpit-view Canopy open-->
- <engine>
- <name>engine loop RH Open</name>
- <mode>looped</mode>
- <path>Aircraft/FGR-2/Sounds/turbojet_fan.wav</path>
- <condition>
- <and>
- <property>sim/current-view/internal</property>
- <greater-than>
- <property>instrumentation/doors/crew/position-norm</property>
- <value> 0.1 </value>
- </greater-than>
- </and>
- </condition>
- <volume>
- <property>controls/engines/engine[0]/starter-position-norm</property>
- <factor>1</factor>
- </volume>
- <pitch>
- <property>controls/engines/engine[0]/starter-position-norm</property>
- <factor>1</factor>
- </pitch>
- </engine>
- <!-- engine RH looping Cockpit-view Canopy close-->
- <engine>
- <name>engine loop RH Close</name>
- <mode>looped</mode>
- <path>Aircraft/FGR-2/Sounds/turbojet_fan_sirent.wav</path>
- <condition>
- <and>
- <property>sim/current-view/internal</property>
- <less-than>
- <property>instrumentation/doors/crew/position-norm</property>
- <value> 0.1 </value>
- </less-than>
- </and>
- </condition>
- <volume>
- <property>controls/engines/engine[0]/starter-position-norm</property>
- <factor>1</factor>
- </volume>
- <pitch>
- <property>controls/engines/engine[0]/starter-position-norm</property>
- <factor>1</factor>
- </pitch>
- </engine>
- <!-- engine RH looping around-view-->
- <engine>
- <name>engine loop RH around</name>
- <mode>looped</mode>
- <path>Aircraft/FGR-2/Sounds/turbojet_fan.wav</path>
- <condition>
- <equals>
- <property>sim/current-view/internal</property>
- <value> false </value>
- </equals>
- </condition>
- <volume>
- <property>controls/engines/engine[0]/starter-position-norm</property>
- <factor>1</factor>
- </volume>
- <pitch>
- <property>controls/engines/engine[0]/starter-position-norm</property>
- <factor>1</factor>
- </pitch>
- </engine>
- <!-- engine RH thrust around-view -->
- <engine>
- <name>engine loop RH thrust</name>
- <mode>looped</mode>
- <path>Aircraft/FGR-2/Sounds/exhaust_loop.wav</path>
- <condition>
- <or>
- <and>
- <not>
- <property>sim/current-view/internal</property>
- </not>
- </and>
- <and>
- <property>sim/current-view/internal</property>
- <greater-than>
- <property>instrumentation/doors/crew/position-norm</property>
- <value> 0 </value>
- </greater-than>
- </and>
- </or>
- </condition>
- <volume>
- <property>engines/engine[0]/n2</property>h
- <factor type="double">0.01</factor>
- </volume>
- <pitch>
- <property>/engines/engine[0]/n2</property>
- <factor>1</factor>
- </pitch>
- </engine>
- <!-- engine RH augmenter around-view -->
- <engine>
- <name>engine loop RH augmenter</name>
- <mode>looped</mode>
- <path>Aircraft/FGR-2/Sounds/exhaust_start.wav</path>
- <condition>
- <or>
- <and>
- <not>
- <property>sim/current-view/internal</property>
- </not>
- </and>
- <and>
- <property>sim/current-view/internal</property>
- <greater-than>
- <property>instrumentation/doors/crew/position-norm</property>
- <value> 0 </value>
- </greater-than>
- </and>
- </or>
- </condition>
- <volume>
- <property>engines/engine[0]/afterburner</property>
- <factor type="double">1</factor>
- </volume>
- <pitch>
- <property>engines/engine[0]/afterburner</property>
- <factor>1</factor>
- </pitch>
- <reference-dist>100</reference-dist>
- <max-dist>1000</max-dist>
- </engine>
- <!-- engine RH augmenter internal-view -->
- <engine>
- <name>engine loop RH augmenter internal</name>
- <mode>looped</mode>
- <path>Aircraft/FGR-2/Sounds/exhaust_start.wav</path>
- <condition>
- <property>sim/current-view/internal</property>
- <equals>
- <property>instrumentation/doors/crew/position-norm</property>
- <value> 0 </value>
- </equals>
- </condition>
- <volume>
- <property>engines/engine[0]/afterburner</property>
- <factor type="double">0.1</factor>
- </volume>
- <pitch>
- <property>engines/engine[0]/afterburner</property>
- <factor>5</factor>
- </pitch>
- <reference-dist>100</reference-dist>
- <max-dist>1000</max-dist>
- </engine>
- <!-- :::::::::::::::::: engine LH sound ::::::::::::::::::::::::: -->
- <!-- engine LH looping Cockpit-view Canopy open-->
- <engine>
- <name>engine loop LH Open</name>
- <mode>looped</mode>
- <path>Aircraft/FGR-2/Sounds/turbojet_fan.wav</path>
- <condition>
- <and>
- <property>sim/current-view/internal</property>
- <greater-than>
- <property>instrumentation/doors/crew/position-norm</property>
- <value> 0.1 </value>
- </greater-than>
- </and>
- </condition>
- <volume>
- <property>controls/engines/engine[1]/starter-position-norm</property>
- <factor>1</factor>
- </volume>
- <pitch>
- <property>controls/engines/engine[1]/starter-position-norm</property>
- <factor>1</factor>
- </pitch>
- </engine>
- <!-- engine LH looping Cockpit-view Canopy close-->
- <engine>
- <name>engine loop LH Close</name>
- <mode>looped</mode>
- <path>Aircraft/FGR-2/Sounds/turbojet_fan_sirent.wav</path>
- <condition>
- <and>
- <property>sim/current-view/internal</property>
- <less-than>
- <property>instrumentation/doors/crew/position-norm</property>
- <value> 0.1 </value>
- </less-than>
- </and>
- </condition>
- <volume>
- <property>controls/engines/engine[1]/starter-position-norm</property>
- <factor>1</factor>
- </volume>
- <pitch>
- <property>controls/engines/engine[1]/starter-position-norm</property>
- <factor>1</factor>
- </pitch>
- </engine>
- <!-- engine LH looping around-view-->
- <engine>
- <name>engine loop LH around</name>
- <mode>looped</mode>
- <path>Aircraft/FGR-2/Sounds/turbojet_fan.wav</path>
- <condition>
- <equals>
- <property>sim/current-view/internal</property>
- <value> false </value>
- </equals>
- </condition>
- <volume>
- <property>controls/engines/engine[1]/starter-position-norm</property>
- <factor>1</factor>
- </volume>
- <pitch>
- <property>/controls/engines/engine[1]/starter-position-norm</property>
- <factor>1</factor>
- </pitch>
- </engine>
- <!-- engine LH thrust around-view -->
- <engine>
- <name>engine loop LH thrust</name>
- <mode>looped</mode>
- <path>Aircraft/FGR-2/Sounds/exhaust_loop.wav</path>
- <condition>
- <or>
- <and>
- <not>
- <property>sim/current-view/internal</property>
- </not>
- </and>
- <and>
- <property>sim/current-view/internal</property>
- <greater-than>
- <property>instrumentation/doors/crew/position-norm</property>
- <value> 0 </value>
- </greater-than>
- </and>
- </or>
- </condition>
- <volume>
- <property>engines/engine[1]/n2</property>
- <factor type="double">0.01</factor>
- </volume>
- <pitch>
- <property>engines/engine[1]/n2</property>
- <factor>1</factor>
- </pitch>
- </engine>
- <!-- engine LH augmenter around-view -->
- <engine>
- <name>engine loop LH augmenter</name>
- <mode>looped</mode>
- <path>Aircraft/FGR-2/Sounds/exhaust_start.wav</path>
- <condition>
- <or>
- <and>
- <not>
- <property>sim/current-view/internal</property>
- </not>
- </and>
- <and>
- <property>sim/current-view/internal</property>
- <greater-than>
- <property>instrumentation/doors/crew/position-norm</property>
- <value> 0 </value>
- </greater-than>
- </and>
- </or>
- </condition>
- <volume>
- <property>engines/engine[1]/afterburner</property>
- <factor type="double">1</factor>
- </volume>
- <pitch>
- <property>engines/engine[1]/afterburner</property>
- <factor>1</factor>
- </pitch>
- <reference-dist>100</reference-dist>
- <max-dist>1000</max-dist>
- </engine>
- <!-- engine LH augmenter internal-view -->
- <engine>
- <name>engine loop LH augmenter internal</name>
- <mode>looped</mode>
- <path>Aircraft/FGR-2/Sounds/exhaust_start.wav</path>
- <condition>
- <property>sim/current-view/internal</property>
- <equals>
- <property>instrumentation/doors/crew/position-norm</property>
- <value> 0 </value>
- </equals>
- </condition>
- <volume>
- <property>engines/engine[1]/afterburner</property>
- <factor type="double">0.1</factor>
- </volume>
- <pitch>
- <property>engines/engine[1]/afterburner</property>
- <factor>5</factor>
- </pitch>
- <reference-dist>100</reference-dist>
- <max-dist>1000</max-dist>
- </engine>
- <!-- ::::::::::::::::::::: GEAR Sound ::::::::::::::::::::: -->
- <!-- rumble -->
- <rumble>
- <name>rumble</name>
- <mode>looped</mode>
- <path>Aircraft/FGR-2/Sounds/rumble.wav</path>
- <condition>
- <or>
- <property>gear/gear[0]/wow</property>
- <property>gear/gear[1]/wow</property>
- <property>gear/gear[2]/wow</property>
- </or>
- <!-- <property>sim/current-view/internal</property> -->
- </condition>
- <volume>
- <property>/velocities/groundspeed-kt</property>
- <!--type>log</type-->
- <factor>0.025</factor>
- <offset> -0.01</offset>
- <max>1.01</max>
- <min>0.01</min>
- </volume>
- <pitch>
- <property>velocities/groundspeed-kt</property>
- <factor>0.01</factor>
- <offset>0.85</offset>
- </pitch>
- <reference-dist>100</reference-dist>
- <max-dist>1000</max-dist>
- </rumble>
- <!-- spueal -->
- <squeal>
- <name>squeal</name>
- <path>Aircraft/FGR-2/Sounds/wow.wav</path>
- <condition>
- <or>
- <property>gear/gear[0]/wow</property>
- <property>gear/gear[1]/wow</property>
- <property>gear/gear[2]/wow</property>
- </or>
- </condition>
- <volume>
- <property>velocities/speed-down-fps</property>
- <factor>0.5</factor>
- <max>1.0</max>
- </volume>
- <volume>
- <property>velocities/airspeed-kt</property>
- <factor>0.1</factor>
- <max>1.0</max>
- </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.0</offset>
- </pitch>
- <reference-dist>100</reference-dist>
- <max-dist>1000</max-dist>
- </squeal>
- <gear>
- <name>gear0</name>
- <mode>in-transit</mode>
- <path>Aircraft/FGR-2/Sounds/gear.wav</path>
- <property>gear/gear[0]/position-norm</property>
- <volume>
- <factor>1.0</factor>
- </volume>
- <pitch>
- <internal>dt_play</internal>
- <offset>1.0</offset>
- <factor>-0.001</factor>
- </pitch>
- <reference-dist>100</reference-dist>
- <max-dist>1000</max-dist>
- </gear>
- <gear>
- <name>gear2</name>
- <mode>in-transit</mode>
- <path>Aircraft/FGR-2/Sounds/gear.wav</path>
- <property>gear/gear[2]/position-norm</property>
- <volume>
- <factor>1.0</factor>
- </volume>
- <pitch>
- <internal>dt_play</internal>
- <offset>1.0</offset>
- <factor>-0.001</factor>
- </pitch>
- <reference-dist>100</reference-dist>
- <max-dist>1000</max-dist>
- </gear>
- <gear>
- <name>gear-lock0</name>
- <path>Aircraft/FGR-2/Sounds/gear_hatch.wav</path>
- <condition>
- <equals>
- <property>gear/gear[0]/position-norm</property>
- <value>0</value>
- </equals>
- </condition>
- <volume>
- <factor>0.1</factor>
- </volume>
- <reference-dist>100</reference-dist>
- <max-dist>1000</max-dist>
- </gear>
- <gear>
- <name>gear-lock2</name>
- <path>Aircraft/FGR-2/Sounds/gear_hatch.wav</path>
- <condition>
- <or>
- <equals>
- <property>gear/gear[2]/position-norm</property>
- <value>0</value>
- </equals>
- <equals>
- <property>gear/gear[2]/position-norm</property>
- <value>1</value>
- </equals>
- </or>
- </condition>
- <volume>
- <factor>0.1</factor>
- </volume>
- <reference-dist>100</reference-dist>
- <max-dist>1000</max-dist>
- </gear>
- <flap>
- <name>flaps</name>
- <mode>in-transit</mode>
- <path>Aircraft/FGR-2/Sounds/gear.wav</path>
- <property>surface-positions/flap-pos-norm</property>
- <volume>
- <factor>1.0</factor>
- </volume>
- <reference-dist>100</reference-dist>
- <max-dist>1000</max-dist>
- </flap>
- <speedbrake>
- <name>speedbrake</name>
- <mode>in-transit</mode>
- <path>Aircraft/FGR-2/Sounds/gear.wav</path>
- <property>surface-positions/speedbrake-pos-norm</property>
- <volume>
- <factor>1.0</factor>
- </volume>
- <reference-dist>100</reference-dist>
- <max-dist>1000</max-dist>
- </speedbrake>
- <wind>
- <name>wind</name>
- <mode>looped</mode>
- <path>Sounds/wind.wav</path>
- <property>velocities/airspeed-kt</property>
- <volume>
- <property>/position/altitude-ft</property>
- <factor>-0.000015</factor>
- <offset>1.0</offset>
- <min>0.0</min>
- <max>1.0</max>
- </volume>
- <volume>
- <property>velocities/airspeed-kt</property>
- <factor>0.0015</factor>
- <min>0.0</min>
- <max>0.4</max>
- </volume>
- <pitch>
- <property>velocities/airspeed-kt</property>
- <factor>0.0035</factor>
- <offset>1.25</offset>
- </pitch>
- </wind>
- <!-- Toggle Switches -->
- <click>
- <name>Battery on</name>
- <path>Sounds/click.wav</path>
- <condition>
- <property>controls/electric/battery-switch</property>
- </condition>
- <volume>
- <factor>1.0</factor>
- </volume>
- </click>
- <click>
- <name>Battery off</name>
- <path>Sounds/click.wav</path>
- <condition>
- <not>
- <property>controls/electric/battery-switch</property>
- </not>
- </condition>
- <volume>
- <factor>1.0</factor>
- </volume>
- </click>
- <click>
- <name>Fuel Pump on</name>
- <path>Sounds/click.wav</path>
- <condition>
- <property>controls/engines/engine/fuel-pump</property>
- </condition>
- <volume>
- <factor>1.0</factor>
- </volume>
- </click>
- <click>
- <name>Fuel Pump off</name>
- <path>Sounds/click.wav</path>
- <condition>
- <not>
- <property>controls/engines/engine/fuel-pump</property>
- </not>
- </condition>
- <volume>
- <factor>1.0</factor>
- </volume>
- </click>
-
- <click>
- <name>Landing Light On</name>
- <path>Sounds/click.wav</path>
- <condition>
- <property>controls/switches/landing-light</property>
- </condition>
- <volume>
- <factor>1.0</factor>
- </volume>
- </click>
-
- <click>
- <name>Landing Light Off</name>
- <path>Sounds/click.wav</path>
- <condition>
- <not>
- <property>controls/switches/landing-light</property>
- </not>
- </condition>
- <volume>
- <factor>1.0</factor>
- </volume>
- </click>
- <click>
- <name>Magnetos-off</name>
- <path>Sounds/click.wav</path>
- <condition>
- <not>
- <property>controls/engines/engine/magnetos</property>
- </not>
- </condition>
- <volume>
- <factor>1.0</factor>
- </volume>
- </click>
- <click>
- <name>Strobe Lights White</name>
- <path>Sounds/click.wav</path>
- <condition>
- <equals>
- <property>controls/switches/strobes</property>
- <value>1</value>
- </equals>
- </condition>
- <volume>
- <factor>1.0</factor>
- </volume>
- </click>
- <click>
- <name>Strobe Lights Off</name>
- <path>Sounds/click.wav</path>
- <condition>
- <not>
- <property>controls/switches/strobes</property>
- </not>
- </condition>
- <volume>
- <factor>1.0</factor>
- </volume>
- </click>
- <click>
- <name>Avionics Master On</name>
- <path>Sounds/click.wav</path>
- <condition>
- <property>controls/switches/avionic-master</property>
- </condition>
- <volume>
- <factor>1.0</factor>
- </volume>
- </click>
-
- <click>
- <name>Avionics Master Off</name>
- <path>Sounds/click.wav</path>
- <condition>
- <not>
- <property>controls/switches/avionic-master</property>
- </not>
- </condition>
- <volume>
- <factor>1.0</factor>
- </volume>
- </click>
- <!-- Toggle Switches -->
- <click>
- <name>click on</name>
- <path>Sounds/click.wav</path>
- <condition>
- <property>sim/sound/click</property>
- </condition>
- <volume>
- <factor>1.0</factor>
- </volume>
- </click>
- <click>
- <name>click off</name>
- <path>Sounds/click.wav</path>
- <condition>
- <not>
- <property>sim/sound/click</property>
- </not>
- </condition>
- <volume>
- <factor>1.0</factor>
- </volume>
- </click>
- <stall>
- <name>stall</name>
- <mode>looped</mode>
- <type>avionics</type>
- <path>Aircraft/FGR-2/Sounds/stall-600-chopped.wav</path>
- <condition>
- <and>
- <greater-than>
- <property>orientation/alpha-deg</property>
- <value>22.3</value>
- </greater-than>
- <less-than>
- <property>orientation/alpha-deg</property>
- <value>26</value>
- </less-than>
- <not>
- <property>gear/gear[0]/wow</property>
- <property>gear/gear[1]/wow</property>
- <property>gear/gear[2]/wow</property>
- </not>
- </and>
- </condition>
- <volume>
- <factor>1.0</factor>
- </volume>
- <pitch>
- <factor>0.2</factor>
- </pitch>
- </stall>
- <stall>
- <name>stall-fall</name>
- <mode>looped</mode>
- <type>avionics</type>
- <path>Aircraft/FGR-2/Sounds/stall-600-continue.wav</path>
- <condition>
- <and>
- <greater-than>
- <property>orientation/alpha-deg</property>
- <value>26</value>
- </greater-than>
- <not>
- <property>gear/gear[0]/wow</property>
- <property>gear/gear[1]/wow</property>
- <property>gear/gear[2]/wow</property>
- </not>
- </and>
- </condition>
- <volume>
- <factor>1.0</factor>
- </volume>
- <pitch>
- <factor>0.2</factor>
- </pitch>
- </stall>
- <alart>
- <name>low-alart</name>
- <mode>looped</mode>
- <type>avionics</type>
- <path>Aircraft/FGR-2/Sounds/record-signal.wav</path>
- <condition>
- <and>
- <less-than>
- <property>position/gear-agl-ft</property>
- <property>instrumentation/altimeter/setting-low-alert</property>
- </less-than>
- <not>
- <property>gear/gear[0]/wow</property>
- <property>gear/gear[1]/wow</property>
- <property>gear/gear[2]/wow</property>
- </not>
- <or>
- <equals>
- <property>gear/gear[0]/position-norm</property>
- <value>0</value>
- </equals>
- <equals>
- <property>surface-positions/flap-pos-norm</property>
- <value>0</value>
- </equals>
- </or>
- </and>
- </condition>
- <volume>
- <factor>1.0</factor>
- </volume>
- <pitch>
- <factor>0</factor>
- </pitch>
- </alart>
- <alart>
- <name>PULL_UP</name>
- <mode>looped</mode>
- <type>avionics</type>
- <path>Aircraft/FGR-2/Sounds/pull-up.wav</path>
- <condition>
- <and>
- <less-than>
- <property>position/gear-agl-ft</property>
- <value>1300</value>
- </less-than>
- <less-than>
- <property>velocities/vertical-speed-fps</property>
- <value>-60</value>
- </less-than>
- </and>
- </condition>
- <volume>
- <factor>3.0</factor>
- </volume>
- <pitch>
- <factor>0</factor>
- </pitch>
- </alart>
- <alart>
- <name>BINGOFUEL</name>
- <mode>looped</mode>
- <type>avionics</type>
- <path>Aircraft/FGR-2/Sounds/bingo_fuel.wav</path>
- <condition>
- <and>
- <less-than>
- <property>consumables/fuel/total-internal-fuel-lbs</property>
- <property>consumables/fuel/bingo-lbs</property>
- </less-than>
- <greater-than>
- <property>consumables/fuel/total-internal-fuel-lbs</property>
- <value>3000</value>
- </greater-than>
- </and>
- </condition>
- <volume>
- <factor>3.0</factor>
- </volume>
- <pitch>
- <factor>0</factor>
- </pitch>
- </alart>
- <alart>
- <name>mastercoution</name>
- <mode>looped</mode>
- <type>avionics</type>
- <path>Aircraft/FGR-2/Sounds/caution.wav</path>
- <condition>
- <and>
- <not>
- <property>gear/gear[0]/wow</property>
- </not>
- <less-than>
- <property>systems/electrical/volts</property>
- <value>16</value>
- </less-than>
- </and>
- </condition>
- </alart>
- <alart>
- <name>warnigAMAD</name>
- <type>avionics</type>
- <path>Aircraft/FGR-2/Sounds/warning_amad_fire.wav</path>
- <condition>
- <and>
- <property>controls/switches/fire-warning-test</property>
- <equals>
- <property>controls/APU/ready</property>
- <value>1</value>
- </equals>
- </and>
- </condition>
- </alart>
- <alart>
- <name>LOW-FUEL</name>
- <mode>looped</mode>
- <type>avionics</type>
- <path>Aircraft/FGR-2/Sounds/low-fuel.wav</path>
- <condition>
- <less-than>
- <property>consumables/fuel/total-internal-fuel-lbs</property>
- <value>3000</value>
- </less-than>>
- </condition>
- <volume>
- <factor>3.0</factor>
- </volume>
- <pitch>
- <factor>0</factor>
- </pitch>
- </alart>
- <alart>
- <name>CANOPY-OPEN</name>
- <mode>looped</mode>
- <path>Aircraft/FGR-2/Sounds/canopy_loop.wav</path>
- <condition>
- <and>
- <less-than>
- <property>instrumentation/doors/crew/position-norm</property>
- <value>0.95</value>
- </less-than>
- <greater-than>
- <property>instrumentation/doors/crew/position-norm</property>
- <value>0.1</value>
- </greater-than>
- </and>
- </condition>
- <volume>
- <factor>3.0</factor>
- </volume>
- <pitch>
- <factor>0</factor>
- </pitch>
- </alart>
- <tailhook>
- <name>TAILHOOK</name>
- <mode>in-transit</mode>
- <path>Aircraft/FGR-2/Sounds/gear.wav</path>
- <property>gear/tailhook/position-norm</property>
- <volume>
- <factor>1.0</factor>
- </volume>
- <reference-dist>100</reference-dist>
- <max-dist>1000</max-dist>
- </tailhook>
- </fx>
- </PropertyList>
|