mp-sound.xml 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  1. <?xml version="1.0"?>
  2. <PropertyList>
  3. <fx>
  4. <!-- External Sounds -->
  5. <!-- Engines-->
  6. <engine>
  7. <name>engine-start-outside</name>
  8. <mode>once</mode>
  9. <path>Aircraft/Gnat_T1/Sounds/turbine_start_out.wav</path>
  10. <condition>
  11. <and>
  12. <property>controls/engines/engine/starter</property>
  13. <not>
  14. <property>sim/current-view/internal</property>
  15. </not>
  16. </and>
  17. </condition>
  18. <volume>
  19. <property>engines/engine[0]/n2</property>
  20. <factor> 0.09 </factor>
  21. <min> 0.3 </min>
  22. <max> 0.9 </max>
  23. </volume>
  24. <pitch>
  25. <property>engines/engine[0]/n2</property>
  26. <factor> 0.01 </factor>
  27. <min> 0.0 </min>
  28. <max> 0.9 </max>
  29. </pitch>
  30. <reference-dist>100</reference-dist>
  31. <max-dist>1000</max-dist>
  32. </engine>
  33. <engine>
  34. <name>engine</name>
  35. <path>Aircraft/Gnat_T1/Sounds/jet-blast.wav</path>
  36. <mode>looped</mode>
  37. <condition>
  38. <property>engines/engine[0]/running</property>
  39. <not>
  40. <property>sim/current-view/internal</property>
  41. <property>engines/engine/out-of-fuel</property>
  42. </not>
  43. </condition>
  44. <position>
  45. <x>18.6</x>
  46. <y>0</y>
  47. <z>2.37</z>
  48. </position>
  49. <orientation>
  50. <x>1.0</x>
  51. <y>0.0</y>
  52. <z>0</z>
  53. <inner-angle>35.0</inner-angle>
  54. <outer-angle>90</outer-angle>
  55. <outer-gain>0.45</outer-gain>
  56. </orientation>
  57. <volume>
  58. <property>engines/engine[0]/n1</property>
  59. <factor>0.014</factor>
  60. <offset>-0.45</offset>
  61. </volume>
  62. <reference-dist>20</reference-dist>
  63. <max-dist>3000</max-dist>
  64. </engine>
  65. <engine>
  66. <name>turbine</name>
  67. <mode>looped</mode>
  68. <path>Aircraft/Gnat_T1/Sounds/hawk-whine.wav</path>
  69. <condition>
  70. <property>engines/engine/running</property>
  71. <not>
  72. <property>sim/current-view/internal</property>
  73. </not>
  74. </condition>
  75. <orientation>
  76. <x> 0 </x>
  77. <y> 0 </y>
  78. <z> 180 </z>
  79. <inner-cone> 180.0 </inner-cone>
  80. <outer-cone> 360.0 </outer-cone>
  81. <outer-gain> 0.2 </outer-gain>
  82. </orientation>
  83. <volume>
  84. <property>engines/engine/n2</property>
  85. <factor>0.09</factor>
  86. <min>0.3</min>
  87. <max>0.9</max>
  88. </volume>
  89. <pitch>
  90. <property>engines/engine/n2</property>
  91. <factor>0.01</factor>
  92. <min>0</min>
  93. <max>0.9</max>
  94. </pitch>
  95. <reference-dist>100</reference-dist>
  96. <max-dist>1000</max-dist>
  97. </engine>
  98. <engine>
  99. <name>turbine1</name>
  100. <mode>looped</mode>
  101. <path>Aircraft/Gnat_T1/Sounds/engine-turbine.wav</path>
  102. <condition>
  103. <property>engines/engine/running</property>
  104. <not>
  105. <property>sim/current-view/internal</property>
  106. </not>
  107. </condition>
  108. <orientation>
  109. <x> 0 </x>
  110. <y> 0 </y>
  111. <z> 180 </z>
  112. <inner-cone> 180.0 </inner-cone>
  113. <outer-cone> 360.0 </outer-cone>
  114. <outer-gain> 0.2 </outer-gain>
  115. </orientation>
  116. <volume>
  117. <property>engines/engine/n2</property>
  118. <factor>0.04</factor>
  119. <min>0.3</min>
  120. <max>0.9</max>
  121. </volume>
  122. <pitch>
  123. <property>engines/engine/n2</property>
  124. <factor>0.01</factor>
  125. <min>0</min>
  126. <max>0.9</max>
  127. </pitch>
  128. <reference-dist>100</reference-dist>
  129. <max-dist>1000</max-dist>
  130. </engine>
  131. <engine>
  132. <name>thrust lowfreq exterior</name>
  133. <path>Aircraft/Gnat_T1/Sounds/engine-lowfreq.wav</path>
  134. <mode>looped</mode>
  135. <condition>
  136. <property>engines/engine/running</property>
  137. <not>
  138. <property>sim/current-view/internal</property>
  139. </not>
  140. </condition>
  141. <property>engines/engine/thrust-lbs</property>
  142. <volume>
  143. <property>engines/engine/thrust-lbs</property>
  144. <factor>0.008</factor>
  145. <min>0</min>
  146. <max>4.9</max>
  147. </volume>
  148. <reference-dist>100</reference-dist>
  149. <max-dist>1000</max-dist>
  150. </engine>
  151. <!-- flyby -->
  152. <flyby>
  153. <name>fly-by</name>
  154. <mode>once</mode>
  155. <path>Aircraft/Gnat_T1/Sounds/flyby.wav</path>
  156. <condition>
  157. <and>
  158. <greater-than>
  159. <property>velocities/mach</property>
  160. <value>0.5</value>
  161. </greater-than>
  162. <equals>
  163. <property>sim/current-view/view-number</property>
  164. <value>6</value>
  165. </equals>
  166. </and>
  167. <not>
  168. <property>sim/current-view/internal</property>
  169. <property>engines/engine/out-of-fuel</property>
  170. </not>
  171. </condition>
  172. <volume>
  173. <property>velocities/airspeed-kt</property>
  174. <factor>0.001</factor>
  175. </volume>
  176. </flyby>
  177. <squeal>
  178. <name>squeal</name>
  179. <path>Sounds/squeal.wav</path>
  180. <condition>
  181. <or>
  182. <property>gear/gear[0]/wow</property>
  183. <property>gear/gear[1]/wow</property>
  184. <property>gear/gear[2]/wow</property>
  185. </or>
  186. </condition>
  187. <volume>
  188. <property>velocities/speed-down-fps</property>
  189. <factor>0.05</factor>
  190. </volume>
  191. <volume>
  192. <property>velocities/airspeed-kt</property>
  193. <factor>0.01</factor>
  194. </volume>
  195. <volume>
  196. <internal>dt_stop</internal>
  197. <factor>0.05</factor>
  198. <max>1.0</max>
  199. </volume>
  200. <pitch>
  201. <property>velocities/airspeed-kt</property>
  202. <factor>0.0025</factor>
  203. <offset>1.2</offset>
  204. </pitch>
  205. <reference-dist>100</reference-dist>
  206. <max-dist>1000</max-dist>
  207. </squeal>
  208. </fx>
  209. </PropertyList>