vampire-set.xml 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <PropertyList>
  3. <sim include="Nasal/views.xml">
  4. <description>DH_Vampire_F3</description>
  5. <author>StuartC ( 3d, FDM ) LesterBoffo (3D and animation ) </author>
  6. <status>Alpha 1.3</status>
  7. <flight-model>yasim</flight-model>
  8. <aero>vampire-yasim</aero>
  9. <fuel-fraction>1.0</fuel-fraction>
  10. <sound>
  11. <audible>true</audible>
  12. <path>Aircraft/vampire/Sounds/sound.xml</path>
  13. </sound>
  14. <model>
  15. <path>Aircraft/vampire/Models/Vampire-F3.xml</path>
  16. <livery>
  17. <file type="string">default</file>
  18. </livery>
  19. </model>
  20. <systems>
  21. <autopilot>
  22. <path>Aircraft/vampire/Systems/autopilot5.xml</path>
  23. </autopilot>
  24. <electrical>
  25. <path>Aircraft/Generic/generic-electrical.xml</path>
  26. </electrical>
  27. </systems>
  28. <mp-systems>
  29. <combat-enabled type="bool">true</combat-enabled>
  30. </mp-systems>
  31. <submodels>
  32. <serviceable type="bool">true</serviceable>
  33. <path>Aircraft/vampire/Models/effects/guns/submodels.xml</path>
  34. </submodels>
  35. <!--
  36. <startup>
  37. <splash-texture>Aircraft/vampire/gloster-meteor-splash.png</splash-texture>
  38. </startup>
  39. -->
  40. <previews>
  41. <preview>
  42. <type>interior</type>
  43. <splash type="bool">true</splash>
  44. <path>Splash/splash.png</path>
  45. </preview>
  46. <preview>
  47. <type>exterior</type>
  48. <splash type="bool">true</splash>
  49. <path>Splash/splash1.png</path>
  50. </preview>
  51. <preview>
  52. <type>exterior</type>
  53. <splash type="bool">true</splash>
  54. <path>Splash/splash2.png</path>
  55. </preview>
  56. <preview>
  57. <type>interior</type>
  58. <splash type="bool">true</splash>
  59. <path>Splash/splash3.png</path>
  60. </preview>
  61. <preview>
  62. <type>exterior</type>
  63. <splash type="bool">true</splash>
  64. <path>Splash/splash4.png</path>
  65. </preview>
  66. <preview>
  67. <type>exterior</type>
  68. <splash type="bool">true</splash>
  69. <path>Splash/splash5.png</path>
  70. </preview>
  71. </previews>
  72. <virtual-cockpit archive="y">true</virtual-cockpit>
  73. <help>
  74. <title>Vampire F3</title>
  75. <key>
  76. <name>d</name>
  77. <desc>Open/Close canopy</desc>
  78. </key>
  79. <key>
  80. <name>e</name>
  81. <desc>Guns fire</desc>
  82. </key>
  83. <key>
  84. <name>}</name>
  85. <desc>Start up /Shut down engine</desc>
  86. </key>
  87. </help>
  88. <menubar include="Dialogs/gloster-meteor-menu.xml"/>
  89. </sim>
  90. <environment>
  91. <turbulence>
  92. <use-cloud-turbulence>true</use-cloud-turbulence>
  93. </turbulence>
  94. </environment>
  95. <controls>
  96. <gear>
  97. <brake-parking type="bool">true</brake-parking>
  98. </gear>
  99. </controls>
  100. <yasim>
  101. <gloster-meteor>
  102. <pilot-lb>128</pilot-lb>
  103. </gloster-meteor>
  104. </yasim>
  105. <engines>
  106. <engine n="0">
  107. <engine-num type="int">0</engine-num>
  108. <running>true</running>
  109. </engine>
  110. </engines>
  111. <consumables>
  112. <fuel>
  113. <tank n="0">
  114. <tank-num type="int">0</tank-num>
  115. <level-gal_us archive="y">1000</level-gal_us>
  116. </tank>
  117. <tank n="1">
  118. <tank-num type="int">1</tank-num>
  119. <level-gal_us archive="y">1000</level-gal_us>
  120. </tank>
  121. <tank n="2">
  122. <name>left-Tank</name>
  123. <tank-num type="int">2</tank-num>
  124. <level-gal_us archive="y">250</level-gal_us>
  125. </tank>
  126. <tank n="3">
  127. <name>right-Tank</name>
  128. <tank-num type="int">3</tank-num>
  129. <level-gal_us archive="y">250</level-gal_us>
  130. </tank>
  131. </fuel>
  132. </consumables>
  133. <controls>
  134. <armament>
  135. <trigger type="bool">false</trigger>
  136. <master-arm type="bool">true</master-arm>
  137. <position-norm type="int">1</position-norm>
  138. </armament>
  139. </controls>
  140. <input>
  141. <keyboard include="Nasal/gloster-meteor-keyboard.xml"/>
  142. </input>
  143. <nasal>
  144. <glostermeteor>
  145. <file>Aircraft/vampire/Nasal/doors.nas</file>
  146. <!-- <file>Aircraft/Gloster-Meteor/Nasal/liveries.nas</file> -->
  147. <file>Aircraft/vampire/Nasal/light.nas</file>
  148. </glostermeteor>
  149. <guns>
  150. <file>Aircraft/vampire/Nasal/weapons.nas</file>
  151. <file>Aircraft/vampire/Nasal/revi.nas</file>
  152. </guns>
  153. <engines>
  154. <file>Aircraft/vampire/Nasal/generic-yasim-engine.nas</file>
  155. <script>
  156. var engine1 = engines.Jet.new(0, 0, 0.01, 5.21, 3, 5, 1, 6);
  157. setlistener("sim/signals/fdm-initialized", func
  158. {
  159. engine1.init();
  160. }, 0, 0);
  161. </script>
  162. </engines>
  163. </nasal>
  164. </PropertyList>