sf25b-set.xml 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. <?xml version="1.0"?>
  2. <PropertyList>
  3. <sim>
  4. <description type="string">Scheibe SF-25B Falke</description>
  5. <author type="string">A. Goritsas, V. Radnai</author>
  6. <status type="string">beta</status>
  7. <rating>
  8. <FDM type="int">3</FDM>
  9. <systems type="int">1</systems>
  10. <cockpit type="int">2</cockpit>
  11. <model type="int">3</model>
  12. </rating>
  13. <aircraft-version>20120222</aircraft-version>
  14. <flight-model>yasim</flight-model>
  15. <aero>sf25b-yasim</aero>
  16. <startup>
  17. <splash-texture>Aircraft/sf25b/Splash/Splash-1.png</splash-texture>
  18. </startup>
  19. <view n="0">
  20. <internal archive="y">true</internal>
  21. <config>
  22. <!--Right-->
  23. <x-offset-m archive="y">-0.200</x-offset-m>
  24. <!--Up-->
  25. <y-offset-m archive="y">0.565</y-offset-m>
  26. <!--Back-->
  27. <z-offset-m archive="y">-0.265</z-offset-m>
  28. <!--viewangle-->
  29. <pitch-offset-deg>0</pitch-offset-deg>
  30. <!--Zoom-->
  31. <default-field-of-view-deg>75</default-field-of-view-deg>
  32. </config>
  33. </view>
  34. <sound>
  35. <path archive="y">Aircraft/sf25b/Sounds/sf25b-sound.xml</path>
  36. </sound>
  37. <canopy>
  38. <position-norm type="double">0</position-norm>
  39. </canopy>
  40. <model>
  41. <path>Aircraft/sf25b/Models/sf25b.xml</path>
  42. <canopy>
  43. <canopy-switch type="int">2</canopy-switch>
  44. </canopy>
  45. </model>
  46. <!-- <systems include="Aircraft/sf25b/Systems/electrical.xml"> -->
  47. <systems>
  48. <autopilot>
  49. <path>Aircraft/sf25b/Systems/autopilot.xml</path>
  50. </autopilot>
  51. </systems>
  52. <help>
  53. <title>Scheibe SF-25B Falke</title>
  54. <line>Vs &lt; 35 KIAS</line>
  55. <line>Vx 59 KIAS</line>
  56. <line>Vy 80-100 KIAS</line>
  57. <line>Vne 105 KIAS</line>
  58. <key>
  59. <name>C</name>
  60. <desc>Open/Close Canopy</desc>
  61. </key>
  62. <key>
  63. <name>j / k</name>
  64. <desc>Retract / extend spoilers and apply wheel brake</desc>
  65. </key>
  66. <line>Caution: On the SF-25 the wheel brake is applied by pulling the spoiler lever all the way. The brakes start to work at around 80% spoiler. Touching down with the spoilers fully extended on landing will result in the aircraft nosing
  67. over.</line>
  68. <line>The parking brake lever will lock the spoilers + brake lever open. Pulling the brake further will release the parking brake.</line>
  69. </help>
  70. </sim>
  71. <input>
  72. <keyboard>
  73. <key n="67">
  74. <name>C</name>
  75. <desc>Toggle Canopy</desc>
  76. <binding n="0">
  77. <command>nasal</command>
  78. <script>sf25b.toggle_canopy()</script>
  79. </binding>
  80. </key>
  81. <key n="106">
  82. <name>j</name>
  83. <desc>Spoilers retract</desc>
  84. <binding>
  85. <command>property-adjust</command>
  86. <property>controls/flight/spoilers</property>
  87. <step>-0.1</step>
  88. <min>0.0</min>
  89. </binding>
  90. </key>
  91. <key n="107">
  92. <name>k</name>
  93. <desc>Spoilers extend</desc>
  94. <binding>
  95. <command>property-adjust</command>
  96. <property>controls/flight/spoilers</property>
  97. <step>0.1</step>
  98. <max>1.0</max>
  99. </binding>
  100. </key>
  101. </keyboard>
  102. </input>
  103. <nasal>
  104. <sf25b>
  105. <file>Aircraft/sf25b/Nasal/sf25b.nas</file>
  106. <file>Aircraft/sf25b/Nasal/sf25b-electrical.nas</file>
  107. <file>Aircraft/sf25b/Nasal/fluids.nas</file>
  108. <file>Aircraft/sf25b/Nasal/spoilers.nas</file>
  109. <file>Aircraft/sf25b/Nasal/ilec-sc7.nas</file>
  110. <file>Aircraft/sf25b/Nasal/wool-thread.nas</file>
  111. </sf25b>
  112. </nasal>
  113. </PropertyList>