mp-sound.xml 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268
  1. <?xml version="1.0"?>
  2. <PropertyList>
  3. <fx>
  4. <starter>
  5. <name>starter0_start</name>
  6. <mode>once</mode>
  7. <path>Aircraft/AS350/Sounds/starter_start.wav</path>
  8. <condition>
  9. <and>
  10. <property>controls/engines/engine[0]/starter</property>
  11. <property>sim/current-view/external</property>
  12. </and>
  13. </condition>
  14. <volume>
  15. <factor>0.3</factor>
  16. </volume>
  17. <position>
  18. <x>-0.88</x>
  19. <y>0.40</y>
  20. <z>0.5</z>
  21. </position>
  22. <reference-dist>5</reference-dist>
  23. <max-dist>10</max-dist>
  24. </starter>
  25. <starter>
  26. <name>starter0_loop</name>
  27. <mode>looped</mode>
  28. <path>Aircraft/AS350/Sounds/starter-loop.wav</path>
  29. <condition>
  30. <and>
  31. <property>controls/engines/engine[0]/starter</property>
  32. <property>sim/current-view/external</property>
  33. </and>
  34. </condition>
  35. <delay-sec>11.6</delay-sec>
  36. <volume>
  37. <factor>0.3</factor>
  38. </volume>
  39. <position>
  40. <x>-0.88</x>
  41. <y>0.40</y>
  42. <z>0.5</z>
  43. </position>
  44. <reference-dist>5</reference-dist>
  45. <max-dist>10</max-dist>
  46. </starter>
  47. <starter>
  48. <name>starter0_stop</name>
  49. <mode>once</mode>
  50. <path>Aircraft/AS350/Sounds/starter_stop.wav</path>
  51. <condition>
  52. <not>
  53. <property>controls/engines/engine[0]/starter</property>
  54. </not>
  55. </condition>
  56. <volume>
  57. <factor>0.3</factor>
  58. </volume>
  59. <position>
  60. <x>-0.88</x>
  61. <y>0.40</y>
  62. <z>0.5</z>
  63. </position>
  64. <reference-dist>5</reference-dist>
  65. <max-dist>10</max-dist>
  66. </starter>
  67. <rotor>
  68. <name>rotor-outside</name>
  69. <mode>looped</mode>
  70. <path>Aircraft/AS350/Sounds/rotor.wav</path>
  71. <condition>
  72. <and>
  73. <not>
  74. <property>sim/current-view/internal</property>
  75. </not>
  76. <greater-than>
  77. <property>rotors/main/rpm</property>
  78. <value>50</value>
  79. </greater-than>
  80. <not>
  81. <property>sim/crashed</property>
  82. </not>
  83. </and>
  84. </condition>
  85. <volume>
  86. <property>rotors/main/rpm</property>
  87. <factor>0.002</factor>
  88. </volume>
  89. <pitch>
  90. <property>rotors/main/rpm</property>
  91. <factor>0.002262</factor>
  92. <offset>0</offset>
  93. <min>0</min>
  94. <max>1.5</max>
  95. </pitch>
  96. <reference-dist>100</reference-dist>
  97. <max-dist>6000</max-dist>
  98. </rotor>
  99. <rotor>
  100. <name>blade-vortex-interaction</name>
  101. <mode>looped</mode>
  102. <path>Aircraft/AS350/Sounds/blade_vortex.wav</path>
  103. <condition>
  104. <greater-than>
  105. <property>sim/sound/vibration</property>
  106. <value>0.01</value>
  107. </greater-than>
  108. </condition>
  109. <volume>
  110. <property>sim/sound/vibration</property>
  111. </volume>
  112. <pitch>
  113. <property>rotors/main/rpm</property>
  114. <factor>0.002262</factor>
  115. <offset>0</offset>
  116. <min>0</min>
  117. <max>1.5</max>
  118. </pitch>
  119. <reference-dist>1000</reference-dist>
  120. <max-dist>6000</max-dist>
  121. </rotor>
  122. <crash>
  123. <name>intense ground contact</name>
  124. <mode>once</mode>
  125. <path>Sounds/crash.wav</path>
  126. <property>sim/crashed</property>
  127. <volume>
  128. <factor>1</factor>
  129. </volume>
  130. <pitch>
  131. <factor>0.1</factor>
  132. </pitch>
  133. <reference-dist>100</reference-dist>
  134. <max-dist>500</max-dist>
  135. </crash>
  136. <rotor>
  137. <name>tail_rotor</name>
  138. <mode>looped</mode>
  139. <path>Aircraft/AS350/Sounds/tailrotor.wav</path>
  140. <condition>
  141. <and>
  142. <greater-than>
  143. <property>rotors/main/rpm</property>
  144. <value>50</value>
  145. </greater-than>
  146. <not>
  147. <property>sim/crashed</property>
  148. </not>
  149. <not>
  150. <property>sim/current-view/internal</property>
  151. </not>
  152. </and>
  153. </condition>
  154. <volume>
  155. <factor>0.3</factor>
  156. </volume>
  157. <pitch>
  158. <property>rotors/tail/rpm</property>
  159. <factor>0.0006</factor>
  160. <offset>-0.0</offset>
  161. <max>2.5</max>
  162. </pitch>
  163. <position>
  164. <x> -2 </x>
  165. <y> -0.4 </y>
  166. <z> 1.3 </z>
  167. </position>
  168. <orientation>
  169. <x> 1 </x>
  170. <y> 0 </y>
  171. <z> 0 </z>
  172. <inner-angle>110</inner-angle>
  173. <outer-angle>220</outer-angle>
  174. <outer-gain>0.1</outer-gain>
  175. </orientation>
  176. <reference-dist>500</reference-dist>
  177. <max-dist>1000</max-dist>
  178. </rotor>
  179. <rotor>
  180. <name>vortex1-front-left-ext</name>
  181. <path>Aircraft/AS350/Sounds/blade_vortex.wav</path>
  182. <mode>looped</mode>
  183. <condition>
  184. <not>
  185. <property>sim/current-view/internal</property>
  186. </not>
  187. <greater-than>
  188. <property>/sim/model/bo105/headsetholder/position-deg</property>
  189. <value>0</value>
  190. </greater-than>
  191. <not>
  192. <property>/sim/crashed</property>
  193. </not>
  194. </condition>
  195. <volume>
  196. <property>/sim/sound/vibration</property>
  197. <factor>6</factor>
  198. </volume>
  199. <volume>
  200. <property>/sounds/H145/rotors/IGE2</property>
  201. <factor>0.5</factor>
  202. </volume>
  203. <pitch>
  204. <property>/rotors/main/rpm</property>
  205. <offset>0</offset>
  206. <factor>0.00261096605744</factor>
  207. </pitch>
  208. <position>
  209. <x>.1</x>
  210. <y>.14</y>
  211. <z>0.4</z>
  212. </position>
  213. <reference-dist>100</reference-dist>
  214. <max-dist>1000</max-dist>
  215. </rotor>
  216. <rotor>
  217. <name>vortex1-front-right-ext</name>
  218. <path>Aircraft/AS350/Sounds/blade_vortex.wav</path>
  219. <mode>looped</mode>
  220. <condition>
  221. <not>
  222. <property>sim/current-view/internal</property>
  223. </not>
  224. <greater-than>
  225. <property>/sim/model/bo105/headsetholder/position-deg</property>
  226. <value>0</value>
  227. </greater-than>
  228. <not>
  229. <property>/sim/crashed</property>
  230. </not>
  231. </condition>
  232. <volume>
  233. <property>/sim/sound/vibration</property>
  234. <factor>6</factor>
  235. </volume>
  236. <volume>
  237. <property>/sounds/H145/rotors/IGE2</property>
  238. <factor>0.5</factor>
  239. </volume>
  240. <pitch>
  241. <property>/rotors/main/rpm</property>
  242. <offset>0</offset>
  243. <factor>0.00261096605744</factor>
  244. </pitch>
  245. <position>
  246. <x>.1</x>
  247. <y>-.86</y>
  248. <z>0.4</z>
  249. </position>
  250. <reference-dist>100</reference-dist>
  251. <max-dist>1000</max-dist>
  252. </rotor>
  253. </fx>
  254. </PropertyList>