ap2.xml 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282
  1. <?xml version="1.0" ?>
  2. <PropertyList>
  3. <path>ap2.ac</path>
  4. <animation>
  5. <type>range</type>
  6. <min-m>0</min-m>
  7. <max-m>10</max-m>
  8. </animation>
  9. <effect>
  10. <inherits-from>Aircraft/ec145/Models/Effects/implicit-lightmap</inherits-from>
  11. <object-name>face</object-name>
  12. </effect>
  13. <!-- effect of overhead floodlight as material emission,
  14. 'cheap trick' to simulate ambient cabin lighting
  15. -->
  16. <animation>
  17. <type>material</type>
  18. <object-name>face</object-name>
  19. <emission>
  20. <red>0.02</red>
  21. <green>0.02</green>
  22. <blue>0.02</blue>
  23. <factor-prop>/systems/electrical/outputs/floodlight</factor-prop>
  24. </emission>
  25. </animation>
  26. <animation>
  27. <type>pick</type>
  28. <object-name>ap</object-name>
  29. <visible>true</visible>
  30. <action>
  31. <button>0</button>
  32. <repeatable>false</repeatable>
  33. <binding>
  34. <property>autopilot/locks/heading</property>
  35. <command>property-assign</command>
  36. <value type="string"></value>
  37. </binding>
  38. <binding>
  39. <property>autopilot/locks/altitude</property>
  40. <command>property-assign</command>
  41. <value type="string"></value>
  42. </binding>
  43. <binding>
  44. <property>autopilot/locks/speed</property>
  45. <command>property-assign</command>
  46. <value type="string"></value>
  47. </binding>
  48. </action>
  49. <hovered>
  50. <binding>
  51. <command>set-tooltip</command>
  52. <tooltip-id>ap-setting</tooltip-id>
  53. <label>Autopilot Off</label>
  54. </binding>
  55. </hovered>
  56. </animation>
  57. <animation>
  58. <type>knob</type>
  59. <object-name>hdg</object-name>
  60. <action>
  61. <binding>
  62. <command>property-adjust</command>
  63. <property>autopilot/settings/heading-bug-deg</property>
  64. <factor>1</factor>
  65. <min>0.0</min>
  66. <max>360.0</max>
  67. <wrap>true</wrap>
  68. </binding>
  69. </action>
  70. <shift-action>
  71. <binding>
  72. <command>property-cycle</command>
  73. <property>autopilot/locks/heading</property>
  74. <value type="string">dg-heading-hold</value>
  75. <value type="string"></value>
  76. </binding>
  77. </shift-action>
  78. <hovered>
  79. <binding>
  80. <command>set-tooltip</command>
  81. <tooltip-id>hdg-setting</tooltip-id>
  82. <label>Autopilot HDG: %3.0fdeg (Shift to activate)</label>
  83. <property>autopilot/settings/heading-bug-deg</property>
  84. </binding>
  85. </hovered>
  86. </animation>
  87. <animation>
  88. <type>knob</type>
  89. <object-name>alta</object-name>
  90. <action>
  91. <binding>
  92. <command>property-adjust</command>
  93. <property>autopilot/settings/target-altitude-ft</property>
  94. <factor>50</factor>
  95. <min>100.0</min>
  96. <max>20000.0</max>
  97. <wrap>false</wrap>
  98. </binding>
  99. </action>
  100. <shift-action>
  101. <binding>
  102. <command>property-cycle</command>
  103. <property>autopilot/locks/altitude</property>
  104. <value type="string">altitude-hold</value>
  105. <value type="string"></value>
  106. </binding>
  107. </shift-action>
  108. <hovered>
  109. <binding>
  110. <command>set-tooltip</command>
  111. <tooltip-id>alt-setting</tooltip-id>
  112. <label>Autopilot ALT.A: %5.0fft (Shift to activate)</label>
  113. <property>autopilot/settings/target-altitude-ft</property>
  114. </binding>
  115. </hovered>
  116. </animation>
  117. <animation>
  118. <type>pick</type>
  119. <object-name>alt</object-name>
  120. <visible>true</visible>
  121. <action>
  122. <button>0</button>
  123. <repeatable>false</repeatable>
  124. <binding>
  125. <property>autopilot/locks/altitude</property>
  126. <command>property-cycle</command>
  127. <value type="string">altitude-hold</value>
  128. <value type="string"></value>
  129. </binding>
  130. <binding>
  131. <command>property-assign</command>
  132. <property>autopilot/settings/target-altitude-ft</property>
  133. <property>instrumentation/altimeter/indicated-altitude-ft</property>
  134. </binding>
  135. </action>
  136. <hovered>
  137. <binding>
  138. <command>set-tooltip</command>
  139. <tooltip-id>alt-activate</tooltip-id>
  140. <label>Autopilot altitude hold</label>
  141. </binding>
  142. </hovered>
  143. </animation>
  144. <animation>
  145. <type>pick</type>
  146. <object-name>vs</object-name>
  147. <visible>true</visible>
  148. <action>
  149. <button>0</button>
  150. <repeatable>false</repeatable>
  151. <binding>
  152. <property>autopilot/locks/altitude</property>
  153. <command>property-cycle</command>
  154. <value type="string">vertical-speed-hold</value>
  155. <value type="string"></value>
  156. </binding>
  157. <binding>
  158. <command>property-assign</command>
  159. <property>autopilot/settings/vertical-speed-fpm</property>
  160. <property>velocities/vertical-speed-fpm</property>
  161. </binding>
  162. </action>
  163. <hovered>
  164. <binding>
  165. <command>set-tooltip</command>
  166. <tooltip-id>vs-activate</tooltip-id>
  167. <label>Autopilot vertical speed hold</label>
  168. </binding>
  169. </hovered>
  170. </animation>
  171. <animation>
  172. <type>pick</type>
  173. <object-name>gs</object-name>
  174. <visible>true</visible>
  175. <action>
  176. <button>0</button>
  177. <repeatable>false</repeatable>
  178. <binding>
  179. <property>autopilot/locks/altitude</property>
  180. <command>property-cycle</command>
  181. <value type="string">gs1-hold</value>
  182. <value type="string"></value>
  183. </binding>
  184. </action>
  185. </animation>
  186. <animation>
  187. <type>pick</type>
  188. <object-name>nav</object-name>
  189. <visible>true</visible>
  190. <action>
  191. <button>0</button>
  192. <repeatable>false</repeatable>
  193. <binding>
  194. <property>autopilot/locks/heading</property>
  195. <command>property-cycle</command>
  196. <value type="string">nav1-hold</value>
  197. <value type="string"></value>
  198. </binding>
  199. <binding>
  200. <command>property-assign</command>
  201. <property>instrumentation/efis/fnd/nav-source</property>
  202. <property>instrumentation/mfd[0]/nav-source</property>
  203. </binding>
  204. </action>
  205. <hovered>
  206. <binding>
  207. <command>set-tooltip</command>
  208. <tooltip-id>nav-activate</tooltip-id>
  209. <label>Autopilot NAV1 hold</label>
  210. </binding>
  211. </hovered>
  212. </animation>
  213. <animation>
  214. <type>pick</type>
  215. <object-name>app</object-name>
  216. <visible>true</visible>
  217. <action>
  218. <button>0</button>
  219. <repeatable>false</repeatable>
  220. <binding>
  221. <property>autopilot/locks/heading</property>
  222. <command>property-assign</command>
  223. <value type="string">nav1-hold</value>
  224. </binding>
  225. <binding>
  226. <property>autopilot/locks/altitude</property>
  227. <command>property-assign</command>
  228. <value type="string">gs1-hold</value>
  229. </binding>
  230. </action>
  231. <hovered>
  232. <binding>
  233. <command>set-tooltip</command>
  234. <tooltip-id>nav-activate</tooltip-id>
  235. <label>Autopilot LOC1+GS1 hold</label>
  236. </binding>
  237. </hovered>
  238. </animation>
  239. <animation>
  240. <type>pick</type>
  241. <object-name>ias</object-name>
  242. <visible>true</visible>
  243. <action>
  244. <button>0</button>
  245. <repeatable>false</repeatable>
  246. <binding>
  247. <property>autopilot/locks/speed</property>
  248. <command>property-cycle</command>
  249. <value type="string">speed-with-pitch-trim</value>
  250. <value type="string"></value>
  251. </binding>
  252. <binding>
  253. <command>property-assign</command>
  254. <property>autopilot/settings/target-speed-kt</property>
  255. <property>velocities/airspeed-kt</property>
  256. </binding>
  257. </action>
  258. <hovered>
  259. <binding>
  260. <command>set-tooltip</command>
  261. <tooltip-id>ias-activate</tooltip-id>
  262. <label>Autopilot airspeed hold</label>
  263. </binding>
  264. </hovered>
  265. </animation>
  266. </PropertyList>