gloster-meteor-sound.xml 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <PropertyList>
  3. <fx>
  4. <engine>
  5. <name>engine</name>
  6. <path>Sounds/jet.wav</path>
  7. <mode>looped</mode>
  8. <condition>
  9. <property>/engines/engine[0]/running</property>
  10. </condition>
  11. <volume>
  12. <property>/engines/engine[0]/prop-thrust</property>
  13. <factor type="double">0.00013</factor>
  14. </volume>
  15. <pitch>
  16. <property>/engines/engine[0]/n1</property>
  17. <factor>0.2</factor>
  18. </pitch>
  19. <reference-dist>100</reference-dist>
  20. <max-dist>1000</max-dist>
  21. </engine>
  22. <engine>
  23. <name>whine</name>
  24. <path>Aircraft/vampire/Sounds/goblin.wav</path>
  25. <mode>looped</mode>
  26. <condition>
  27. <property>/engines/engine[0]/running</property>
  28. </condition>
  29. <volume>
  30. <property>/engines/engine[0]/n2</property>
  31. <factor type="double">0.0025</factor>
  32. </volume>
  33. <pitch>
  34. <property>/engines/engine[0]/n2</property>
  35. <factor>0.02</factor>
  36. <offset>-0.1</offset>
  37. </pitch>
  38. <reference-dist>100</reference-dist>
  39. <max-dist>1000</max-dist>
  40. </engine>
  41. <rumble>
  42. <name>rumble</name>
  43. <mode>looped</mode>
  44. <path>Sounds/rumble.wav</path>
  45. <condition>
  46. <property>/gear/gear[0]/wow</property>
  47. </condition>
  48. <volume>
  49. <property>/gear/gear[0]/rollspeed-ms</property>
  50. <type>log</type>
  51. <factor>0.12</factor>
  52. </volume>
  53. <pitch>
  54. <property>/gear/gear[0]/rollspeed-ms</property>
  55. </pitch>
  56. <reference-dist>100</reference-dist>
  57. <max-dist>1000</max-dist>
  58. </rumble>
  59. <rumble>
  60. <name>rumble</name>
  61. <mode>looped</mode>
  62. <path>Sounds/rumble.wav</path>
  63. <condition>
  64. <property>/gear/gear[1]/wow</property>
  65. </condition>
  66. <volume>
  67. <property>/gear/gear[1]/rollspeed-ms</property>
  68. <type>log</type>
  69. <factor>0.12</factor>
  70. </volume>
  71. <reference-dist>100</reference-dist>
  72. <max-dist>1000</max-dist>
  73. </rumble>
  74. <rumble>
  75. <name>rumble</name>
  76. <mode>looped</mode>
  77. <path>Sounds/rumble.wav</path>
  78. <condition>
  79. <property>/gear/gear[2]/wow</property>
  80. </condition>
  81. <volume>
  82. <property>/gear/gear[2]/rollspeed-ms</property>
  83. <type>log</type>
  84. <factor>0.12</factor>
  85. </volume>
  86. <reference-dist>100</reference-dist>
  87. <max-dist>1000</max-dist>
  88. </rumble>
  89. <gear>
  90. <name>gear</name>
  91. <mode>in-transit</mode>
  92. <path>Sounds/gear.wav</path>
  93. <property>/gear/gear[0]/position-norm</property>
  94. <pitch>
  95. <internal>dt_play</internal>
  96. <offset>1.0</offset>
  97. <factor>-0.001</factor>
  98. </pitch>
  99. <reference-dist>100</reference-dist>
  100. <max-dist>1000</max-dist>
  101. </gear>
  102. <gear>
  103. <name>gear-lock</name>
  104. <path>Sounds/gear-lck.wav</path>
  105. <condition>
  106. <equals>
  107. <property>/gear/gear[0]/position-norm</property>
  108. <value>0</value>
  109. </equals>
  110. </condition>
  111. <reference-dist>100</reference-dist>
  112. <max-dist>1000</max-dist>
  113. </gear>
  114. <gear>
  115. <name>gear-lock</name>
  116. <path>Sounds/gear-lck.wav</path>
  117. <condition>
  118. <equals>
  119. <property>/gear/gear[0]/position-norm</property>
  120. <value>1</value>
  121. </equals>
  122. </condition>
  123. <reference-dist>100</reference-dist>
  124. <max-dist>1000</max-dist>
  125. </gear>
  126. <gear>
  127. <name>gear</name>
  128. <mode>in-transit</mode>
  129. <path>Sounds/gear.wav</path>
  130. <property>/gear/gear[1]/position-norm</property>
  131. <pitch>
  132. <internal>dt_play</internal>
  133. <offset>1.0</offset>
  134. <factor>-0.001</factor>
  135. </pitch>
  136. <reference-dist>100</reference-dist>
  137. <max-dist>1000</max-dist>
  138. </gear>
  139. <gear>
  140. <name>gear-lock</name>
  141. <path>Sounds/gear-lck.wav</path>
  142. <condition>
  143. <equals>
  144. <property>/gear/gear[1]/position-norm</property>
  145. <value>0</value>
  146. </equals>
  147. </condition>
  148. <reference-dist>100</reference-dist>
  149. <max-dist>1000</max-dist>
  150. </gear>
  151. <gear>
  152. <name>gear-lock</name>
  153. <path>Sounds/gear-lck.wav</path>
  154. <condition>
  155. <equals>
  156. <property>/gear/gear[1]/position-norm</property>
  157. <value>1</value>
  158. </equals>
  159. </condition>
  160. <reference-dist>100</reference-dist>
  161. <max-dist>1000</max-dist>
  162. </gear>
  163. <gear>
  164. <name>gear</name>
  165. <mode>in-transit</mode>
  166. <path>Sounds/gear.wav</path>
  167. <property>/gear/gear[2]/position-norm</property>
  168. <pitch>
  169. <internal>dt_play</internal>
  170. <offset>1.0</offset>
  171. <factor>-0.001</factor>
  172. </pitch>
  173. <reference-dist>100</reference-dist>
  174. <max-dist>1000</max-dist>
  175. </gear>
  176. <gear>
  177. <name>gear-lock</name>
  178. <path>Sounds/gear-lck.wav</path>
  179. <condition>
  180. <equals>
  181. <property>/gear/gear[2]/position-norm</property>
  182. <value>0</value>
  183. </equals>
  184. </condition>
  185. <reference-dist>100</reference-dist>
  186. <max-dist>1000</max-dist>
  187. </gear>
  188. <gear>
  189. <name>gear-lock</name>
  190. <path>Sounds/gear-lck.wav</path>
  191. <condition>
  192. <equals>
  193. <property>/gear/gear[2]/position-norm</property>
  194. <value>1</value>
  195. </equals>
  196. </condition>
  197. <reference-dist>100</reference-dist>
  198. <max-dist>1000</max-dist>
  199. </gear>
  200. <squeal>
  201. <name>squeal</name>
  202. <path>Sounds/squeal.wav</path>
  203. <condition>
  204. <property>/gear/gear[0]/wow</property>
  205. </condition>
  206. <volume>
  207. <property>/velocities/speed-down-fps</property>
  208. <factor>0.05</factor>
  209. </volume>
  210. <volume>
  211. <property>/velocities/airspeed-kt</property>
  212. <factor>0.01</factor>
  213. </volume>
  214. <volume>
  215. <internal>dt_stop</internal>
  216. <factor>0.05</factor>
  217. <max>1.0</max>
  218. </volume>
  219. <pitch>
  220. <property>/velocities/airspeed-kt</property>
  221. <factor>0.0025</factor>
  222. <offset>1.2</offset>
  223. </pitch>
  224. <reference-dist>100</reference-dist>
  225. <max-dist>1000</max-dist>
  226. </squeal>
  227. <squeal>
  228. <name>squeal</name>
  229. <path>Sounds/squeal.wav</path>
  230. <condition>
  231. <property>/gear/gear[1]/wow</property>
  232. </condition>
  233. <volume>
  234. <property>/velocities/speed-down-fps</property>
  235. <factor>0.05</factor>
  236. </volume>
  237. <volume>
  238. <property>/velocities/airspeed-kt</property>
  239. <factor>0.01</factor>
  240. </volume>
  241. <volume>
  242. <internal>dt_stop</internal>
  243. <factor>0.05</factor>
  244. <max>1.0</max>
  245. </volume>
  246. <pitch>
  247. <property>/velocities/airspeed-kt</property>
  248. <factor>0.0025</factor>
  249. <offset>1.2</offset>
  250. </pitch>
  251. <reference-dist>100</reference-dist>
  252. <max-dist>1000</max-dist>
  253. </squeal>
  254. <squeal>
  255. <name>squeal</name>
  256. <path>Sounds/squeal.wav</path>
  257. <condition>
  258. <property>/gear/gear[2]/wow</property>
  259. </condition>
  260. <volume>
  261. <property>/velocities/speed-down-fps</property>
  262. <factor>0.05</factor>
  263. </volume>
  264. <volume>
  265. <property>/velocities/airspeed-kt</property>
  266. <factor>0.01</factor>
  267. </volume>
  268. <volume>
  269. <internal>dt_stop</internal>
  270. <factor>0.05</factor>
  271. <max>1.0</max>
  272. </volume>
  273. <pitch>
  274. <property>/velocities/airspeed-kt</property>
  275. <factor>0.0025</factor>
  276. <offset>1.2</offset>
  277. </pitch>
  278. <reference-dist>100</reference-dist>
  279. <max-dist>1000</max-dist>
  280. </squeal>
  281. <flap>
  282. <name>flaps</name>
  283. <mode>in-transit</mode>
  284. <path>Sounds/flaps.wav</path>
  285. <property>/surface-positions/left-flap-pos-norm</property>
  286. <volume>
  287. <factor>0.15</factor>
  288. </volume>
  289. <reference-dist>100</reference-dist>
  290. <max-dist>1000</max-dist>
  291. </flap>
  292. <flap>
  293. <name>flaps</name>
  294. <mode>in-transit</mode>
  295. <path>Sounds/flaps.wav</path>
  296. <property>/surface-positions/right-flap-pos-norm</property>
  297. <volume>
  298. <factor>0.25</factor>
  299. </volume>
  300. <reference-dist>100</reference-dist>
  301. <max-dist>1000</max-dist>
  302. </flap>
  303. <spoiler>
  304. <name>spoilers</name>
  305. <mode>in-transit</mode>
  306. <path>Sounds/flaps.wav</path>
  307. <property>/surface-positions/left-lower-spoiler-pos-norm</property>
  308. <volume>
  309. <factor>0.15</factor>
  310. </volume>
  311. <reference-dist>100</reference-dist>
  312. <max-dist>1000</max-dist>
  313. </spoiler>
  314. <spoiler>
  315. <name>spoilers</name>
  316. <mode>in-transit</mode>
  317. <path>Sounds/flaps.wav</path>
  318. <property>/surface-positions/left-upper-spoiler-pos-norm</property>
  319. <volume>
  320. <factor>0.15</factor>
  321. </volume>
  322. <reference-dist>100</reference-dist>
  323. <max-dist>1000</max-dist>
  324. </spoiler>
  325. <spoiler>
  326. <name>spoilers</name>
  327. <mode>in-transit</mode>
  328. <path>Sounds/flaps.wav</path>
  329. <property>/surface-positions/right-lower-spoiler-pos-norm</property>
  330. <volume>
  331. <factor>0.25</factor>
  332. </volume>
  333. <reference-dist>100</reference-dist>
  334. <max-dist>1000</max-dist>
  335. </spoiler>
  336. <spoiler>
  337. <name>spoilers</name>
  338. <mode>in-transit</mode>
  339. <path>Sounds/flaps.wav</path>
  340. <property>/surface-positions/right-upper-spoiler-pos-norm</property>
  341. <volume>
  342. <factor>0.25</factor>
  343. </volume>
  344. <reference-dist>100</reference-dist>
  345. <max-dist>1000</max-dist>
  346. </spoiler>
  347. <wind>
  348. <name>wind</name>
  349. <mode>looped</mode>
  350. <path>Sounds/wind.wav</path>
  351. <property>/velocities/airspeed-kt</property>
  352. <volume>
  353. <property>/velocities/airspeed-kt</property>
  354. <factor>0.002</factor>
  355. <max>0.25</max>
  356. </volume>
  357. <pitch>
  358. <property>/velocities/airspeed-kt</property>
  359. <factor>0.01</factor>
  360. <offset>1.25</offset>
  361. </pitch>
  362. <reference-dist>100</reference-dist>
  363. <max-dist>1000</max-dist>
  364. </wind>
  365. <stall>
  366. <name>stall</name>
  367. <path>Sounds/stall.wav</path>
  368. <property>/sim/alarms/stall-warning</property>
  369. <volume>
  370. <property>/velocities/airspeed-kt</property>
  371. <min>90.0</min>
  372. </volume>
  373. <reference-dist>100</reference-dist>
  374. <max-dist>1000</max-dist>
  375. </stall>
  376. <gun>
  377. <name>Gun up left</name>
  378. <mode>looped</mode>
  379. <path>Aircraft/vampire/Sounds/gunfire_1.wav</path>
  380. <condition>
  381. <and>
  382. <property>controls/armament/trigger</property>
  383. <property>ai/submodels/submodel[0]/count</property>
  384. </and>
  385. </condition>
  386. <position>
  387. <x> -5.363 </x>
  388. <y> -0.125 </y>
  389. <z> 0.414 </z>
  390. </position>
  391. <reference-dist>100</reference-dist>
  392. <max-dist>500</max-dist>
  393. </gun>
  394. <gun>
  395. <name>Gun up right</name>
  396. <mode>looped</mode>
  397. <path>Aircraft/vampire/Sounds/gunfire_1.wav</path>
  398. <condition>
  399. <and>
  400. <property>controls/armament/trigger</property>
  401. <property>ai/submodels/submodel[0]/count</property>
  402. </and>
  403. </condition>
  404. <position>
  405. <x> -5.363 </x>
  406. <y> 0.125 </y>
  407. <z> 0.414 </z>
  408. </position>
  409. <reference-dist>100</reference-dist>
  410. <max-dist>500</max-dist>
  411. </gun>
  412. <gun>
  413. <name>Gun down left</name>
  414. <mode>looped</mode>
  415. <path>Aircraft/vampire/Sounds/gunfire_1.wav</path>
  416. <condition>
  417. <and>
  418. <property>controls/armament/trigger</property>
  419. <property>ai/submodels/submodel[0]/count</property>
  420. </and>
  421. </condition>
  422. <position>
  423. <x> -5.084 </x>
  424. <y> -0.306 </y>
  425. <z> 0.237 </z>
  426. </position>
  427. <reference-dist>100</reference-dist>
  428. <max-dist>500</max-dist>
  429. </gun>
  430. <gun>
  431. <name>Gun down left</name>
  432. <mode>looped</mode>
  433. <path>Aircraft/vampire/Sounds/gunfire_1.wav</path>
  434. <condition>
  435. <and>
  436. <property>controls/armament/trigger</property>
  437. <property>ai/submodels/submodel[0]/count</property>
  438. </and>
  439. </condition>
  440. <position>
  441. <x> -5.084 </x>
  442. <y> 0.306 </y>
  443. <z> 0.237 </z>
  444. </position>
  445. <reference-dist>100</reference-dist>
  446. <max-dist>500</max-dist>
  447. </gun>
  448. </fx>
  449. </PropertyList>