controls.xml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <PropertyList>
  3. <lighting>
  4. <instruments-norm>0.8</instruments-norm>
  5. <landing-lights type="bool">false</landing-lights>
  6. <beacon type="bool">false</beacon>
  7. <strobe type="bool">false</strobe>
  8. <nav-lights type="bool">false</nav-lights>
  9. <cabin-lights type="bool">false</cabin-lights>
  10. <wing-lights type="bool">false</wing-lights>
  11. <taxi-light type="bool">false</taxi-light>
  12. </lighting>
  13. <cabin-door>
  14. <open type="bool">0</open>
  15. </cabin-door>
  16. <APU>
  17. <master type="bool">1</master>
  18. <battery type="double">28.0</battery>
  19. <running type="bool">1</running>
  20. <off-start-run type="int">1</off-start-run>
  21. </APU>
  22. <electric>
  23. <battery-switch type="bool">false</battery-switch>
  24. <generator>0</generator>
  25. <engines>
  26. <engine n="0">
  27. <fuel-pump>0</fuel-pump>
  28. </engine>
  29. <engine n="1">
  30. <fuel-pump>0</fuel-pump>
  31. </engine>
  32. </engines>
  33. </electric>
  34. <engines>
  35. <engine n="0">
  36. <on type="bool">false</on>
  37. <magnetos>0</magnetos>
  38. <throttle type="double">0</throttle>
  39. <condition>0</condition>
  40. <condition-lever>0</condition-lever>
  41. <cutoff type="bool">true</cutoff>
  42. </engine>
  43. <engine n="1">
  44. <on type="bool">false</on>
  45. <magnetos>0</magnetos>
  46. <throttle type="double">0</throttle>
  47. <condition>0</condition>
  48. <condition-lever>0</condition-lever>
  49. <cutoff type="bool">true</cutoff>
  50. </engine>
  51. </engines>
  52. <gear>
  53. <brake-parking type="bool">true</brake-parking>
  54. <tailwheel-lock type="bool">false</tailwheel-lock>
  55. </gear>
  56. <flight>
  57. <speedbrake type="double">0</speedbrake>
  58. <rudder-trim> 0.000 </rudder-trim>
  59. <aileron-trim> 0.000 </aileron-trim>
  60. <elevator-trim> 0.055 </elevator-trim>
  61. </flight>
  62. </PropertyList>