Sound.xml 24 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <PropertyList>
  3. <fx>
  4. <engine>
  5. <name>engine-start-inside</name>
  6. <mode>once</mode>
  7. <path>Aircraft/Mako/Sounds/turbine_start_in.wav</path>
  8. <condition>
  9. <and>
  10. <property>/controls/engines/engine[0]/starter</property>
  11. <property>/sim/current-view/internal</property>
  12. </and>
  13. </condition>
  14. <volume>
  15. <property>engines/engine[0]/n2</property>
  16. <factor> 0.01 </factor>
  17. <min> 0.03 </min>
  18. <max> 0.07 </max>
  19. </volume>
  20. <pitch>
  21. <property>engines/engine[0]/n2</property>
  22. <factor> 0.01 </factor>
  23. <min> 0.0 </min>
  24. <max> 0.9 </max>
  25. </pitch>
  26. <reference-dist>100</reference-dist>
  27. <max-dist>1000</max-dist>
  28. </engine>
  29. <engine>
  30. <name>engine-start-inside</name>
  31. <mode>once</mode>
  32. <path>Aircraft/Mako/Sounds/turbine_start_in.wav</path>
  33. <condition>
  34. <and>
  35. <property>/controls/engines/engine[1]/starter</property>
  36. <property>/sim/current-view/internal</property>
  37. </and>
  38. </condition>
  39. <volume>
  40. <property>engines/engine[1]/n2</property>
  41. <factor> 0.01 </factor>
  42. <min> 0.03 </min>
  43. <max> 0.07 </max>
  44. </volume>
  45. <pitch>
  46. <property>engines/engine[1]/n2</property>
  47. <factor> 0.01 </factor>
  48. <min> 0.0 </min>
  49. <max> 0.9 </max>
  50. </pitch>
  51. <reference-dist>100</reference-dist>
  52. <max-dist>1000</max-dist>
  53. </engine>
  54. <engine>
  55. <name>engine-start-outside</name>
  56. <mode>once</mode>
  57. <path>Aircraft/Mako/Sounds/startup.wav</path>
  58. <condition>
  59. <and>
  60. <less-than>
  61. <property>velocities/groundspeed-kt</property>
  62. <value>1</value>
  63. </less-than>
  64. <greater-than>
  65. <property>engines/engine[0]/rpm</property>
  66. <value>0.5</value>
  67. </greater-than>
  68. <not>
  69. <property>/sim/current-view/internal</property>
  70. </not>
  71. </and>
  72. </condition>
  73. <volume>
  74. <property>engines/engine[0]/n2</property>
  75. <factor> 0.09 </factor>
  76. <min> 0.3 </min>
  77. <max> 0.9 </max>
  78. </volume>
  79. <pitch>
  80. <property>engines/engine[0]/n2</property>
  81. <factor> 0.01 </factor>
  82. <min> 0.0 </min>
  83. <max> 0.9 </max>
  84. </pitch>
  85. <reference-dist>100</reference-dist>
  86. <max-dist>1000</max-dist>
  87. </engine>
  88. <engine>
  89. <name>engine-start-outside1</name>
  90. <mode>once</mode>
  91. <path>Aircraft/Mako/Sounds/startup.wav</path>
  92. <condition>
  93. <and>
  94. <less-than>
  95. <property>velocities/groundspeed-kt</property>
  96. <value>1</value>
  97. </less-than>
  98. <greater-than>
  99. <property>engines/engine[1]/rpm</property>
  100. <value>0.5</value>
  101. </greater-than>
  102. <not>
  103. <property>/sim/current-view/internal</property>
  104. </not>
  105. </and>
  106. </condition>
  107. <volume>
  108. <property>engines/engine[1]/n2</property>
  109. <factor> 0.09 </factor>
  110. <min> 0.3 </min>
  111. <max> 0.9 </max>
  112. </volume>
  113. <pitch>
  114. <property>engines/engine[1]/n2</property>
  115. <factor> 0.01 </factor>
  116. <min> 0.0 </min>
  117. <max> 0.9 </max>
  118. </pitch>
  119. <reference-dist>100</reference-dist>
  120. <max-dist>1000</max-dist>
  121. </engine>
  122. <shutdown>
  123. <name>shutdown1</name>
  124. <path>Aircraft/Mako/Sounds/shutdown-ext.wav</path>
  125. <condition>
  126. <not>
  127. <property>sim/current-view/internal</property>
  128. </not>
  129. <equals>
  130. <property>engines/engine[0]/running</property>
  131. <value>false</value>
  132. </equals>
  133. </condition>
  134. </shutdown>
  135. <shutdown>
  136. <name>shutdown2</name>
  137. <path>Aircraft/Mako/Sounds/shutdown-ext.wav</path>
  138. <condition>
  139. <not>
  140. <property>sim/current-view/internal</property>
  141. </not>
  142. <equals>
  143. <property>engines/engine[1]/running</property>
  144. <value>false</value>
  145. </equals>
  146. </condition>
  147. </shutdown>
  148. <shutdown>
  149. <name>shutdown3</name>
  150. <path>Aircraft/Mako/Sounds/shutdown.wav</path>
  151. <condition>
  152. <property>/sim/current-view/internal</property>
  153. <equals>
  154. <property>engines/engine[0]/running</property>
  155. <value>false</value>
  156. </equals>
  157. </condition>
  158. </shutdown>
  159. <shutdown>
  160. <name>shutdown4</name>
  161. <path>Aircraft/Mako/Sounds/shutdown.wav</path>
  162. <condition>
  163. <property>/sim/current-view/internal</property>
  164. <equals>
  165. <property>engines/engine[1]/running</property>
  166. <value>false</value>
  167. </equals>
  168. </condition>
  169. </shutdown>
  170. <engine>
  171. <name>engine</name>
  172. <path>Aircraft/Mako/Sounds/jet-blast.wav</path>
  173. <mode>looped</mode>
  174. <condition>
  175. <property>engines/engine[0]/running</property>
  176. <not>
  177. <property>/sim/current-view/internal</property>
  178. <property>engines/engine/out-of-fuel</property>
  179. </not>
  180. </condition>
  181. <position>
  182. <x>18.6</x>
  183. <y>-0.4</y>
  184. <z>2.37</z>
  185. </position>
  186. <orientation>
  187. <x>1.0</x>
  188. <y>0.0</y>
  189. <z>0</z>
  190. <inner-angle>35.0</inner-angle>
  191. <outer-angle>90</outer-angle>
  192. <outer-gain>0.45</outer-gain>
  193. </orientation>
  194. <volume>
  195. <property>engines/engine[0]/n1</property>
  196. <factor>0.014</factor>
  197. <offset>-0.45</offset>
  198. </volume>
  199. <reference-dist>20</reference-dist>
  200. <max-dist>3000</max-dist>
  201. </engine>
  202. <engine>
  203. <name>engine1</name>
  204. <path>Aircraft/Mako/Sounds/jet-blast.wav</path>
  205. <mode>looped</mode>
  206. <condition>
  207. <property>engines/engine[1]/running</property>
  208. <not>
  209. <property>/sim/current-view/internal</property>
  210. <property>engines/engine/out-of-fuel</property>
  211. </not>
  212. </condition>
  213. <position>
  214. <x>18.6</x>
  215. <y>0.4</y>
  216. <z>2.37</z>
  217. </position>
  218. <orientation>
  219. <x>1.0</x>
  220. <y>0.0</y>
  221. <z>0</z>
  222. <inner-angle>35.0</inner-angle>
  223. <outer-angle>90</outer-angle>
  224. <outer-gain>0.45</outer-gain>
  225. </orientation>
  226. <volume>
  227. <property>engines/engine[1]/n1</property>
  228. <factor>0.014</factor>
  229. <offset>-0.45</offset>
  230. </volume>
  231. <reference-dist>20</reference-dist>
  232. <max-dist>3000</max-dist>
  233. </engine>
  234. <engine>
  235. <name>whine</name>
  236. <path>Aircraft/Mako/Sounds/engine-exhaust.wav</path>
  237. <mode>looped</mode>
  238. <condition>
  239. <property>engines/engine[0]/running</property>
  240. <not>
  241. <property>/sim/current-view/internal</property>
  242. <property>engines/engine/out-of-fuel</property>
  243. </not>
  244. </condition>
  245. <volume>
  246. <property>engines/engine[0]/n2</property>
  247. <factor type="double">0.0025</factor>
  248. </volume>
  249. <pitch>
  250. <property>engines/engine[0]/n2</property>
  251. <factor>0.02</factor>
  252. <offset>-0.1</offset>
  253. </pitch>
  254. </engine>
  255. <engine>
  256. <name>whine1</name>
  257. <path>Aircraft/Mako/Sounds/engine-exhaust.wav</path>
  258. <mode>looped</mode>
  259. <condition>
  260. <property>engines/engine[1]/running</property>
  261. <not>
  262. <property>/sim/current-view/internal</property>
  263. <property>engines/engine/out-of-fuel</property>
  264. </not>
  265. </condition>
  266. <volume>
  267. <property>engines/engine[1]/n2</property>
  268. <factor type="double">0.0025</factor>
  269. </volume>
  270. <pitch>
  271. <property>engines/engine[1]/n2</property>
  272. <factor>0.02</factor>
  273. <offset>-0.1</offset>
  274. </pitch>
  275. </engine>
  276. <engine>
  277. <name>whine-int</name>
  278. <path>Aircraft/Mako/Sounds/f16-engine-int.wav</path>
  279. <mode>looped</mode>
  280. <condition>
  281. <property>engines/engine[0]/running</property>
  282. <not>
  283. <property>/sim/current-view/external</property>
  284. <property>engines/engine/out-of-fuel</property>
  285. </not>
  286. </condition>
  287. <volume>
  288. <property>engines/engine[0]/n2</property>
  289. <factor type="double">0.0025</factor>
  290. </volume>
  291. <pitch>
  292. <property>/engines/engine[0]/n2</property>
  293. <factor>0.02</factor>
  294. <offset>-0.1</offset>
  295. </pitch>
  296. </engine>
  297. <engine>
  298. <name>Reheat</name>
  299. <mode>looped</mode>
  300. <path>Aircraft/Mako/Sounds/reheat.wav</path>
  301. <condition>
  302. <property>engines/engine/afterburner</property>
  303. <not>
  304. <property>/sim/current-view/internal</property>
  305. <property>engines/engine/out-of-fuel</property>
  306. </not>
  307. </condition>
  308. <position>
  309. <x>6.0</x>
  310. <y>0.0</y>
  311. <z>0.0</z>
  312. </position>
  313. <orientation>
  314. <x>90.0</x>
  315. <y>0.0</y>
  316. <z>0.0</z>
  317. <inner-angle>60.0</inner-angle>
  318. <outer-angle>160.0</outer-angle>
  319. <outer-gain>0.75</outer-gain>
  320. </orientation>
  321. <volume>
  322. <offset>1</offset>
  323. <min>0.3</min>
  324. <max>1.0</max>
  325. </volume>
  326. </engine>
  327. <ignition>
  328. <name>Reheat Ignition</name>
  329. <mode>once</mode>
  330. <path>Aircraft/Mako/Sounds/reheat-ignite.wav</path>
  331. <condition>
  332. <not>
  333. <property>/engines/engine/out-of-fuel</property>
  334. </not>
  335. <not>
  336. <property>/sim/current-view/external</property>
  337. </not>
  338. </condition>
  339. <property>engines/engine/afterburner</property>
  340. <position>
  341. <x>6.0</x>
  342. <y>0.0</y>
  343. <z>0.0</z>
  344. </position>
  345. <volume>
  346. <offset>0.25</offset>
  347. </volume>
  348. </ignition>
  349. <rumble>
  350. <name>rumble</name>
  351. <mode>looped</mode>
  352. <path>Sounds/rumble.wav</path>
  353. <condition>
  354. <property>/gear/gear[0]/wow</property>
  355. </condition>
  356. <volume>
  357. <property>/gear/gear[0]/rollspeed-ms</property>
  358. <type>log</type>
  359. <factor>0.12</factor>
  360. </volume>
  361. <pitch>
  362. <property>/gear/gear[0]/rollspeed-ms</property>
  363. </pitch>
  364. </rumble>
  365. <rumble>
  366. <name>rumble</name>
  367. <mode>looped</mode>
  368. <path>Sounds/rumble.wav</path>
  369. <condition>
  370. <property>/gear/gear[1]/wow</property>
  371. </condition>
  372. <volume>
  373. <property>/gear/gear[1]/rollspeed-ms</property>
  374. <type>log</type>
  375. <factor>0.12</factor>
  376. </volume>
  377. </rumble>
  378. <rumble>
  379. <name>rumble</name>
  380. <mode>looped</mode>
  381. <path>Sounds/rumble.wav</path>
  382. <condition>
  383. <property>/gear/gear[2]/wow</property>
  384. </condition>
  385. <volume>
  386. <property>/gear/gear[2]/rollspeed-ms</property>
  387. <type>log</type>
  388. <factor>0.12</factor>
  389. </volume>
  390. </rumble>
  391. <gear>
  392. <name>gear</name>
  393. <mode>in-transit</mode>
  394. <path>Sounds/gear.wav</path>
  395. <property>/gear/gear[0]/position-norm</property>
  396. <pitch>
  397. <internal>dt_play</internal>
  398. <offset>1.0</offset>
  399. <factor>-0.001</factor>
  400. </pitch>
  401. </gear>
  402. <gear>
  403. <name>gear-lock</name>
  404. <path>Sounds/gear-lck.wav</path>
  405. <condition>
  406. <equals>
  407. <property>/gear/gear[0]/position-norm</property>
  408. <value>0</value>
  409. </equals>
  410. </condition>
  411. </gear>
  412. <gear>
  413. <name>gear-lock</name>
  414. <path>Sounds/gear-lck.wav</path>
  415. <condition>
  416. <equals>
  417. <property>/gear/gear[0]/position-norm</property>
  418. <value>1</value>
  419. </equals>
  420. </condition>
  421. </gear>
  422. <gear>
  423. <name>gear</name>
  424. <mode>in-transit</mode>
  425. <path>Sounds/gear.wav</path>
  426. <property>/gear/gear[1]/position-norm</property>
  427. <pitch>
  428. <internal>dt_play</internal>
  429. <offset>1.0</offset>
  430. <factor>-0.001</factor>
  431. </pitch>
  432. </gear>
  433. <gear>
  434. <name>gear-lock</name>
  435. <path>Sounds/gear-lck.wav</path>
  436. <condition>
  437. <equals>
  438. <property>/gear/gear[1]/position-norm</property>
  439. <value>0</value>
  440. </equals>
  441. </condition>
  442. </gear>
  443. <gear>
  444. <name>gear-lock</name>
  445. <path>Sounds/gear-lck.wav</path>
  446. <condition>
  447. <equals>
  448. <property>/gear/gear[1]/position-norm</property>
  449. <value>1</value>
  450. </equals>
  451. </condition>
  452. </gear>
  453. <gear>
  454. <name>gear</name>
  455. <mode>in-transit</mode>
  456. <path>Sounds/gear.wav</path>
  457. <property>/gear/gear[2]/position-norm</property>
  458. <pitch>
  459. <internal>dt_play</internal>
  460. <offset>1.0</offset>
  461. <factor>-0.001</factor>
  462. </pitch>
  463. </gear>
  464. <gear>
  465. <name>gear-lock</name>
  466. <path>Sounds/gear-lck.wav</path>
  467. <condition>
  468. <equals>
  469. <property>/gear/gear[2]/position-norm</property>
  470. <value>0</value>
  471. </equals>
  472. </condition>
  473. </gear>
  474. <gear>
  475. <name>gear-lock</name>
  476. <path>Sounds/gear-lck.wav</path>
  477. <condition>
  478. <equals>
  479. <property>/gear/gear[2]/position-norm</property>
  480. <value>1</value>
  481. </equals>
  482. </condition>
  483. </gear>
  484. <squeal>
  485. <name>squeal</name>
  486. <path>Sounds/squeal.wav</path>
  487. <condition>
  488. <property>/gear/gear[0]/wow</property>
  489. </condition>
  490. <volume>
  491. <property>/velocities/speed-down-fps</property>
  492. <factor>0.05</factor>
  493. </volume>
  494. <volume>
  495. <property>/velocities/airspeed-kt</property>
  496. <factor>0.01</factor>
  497. </volume>
  498. <volume>
  499. <internal>dt_stop</internal>
  500. <factor>0.05</factor>
  501. <max>1.0</max>
  502. </volume>
  503. <pitch>
  504. <property>/velocities/airspeed-kt</property>
  505. <factor>0.0025</factor>
  506. <offset>1.2</offset>
  507. </pitch>
  508. </squeal>
  509. <squeal>
  510. <name>squeal</name>
  511. <path>Sounds/squeal.wav</path>
  512. <condition>
  513. <property>/gear/gear[1]/wow</property>
  514. </condition>
  515. <volume>
  516. <property>/velocities/speed-down-fps</property>
  517. <factor>0.05</factor>
  518. </volume>
  519. <volume>
  520. <property>/velocities/airspeed-kt</property>
  521. <factor>0.01</factor>
  522. </volume>
  523. <volume>
  524. <internal>dt_stop</internal>
  525. <factor>0.05</factor>
  526. <max>1.0</max>
  527. </volume>
  528. <pitch>
  529. <property>/velocities/airspeed-kt</property>
  530. <factor>0.0025</factor>
  531. <offset>1.2</offset>
  532. </pitch>
  533. </squeal>
  534. <squeal>
  535. <name>squeal</name>
  536. <path>Sounds/squeal.wav</path>
  537. <condition>
  538. <property>/gear/gear[2]/wow</property>
  539. </condition>
  540. <volume>
  541. <property>/velocities/speed-down-fps</property>
  542. <factor>0.05</factor>
  543. </volume>
  544. <volume>
  545. <property>/velocities/airspeed-kt</property>
  546. <factor>0.01</factor>
  547. </volume>
  548. <volume>
  549. <internal>dt_stop</internal>
  550. <factor>0.05</factor>
  551. <max>1.0</max>
  552. </volume>
  553. <pitch>
  554. <property>/velocities/airspeed-kt</property>
  555. <factor>0.0025</factor>
  556. <offset>1.2</offset>
  557. </pitch>
  558. </squeal>
  559. <flap>
  560. <name>flaps</name>
  561. <mode>in-transit</mode>
  562. <path>Aircraft/Mako/Sounds/flaps.wav</path>
  563. <property>surface-positions/flap-pos-norm</property>
  564. <volume>
  565. <factor>0.15</factor>
  566. </volume>
  567. </flap>
  568. <spoiler>
  569. <name>spoilers</name>
  570. <mode>in-transit</mode>
  571. <path>Aircraft/Mako/Sounds/flaps.wav</path>
  572. <property>surface-positions/slat-pos-norm</property>
  573. <volume>
  574. <factor>0.15</factor>
  575. </volume>
  576. </spoiler>
  577. <cockpit>
  578. <name>Cockpit Atmos</name>
  579. <mode>looped</mode>
  580. <path>Aircraft/Mako/Sounds/cockpit.wav</path>
  581. <condition>
  582. <property>/sim/current-view/internal</property>
  583. </condition>
  584. <volume>
  585. <offset>1</offset>
  586. <min>0.2</min>
  587. <max>1.0</max>
  588. </volume>
  589. </cockpit>
  590. <wind>
  591. <name>wind</name>
  592. <mode>looped</mode>
  593. <path>Sounds/wind.wav</path>
  594. <property>/velocities/airspeed-kt</property>
  595. <volume>
  596. <property>/velocities/airspeed-kt</property>
  597. <factor>0.002</factor>
  598. <!--min>0.03</min-->
  599. <max>0.25</max>
  600. </volume>
  601. <pitch>
  602. <property>/velocities/airspeed-kt</property>
  603. <factor>0.01</factor>
  604. <offset>1.25</offset>
  605. </pitch>
  606. </wind>
  607. <stall>
  608. <name>stall</name>
  609. <path>Aircraft/Mako/Sounds/warning1.wav</path>
  610. <property>/sim/alarms/stall-warning</property>
  611. <volume>
  612. <property>/velocities/airspeed-kt</property>
  613. <min>120.0</min>
  614. </volume>
  615. </stall>
  616. <speedbrake>
  617. <name>speedbrake</name>
  618. <mode>in-transit</mode>
  619. <path>Aircraft/Mako/Sounds/flaps.wav</path>
  620. <property>/surface-positions/speedbrake-pos-norm</property>
  621. <volume>
  622. <offset>0.25</offset>
  623. <max>0.9</max>
  624. </volume>
  625. </speedbrake>
  626. <speedbrake>
  627. <name>speedbrake</name>
  628. <mode>in-transit</mode>
  629. <path>Sounds/flaps.wav</path>
  630. <property>/surface-positions/speedbrake-pos-norm</property>
  631. <volume>
  632. <offset>0.25</offset>
  633. <max>0.9</max>
  634. </volume>
  635. </speedbrake>
  636. <buffet>
  637. <name>alpha-buffet</name>
  638. <mode>looped</mode>
  639. <condition>
  640. <greater-than>
  641. <property>orientation/alpha-deg</property>
  642. <value>15</value>
  643. </greater-than>
  644. </condition>
  645. <path>Aircraft/Mako/Sounds/rumble.wav</path>
  646. <volume>
  647. <property>/velocities/airspeed-kt</property>
  648. <factor>0.0025</factor>
  649. <max>0.3</max>
  650. </volume>
  651. </buffet>
  652. <speedbrake-buffet>
  653. <name>speedbrake</name>
  654. <mode>looped</mode>
  655. <path>Aircraft/Mako/Sounds/rumble.wav</path>
  656. <condition>
  657. <property>/sim/current-view/internal</property>
  658. <property>/surface-positions/speedbrake-pos-norm</property>
  659. </condition>
  660. <volume>
  661. <property>/velocities/airspeed-kt</property>
  662. <factor>0.0025</factor>
  663. <max>0.3</max>
  664. </volume>
  665. </speedbrake-buffet>
  666. <!-- flyby -->
  667. <flyby>
  668. <name>fly-by</name>
  669. <mode>once</mode>
  670. <path>Aircraft/Mako/Sounds/flyby.wav</path>
  671. <condition>
  672. <and>
  673. <greater-than>
  674. <property>velocities/mach</property>
  675. <value>0.8</value>
  676. </greater-than>
  677. <equals>
  678. <property>sim/current-view/view-number</property>
  679. <value>6</value>
  680. </equals>
  681. </and>
  682. <not>
  683. <property>/sim/current-view/internal</property>
  684. <property>/engines/engine/out-of-fuel</property>
  685. </not>
  686. </condition>
  687. <volume>
  688. <property>velocities/airspeed-kt</property>
  689. <factor>0.001</factor>
  690. </volume>
  691. </flyby>
  692. <!-- Sonic Boom -->
  693. <sonicboom>
  694. <name>Sonic Boom</name>
  695. <mode>once</mode>
  696. <path>Aircraft/Mako/Sounds/sonicboom.wav</path>
  697. <condition>
  698. <and>
  699. <greater-than>
  700. <property>velocities/mach</property>
  701. <value>1.0</value>
  702. </greater-than>
  703. <equals>
  704. <property>/sim/current-view/internal</property>
  705. <value>false</value>
  706. </equals>
  707. </and>
  708. </condition>
  709. </sonicboom>
  710. <voice>
  711. <name>Geforce-breath-vox</name>
  712. <path>Aircraft/Mako/Sounds/Geforce.wav</path>
  713. <condition>
  714. <greater-than>
  715. <property>/accelerations/pilot/z-accel-fps_sec</property>
  716. <value>-161</value>
  717. </greater-than>
  718. </condition>
  719. <volume>
  720. <factor>0.9</factor>
  721. </volume>
  722. </voice>
  723. <voice>
  724. <name>Geforce-vox</name>
  725. <path>Aircraft/Mako/Sounds/geforce1.wav</path>
  726. <condition>
  727. <less-than>
  728. <property>/accelerations/pilot/z-accel-fps_sec</property>
  729. <value>-225</value>
  730. </less-than>
  731. </condition>
  732. <volume>
  733. <factor>0.9</factor>
  734. </volume>
  735. </voice>
  736. <crash>
  737. <name>intense ground contact</name>
  738. <mode>once</mode>
  739. <path>Sounds/crash.wav</path>
  740. <property>sim/crashed</property>
  741. <volume>
  742. <factor>1</factor>
  743. </volume>
  744. <pitch>
  745. <factor>1.5</factor>
  746. </pitch>
  747. </crash>
  748. <stall>
  749. <name>stall</name>
  750. <mode>looped</mode>
  751. <path>Aircraft/Mako/Sounds/stall.wav</path>
  752. <condition>
  753. <less-than>
  754. <property>velocities/airspeed-kt</property>
  755. <value>120</value>
  756. </less-than>
  757. </condition>
  758. <volume>
  759. <max>0.5</max>
  760. </volume>
  761. <position>
  762. <x>-22</x>
  763. <y>0</y>
  764. <z>0</z>
  765. </position>
  766. <reference-dist>1.0</reference-dist>
  767. <max-dist>2.0</max-dist>
  768. </stall>
  769. <pullup>
  770. <name>pullup</name>
  771. <mode>looped</mode>
  772. <path>Aircraft/Mako/Sounds/pullup.wav</path>
  773. <condition>
  774. <less-than-equals>
  775. <property>position/altitude-agl-ft</property>
  776. <value>250</value>
  777. </less-than-equals>
  778. <equals>
  779. <property>/gear/gear[0]/position-norm</property>
  780. <value>0</value>
  781. </equals>
  782. </condition>
  783. <volume>
  784. <max>0.5</max>
  785. </volume>
  786. <position>
  787. <x>-22</x>
  788. <y>0</y>
  789. <z>0</z>
  790. </position>
  791. <reference-dist>1.0</reference-dist>
  792. <max-dist>2.0</max-dist>
  793. </pullup>
  794. <!-- no binding yet?
  795. <click>
  796. <name>click</name>
  797. <path>Sounds/click.wav</path>
  798. </click>
  799. -->
  800. <guns>
  801. <name>gunfire</name>
  802. <mode>looped</mode>
  803. <path>Aircraft/Mako/Sounds/m61.wav</path>
  804. <condition>
  805. <property>controls/armament/trigger</property>
  806. <property>ai/submodels/submodel/count</property>
  807. </condition>
  808. <volume>
  809. <factor>1.2</factor>
  810. <max>1.0</max>
  811. </volume>
  812. <reference-dist>100</reference-dist>
  813. <max-dist>1000</max-dist>
  814. <reference-dist>600.0</reference-dist>
  815. <max-dist>1000.0</max-dist>
  816. </guns>
  817. <low-fuel>
  818. <name>low-fuel</name>
  819. <mode>once</mode>
  820. <path>Aircraft/Mako/Sounds/fuellow.wav</path>
  821. <condition>
  822. <less-than>
  823. <property>/consumables/fuel/total-fuel-gals</property>
  824. <value>200.00</value>
  825. </less-than>
  826. </condition>
  827. </low-fuel>
  828. <low-fuel2>
  829. <name>low-fuel2</name>
  830. <mode>once</mode>
  831. <path>Aircraft/Mako/Sounds/fuellow.wav</path>
  832. <condition>
  833. <less-than>
  834. <property>/consumables/fuel/total-fuel-gals</property>
  835. <value>150.0</value>
  836. </less-than>
  837. </condition>
  838. </low-fuel2>
  839. <low-fuel3>
  840. <name>low-fuel3</name>
  841. <mode>once</mode>
  842. <path>Aircraft/Mako/Sounds/fuellow.wav</path>
  843. <condition>
  844. <less-than>
  845. <property>/consumables/fuel/total-fuel-gals</property>
  846. <value>100.00</value>
  847. </less-than>
  848. </condition>
  849. </low-fuel3>
  850. <low-fuel4>
  851. <name>low-fuel4</name>
  852. <mode>once</mode>
  853. <path>Aircraft/Mako/Sounds/fuellow.wav</path>
  854. <condition>
  855. <less-than>
  856. <property>/consumables/fuel/total-fuel-gals</property>
  857. <value>50.00</value>
  858. </less-than>
  859. </condition>
  860. </low-fuel4>
  861. <low-fuel5>
  862. <name>low-fuel5</name>
  863. <mode>once</mode>
  864. <path>Aircraft/Mako/Sounds/bingofuel.wav</path>
  865. <condition>
  866. <less-than>
  867. <property>/consumables/fuel/total-fuel-gals</property>
  868. <value>1.0</value>
  869. </less-than>
  870. </condition>
  871. </low-fuel5>
  872. <!-- switches -->
  873. <click>
  874. <name>hook click down</name>
  875. <path>Aircraft/Mako/Sounds/click.wav</path>
  876. <condition>
  877. <property>/controls/gear/tailhook</property>
  878. </condition>
  879. <volume>
  880. <factor>1.0</factor>
  881. <max>1.0</max>
  882. </volume>
  883. </click>
  884. <click>
  885. <name>hook click up</name>
  886. <path>Aircraft/Mako/Sounds/click.wav</path>
  887. <condition>
  888. <not>
  889. <property>/controls/gear/tailhook</property>
  890. </not>
  891. </condition>
  892. <volume>
  893. <factor>1.0</factor>
  894. <max>1.0</max>
  895. </volume>
  896. </click>
  897. <click>
  898. <name>canopy click up</name>
  899. <path>Aircraft/Mako/Sounds/click.wav</path>
  900. <condition>
  901. <less-than>
  902. <property>/controls/canopy/position-norm</property>
  903. <value>1</value>
  904. </less-than>
  905. </condition>
  906. <volume>
  907. <factor>1.0</factor>
  908. <max>1.0</max>
  909. </volume>
  910. </click>
  911. <click>
  912. <name>canopy click down</name>
  913. <path>Aircraft/Mako/Sounds/click.wav</path>
  914. <condition>
  915. <greater-than>
  916. <property>/controls/canopy/position-norm</property>
  917. <value>0.01</value>
  918. </greater-than>
  919. </condition>
  920. <volume>
  921. <factor>1.0</factor>
  922. <max>1.0</max>
  923. </volume>
  924. </click>
  925. <rain>
  926. <name>rain-inside</name>
  927. <mode>looped</mode>
  928. <path>Aircraft/Mako/Sounds/insideGArainwav.wav</path>
  929. <condition>
  930. <and>
  931. <greater-than>
  932. <property>environment/rain-norm</property>
  933. <value>0.05</value>
  934. </greater-than>
  935. <property>sim/current-view/internal</property>
  936. </and>
  937. </condition>
  938. <delay-sec>11.6</delay-sec>
  939. <volume>
  940. <factor>0.3</factor>
  941. </volume>
  942. <position>
  943. <x>-0.5</x>
  944. <y>0</y>
  945. <z>0.5</z>
  946. </position>
  947. <volume>
  948. <property>environment/rain-norm</property>
  949. <factor>1</factor>
  950. <min>0.3</min>
  951. <max>1</max>
  952. </volume>
  953. <reference-dist>5</reference-dist>
  954. <max-dist>10</max-dist>
  955. </rain>
  956. </fx>
  957. </PropertyList>