r66-base.xml 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <PropertyList>
  3. <sim include="Nasal/views.xml">
  4. <author>BARANGER Emmanuel (3D), AUBERGER Jean Michel (FDM), BACON Guillaume (Sounds and Simulation Config) REDPATH Jonathan (Splash), paju1986 (improved cockpit and systems) </author>
  5. <aircraft-version>0.1</aircraft-version>
  6. <status>Alpha</status>
  7. <fuel-fraction>0.8</fuel-fraction>
  8. <weight n="0">
  9. <name>Pilot</name>
  10. <weight-lb>180</weight-lb>
  11. <max-lb>300</max-lb>
  12. </weight>
  13. <weight n="1">
  14. <name>Co-Pilot</name>
  15. <weight-lb>180</weight-lb>
  16. <max-lb>300</max-lb>
  17. </weight>
  18. <weight n="2">
  19. <name>Right Passenger</name>
  20. <weight-lb>0</weight-lb>
  21. <max-lb>300</max-lb>
  22. </weight>
  23. <weight n="3">
  24. <name>Left Passenger</name>
  25. <weight-lb>0</weight-lb>
  26. <max-lb>300</max-lb>
  27. </weight>
  28. <weight n="4">
  29. <name>Load</name>
  30. <weight-lb>0</weight-lb>
  31. <max-lb>800</max-lb>
  32. </weight>
  33. <help>
  34. <title>R44 - background and help</title>
  35. <line></line>
  36. <key>
  37. <name>{</name>
  38. <desc>Start engines</desc>
  39. </key>
  40. <key>
  41. <name>}</name>
  42. <desc>Shutdown engines</desc>
  43. </key>
  44. <key>
  45. <name>d</name>
  46. <desc>Close pilot door</desc>
  47. </key>
  48. <key>
  49. <name>R</name>
  50. <desc>Toggle rotor brake</desc>
  51. </key>
  52. <key>
  53. <name>r</name>
  54. <desc>Apply rotor brake</desc>
  55. </key>
  56. <key>
  57. <name>Ctrl d</name>
  58. <desc>Toggle S.A.S.</desc>
  59. </key>
  60. <key>
  61. <name>Ctrl e</name>
  62. <desc>Toggle C.A.S.</desc>
  63. </key>
  64. <key>
  65. <name>Ctrl f</name>
  66. <desc>Auto hover</desc>
  67. </key>
  68. </help>
  69. <menubar include="Dialogs/r44-menu.xml"/>
  70. <!-- ############################### -->
  71. <!-- ######## DUAL CONTROL ######### -->
  72. <remote>
  73. <pilot-callsign type="string"></pilot-callsign>
  74. </remote>
  75. <multiplay>
  76. <generic>
  77. <float n="2" alias="/position/gear-agl-m"> 0 </float> <!-- 11 altitude for MP shadow and smoke -->
  78. <float n="5" alias="/controls/flight/rudder"/>
  79. <float n="6" alias="/controls/flight/elevator"/>
  80. <float n="7" alias="/controls/flight/aileron"/>
  81. <float n="8" alias="/controls/engines/engine/throttle"/>
  82. </generic>
  83. </multiplay>
  84. <!-- ######## DUAL CONTROL ######### -->
  85. <!-- ############################### -->
  86. <aircraft-data>
  87. <path>/sim/model/Robinson-R66/FOYoke-visible</path>
  88. <path>/sim/model/Robinson-R66/pilot-visible</path>
  89. <path>/sim/model/Robinson-R66/copilot-visible</path>
  90. <path>/rotors/main/bladesvisible</path>
  91. <path>/sim/model/Robinson-R66/cluthLight</path>
  92. </aircraft-data>
  93. </sim>
  94. <controls>
  95. <engines>
  96. <engine n="0">
  97. <magnetos>1</magnetos>
  98. <propeller-pitch alias="/controls/engines/power-trim"/>
  99. <mixture alias="/controls/engines/power-balance"/>
  100. </engine>
  101. <power-trim type="double">0</power-trim>
  102. <power-balance type="double">0</power-balance>
  103. </engines>
  104. <gear>
  105. <brake-parking>1</brake-parking>
  106. </gear>
  107. <rotor>
  108. <engine-throttle type="double">1.0</engine-throttle>
  109. <brake>0</brake>
  110. <reltarget>1</reltarget>
  111. <maxreltorque>1</maxreltorque>
  112. </rotor>
  113. <flight>
  114. <aileron-trim>0</aileron-trim>
  115. <elevator-trim>0</elevator-trim>
  116. </flight>
  117. </controls>
  118. <rotors>
  119. <main>
  120. <rpm type="double">0</rpm>
  121. <cone-deg type="double">0</cone-deg>
  122. <cone1-deg type="double">0</cone1-deg>
  123. <cone2-deg type="double">0</cone2-deg>
  124. <cone3-deg type="double">0</cone3-deg>
  125. <cone4-deg type="double">0</cone4-deg>
  126. </main>
  127. </rotors>
  128. <instrumentation>
  129. <gsdi>
  130. <serviceable type="bool">true</serviceable>
  131. <enabled type="bool">true</enabled>
  132. </gsdi>
  133. </instrumentation>
  134. <input>
  135. <keyboard include="Nasal/r44-keyboard.xml"/>
  136. </input>
  137. <rotors>
  138. <main>
  139. <rpm type="double">0</rpm>
  140. <cone-deg type="double">0</cone-deg>
  141. <cone1-deg type="double">0</cone1-deg>
  142. <cone2-deg type="double">0</cone2-deg>
  143. <cone3-deg type="double">0</cone3-deg>
  144. <cone4-deg type="double">0</cone4-deg>
  145. </main>
  146. </rotors>
  147. <nasal>
  148. <doors>
  149. <file>Aircraft/Robinson-R66/Nasal/doors.nas</file>
  150. </doors>
  151. <bo105>
  152. <file>Aircraft/Robinson-R66/Nasal/bo105.nas</file>
  153. </bo105>
  154. <!-- <r44>
  155. <file>Aircraft/Robinson-R66/Nasal/fcs-management.nas</file>
  156. <file>Aircraft/Robinson-R66/Nasal/helicopter-fcs.nas</file>
  157. <file>Aircraft/Robinson-R66/Nasal/immat.nas</file>
  158. <file>Aircraft/Robinson-R66/Nasal/equipment.nas</file>
  159. <file>Aircraft/Robinson-R66/Nasal/light.nas</file>
  160. <file>Aircraft/Robinson-R66/Nasal/rotoranimation.nas</file>
  161. <file>Aircraft/Robinson-R66/Nasal/electrical.nas</file>
  162. <file>Aircraft/Robinson-R66/Nasal/liveries.nas</file>
  163. <file>Aircraft/Robinson-R66/Nasal/bladevisible.nas</file>
  164. </r44>-->
  165. </nasal>
  166. </PropertyList>