mako-instr-yasim-set.xml 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  1. <?xml version="1.0"?>
  2. <!-- $Id$ -->
  3. <!--
  4. EADS Mako multiplayer back seat view.
  5. Copyright (C) 2009 Anders Gidenstam (anders(at)gidenstam.org)
  6. This file is licensed under the GPL license version 2 or later.
  7. -->
  8. <!--
  9. Usage: fgfs - -prop:/sim/remote/pilot-callsign="remote pilot callsign" - -aircraft=Fi-156-passenger
  10. -->
  11. <PropertyList>
  12. <sim>
  13. <description>EADS Mako Back Seat(YASIM)</description>
  14. <author>Mathias Froehlich, Algernon</author>
  15. <status>vAlpha 0.9</status>
  16. <aircraft-version>$Id$</aircraft-version>
  17. <variant-of>Mako</variant-of>
  18. <flight-model>null</flight-model>
  19. <presets>
  20. <onground type="bool">false</onground>
  21. <altitude-agl-ft type="double">30.0</altitude-agl-ft>
  22. </presets>
  23. <previews>
  24. <preview>
  25. <type>interior</type>
  26. <splash type="bool">true</splash>
  27. <path>Splash/splash.png</path>
  28. </preview>
  29. <preview>
  30. <type>exterior</type>
  31. <splash type="bool">true</splash>
  32. <path>Splash/splash1.png</path>
  33. </preview>
  34. <preview>
  35. <type>exterior</type>
  36. <splash type="bool">true</splash>
  37. <path>Splash/splash2.png</path>
  38. </preview>
  39. <preview>
  40. <type>exterior</type>
  41. <splash type="bool">true</splash>
  42. <path>Splash/splash3.png</path>
  43. </preview>
  44. <preview>
  45. <type>exterior</type>
  46. <splash type="bool">true</splash>
  47. <path>Splash/splash4.png</path>
  48. </preview>
  49. <preview>
  50. <type>exterior</type>
  51. <splash type="bool">true</splash>
  52. <path>Splash/splash5.png</path>
  53. </preview>
  54. </previews>
  55. <!-- 3d model -->
  56. <model>
  57. <path>Aircraft/Mako/Models/Mako-BackSeat.xml</path>
  58. </model>
  59. <!-- Views -->
  60. <view n="0">
  61. <internal archive="y">true</internal>
  62. <config>
  63. <x-offset-m archive="y">0</x-offset-m>
  64. <y-offset-m archive="y">1</y-offset-m>
  65. <z-offset-m archive="y">-2.55</z-offset-m>
  66. <pitch-offset-deg>0</pitch-offset-deg>
  67. <default-field-of-view-deg type="double">120.0</default-field-of-view-deg>
  68. </config>
  69. </view>
  70. <chase-distance-m type="double">-18.0</chase-distance-m>
  71. <sound>
  72. <path>Aircraft/Mako/Sounds/Sound.xml</path>
  73. </sound>
  74. <!-- Aircraft specific help. -->
  75. <!-- help include="help.xml"/ -->
  76. <!-- systems>
  77. <electrical>
  78. <path/>
  79. </electrical>
  80. </systems>
  81. <instrumentation>
  82. <path/>
  83. </instrumentation -->
  84. <menubar>
  85. <default>
  86. <menu n="100">
  87. <label>Mako</label>
  88. <item>
  89. <label>Select Pilot</label>
  90. <binding>
  91. <command>nasal</command>
  92. <script>
  93. dual_control_tools.
  94. copilot_dialog.show(aircraft_dual_control.pilot_type);
  95. </script>
  96. </binding>
  97. </item>
  98. </menu>
  99. </default>
  100. </menubar>
  101. </sim>
  102. <instrumentation>
  103. <magnetic-compass>
  104. <bookmark-heading-deg type="double">43.0</bookmark-heading-deg>
  105. </magnetic-compass>
  106. <enav><selected type="int">3</selected></enav>
  107. <radar>
  108. <range type="int" archive="y">20</range>
  109. <minimized type="bool" archive="y">false</minimized>
  110. <selected type="int">3</selected>
  111. <!-- inicio en pruebas -->
  112. <enabled type="bool">true</enabled>
  113. <az-field type="double">120</az-field>
  114. <range type="double">150</range>
  115. <range-selected type="double">50</range-selected>
  116. <radar2-range type="double">150</radar2-range>
  117. <display-rdr type="bool">true</display-rdr>
  118. <radar-standby type="int">3</radar-standby>
  119. <mode>
  120. <rws type="bool">true</rws>
  121. <tws-auto type="bool">false</tws-auto>
  122. </mode>
  123. </radar>
  124. <efis>
  125. <ecam>
  126. <display-mode type="string">FUEL</display-mode>
  127. </ecam>
  128. <nd>
  129. <display-mode type="string">VOR</display-mode>
  130. <display-mode-knob type="int">2</display-mode-knob>
  131. <display-range type="int">60</display-range>
  132. </nd>
  133. <input>
  134. <vor-adf-1 type="int">1</vor-adf-1>
  135. <vor-adf-2 type="int">1</vor-adf-2>
  136. <CSTR type="bool">1</CSTR>
  137. <WPT type="bool">1</WPT>
  138. <VORD type="bool">1</VORD>
  139. <NDB type="bool">1</NDB>
  140. <ARPT type="bool">1</ARPT>
  141. <WX type="bool">1</WX>
  142. <TERR type="bool">1</TERR>
  143. <TRAF type="bool">1</TRAF>
  144. <taxi type="bool">1</taxi>
  145. </input>
  146. </efis>
  147. </instrumentation>
  148. <nasal>
  149. <mako>
  150. <file>Aircraft/Mako/Nasal/hud.nas</file>
  151. <file>Aircraft/Mako/Nasal/liveries.nas</file>
  152. <file>Aircraft/Mako/Nasal/doors.nas</file>
  153. <file>Aircraft/Mako/Nasal/payload.nas</file>
  154. </mako>
  155. <enav>
  156. <file>Aircraft/Mako/Nasal/enav.nas</file>
  157. </enav>
  158. <terrain-map>
  159. <file>Aircraft/Mako/Nasal/terrain-map.nas</file>
  160. </terrain-map>
  161. <radar>
  162. <file>Aircraft/Mako/Nasal/radar.nas</file>
  163. </radar>
  164. <radar2>
  165. <file>Aircraft/Mako/Nasal/radar2.nas</file>
  166. </radar2>
  167. <light>
  168. <file>Aircraft/Mako/Nasal/light.nas</file>
  169. </light>
  170. <engines>
  171. <file>Aircraft/Mako/Nasal/generic-yasim-engine.nas</file>
  172. </engines>
  173. <emu>
  174. <file>Aircraft/Mako/Nasal/emu.nas</file>
  175. </emu>
  176. <load>
  177. <file>Aircraft/Mako/Nasal/ext_stores.nas</file>
  178. </load>
  179. <dual_control_tools>
  180. <file>Aircraft/Generic/DualControl/dual-control-tools.nas</file>
  181. </dual_control_tools>
  182. <aircraft_dual_control>
  183. <file>Aircraft/Mako/Nasal/mako-dual-control.nas</file>
  184. </aircraft_dual_control>
  185. <dual_control>
  186. <file>Aircraft/Generic/DualControl/copilot-dual-control.nas</file>
  187. </dual_control>
  188. </nasal>
  189. </PropertyList>