mp-sound.xml 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  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/vampire/Sounds/startup.wav</path>
  10. <condition>
  11. <and>
  12. <greater-than>
  13. <property>/engines/engine[0]/rpm</property>
  14. <value>0.5</value>
  15. </greater-than>
  16. <not>
  17. <property>/sim/current-view/internal</property>
  18. </not>
  19. </and>
  20. </condition>
  21. <volume>
  22. <property>engines/engine[0]/n2</property>
  23. <factor> 0.09 </factor>
  24. <min> 0.3 </min>
  25. <max> 0.9 </max>
  26. </volume>
  27. <pitch>
  28. <property>engines/engine[0]/n2</property>
  29. <factor> 0.01 </factor>
  30. <min> 0.0 </min>
  31. <max> 0.9 </max>
  32. </pitch>
  33. <reference-dist>100</reference-dist>
  34. <max-dist>1000</max-dist>
  35. </engine>
  36. <engine>
  37. <name>turbine</name>
  38. <mode>looped</mode>
  39. <path>Aircraft/vampire/Sounds/goblin.wav</path>
  40. <condition>
  41. <property>/engines/engine/running</property>
  42. <not>
  43. <property>/sim/current-view/internal</property>
  44. </not>
  45. </condition>
  46. <orientation>
  47. <x> 0 </x>
  48. <y> 0 </y>
  49. <z> 180 </z>
  50. <inner-cone> 180.0 </inner-cone>
  51. <outer-cone> 360.0 </outer-cone>
  52. <outer-gain> 0.2 </outer-gain>
  53. </orientation>
  54. <volume>
  55. <property>engines/engine/n2</property>
  56. <factor>0.09</factor>
  57. <min>0.3</min>
  58. <max>0.9</max>
  59. </volume>
  60. <pitch>
  61. <property>engines/engine/n2</property>
  62. <factor>0.01</factor>
  63. <min>0</min>
  64. <max>0.9</max>
  65. </pitch>
  66. <reference-dist>100</reference-dist>
  67. <max-dist>1000</max-dist>
  68. </engine>
  69. <engine>
  70. <name>engine</name>
  71. <path>Aircraft/vampire/Sounds/jet-blast.wav</path>
  72. <mode>looped</mode>
  73. <condition>
  74. <property>engines/engine[0]/running</property>
  75. <not>
  76. <property>/sim/current-view/internal</property>
  77. </not>
  78. </condition>
  79. <volume>
  80. <property>engines/engine[0]/prop-thrust</property>
  81. <factor type="double">0.00013</factor>
  82. </volume>
  83. <pitch>
  84. <property>engines/engine[0]/n1</property>
  85. <factor>0.2</factor>
  86. </pitch>
  87. </engine>
  88. <engine>
  89. <name>thrust lowfreq exterior</name>
  90. <path>Aircraft/vampire/Sounds/engine-lowfreq.wav</path>
  91. <mode>looped</mode>
  92. <condition>
  93. <property>/engines/engine/running</property>
  94. <not>
  95. <property>/sim/current-view/internal</property>
  96. </not>
  97. </condition>
  98. <property>engines/engine/thrust-lbs</property>
  99. <volume>
  100. <property>engines/engine/thrust-lbs</property>
  101. <factor>0.008</factor>
  102. <min>0</min>
  103. <max>4.9</max>
  104. </volume>
  105. <reference-dist>100</reference-dist>
  106. <max-dist>1000</max-dist>
  107. </engine>
  108. <gun>
  109. <name>Gun up left</name>
  110. <mode>looped</mode>
  111. <path>Aircraft/vampire/Sounds/gunfire_1.wav</path>
  112. <condition>
  113. <and>
  114. <property>controls/armament/trigger</property>
  115. <property>ai/submodels/submodel[0]/count</property>
  116. </and>
  117. </condition>
  118. <position>
  119. <x> -5.363 </x>
  120. <y> -0.125 </y>
  121. <z> 0.414 </z>
  122. </position>
  123. <reference-dist>100</reference-dist>
  124. <max-dist>500</max-dist>
  125. </gun>
  126. <gun>
  127. <name>Gun up right</name>
  128. <mode>looped</mode>
  129. <path>Aircraft/vampire/Sounds/gunfire_1.wav</path>
  130. <condition>
  131. <and>
  132. <property>controls/armament/trigger</property>
  133. <property>ai/submodels/submodel[0]/count</property>
  134. </and>
  135. </condition>
  136. <position>
  137. <x> -5.363 </x>
  138. <y> 0.125 </y>
  139. <z> 0.414 </z>
  140. </position>
  141. <reference-dist>100</reference-dist>
  142. <max-dist>500</max-dist>
  143. </gun>
  144. <gun>
  145. <name>Gun down left</name>
  146. <mode>looped</mode>
  147. <path>Aircraft/vampire/Sounds/gunfire_1.wav</path>
  148. <condition>
  149. <and>
  150. <property>controls/armament/trigger</property>
  151. <property>ai/submodels/submodel[0]/count</property>
  152. </and>
  153. </condition>
  154. <position>
  155. <x> -5.084 </x>
  156. <y> -0.306 </y>
  157. <z> 0.237 </z>
  158. </position>
  159. <reference-dist>100</reference-dist>
  160. <max-dist>500</max-dist>
  161. </gun>
  162. <gun>
  163. <name>Gun down left</name>
  164. <mode>looped</mode>
  165. <path>Aircraft/vampire/Sounds/gunfire_1.wav</path>
  166. <condition>
  167. <and>
  168. <property>controls/armament/trigger</property>
  169. <property>ai/submodels/submodel[0]/count</property>
  170. </and>
  171. </condition>
  172. <position>
  173. <x> -5.084 </x>
  174. <y> 0.306 </y>
  175. <z> 0.237 </z>
  176. </position>
  177. <reference-dist>100</reference-dist>
  178. <max-dist>500</max-dist>
  179. </gun>
  180. </PropertyList>