Instructions.xml 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. To add this very basic Double screened system to your aircraft:-
  3. 1:- copy this folder to your aircraft.
  4. 2:- merge the nasal folder with your aircrafts nasal folder.
  5. 2:- add 500h.xml to your aircraft panel.
  6. 3:- edit 500h.xml to show the correct paths to the subfolders "left" + "right" in your aircrafts directory structure.
  7. 4:- add the folllowing instrumentation and nasal to your aircraft-set.xml
  8. <instrumentation>
  9. <efis>
  10. <ecam>
  11. <display-mode type="string">FUEL</display-mode>
  12. </ecam>
  13. <nd>
  14. <display-mode type="string">VOR</display-mode>
  15. <display-mode-knob type="int">2</display-mode-knob>
  16. <display-range type="int">20</display-range>
  17. </nd>
  18. <input>
  19. <vor-adf-1 type="int">1</vor-adf-1>
  20. <vor-adf-2 type="int">1</vor-adf-2>
  21. <CSTR type="bool">1</CSTR>
  22. <WPT type="bool">1</WPT>
  23. <VORD type="bool">1</VORD>
  24. <NDB type="bool">1</NDB>
  25. <ARPT type="bool">1</ARPT>
  26. <WX type="bool">1</WX>
  27. <TERR type="bool">1</TERR>
  28. <TRAF type="bool">1</TRAF>
  29. <taxi type="bool">1</taxi>
  30. </input>
  31. </efis>
  32. <gsdi>
  33. <serviceable type="bool">true</serviceable>
  34. <enabled type="bool">true</enabled>
  35. </gsdi>
  36. <wxradar>
  37. <serviceable>true</serviceable>
  38. <range type="int" archive="y">20</range>
  39. <minimized type="bool" archive="y">false</minimized>
  40. <switch archive="y">on</switch>
  41. <mode archive="y">wx</mode>
  42. <lightning type="bool" archive="y">true</lightning>
  43. <display-mode archive="y">2</display-mode>
  44. </wxradar>
  45. <radar>
  46. <range type="int" archive="y">20</range>
  47. </radar>
  48. <radar2>
  49. <sweep-width-m type="double">0.0844</sweep-width-m>
  50. <range-width-m type="double">0.0846</range-width-m>
  51. <radius-ppi-display-m type="double">0.0846</radius-ppi-display-m>
  52. <hud-eye-dist-m type="double">0.766</hud-eye-dist-m>
  53. <hud-radius-m type="double">0.071</hud-radius-m>
  54. <hud-vertical-offset-m type="double">-0.025</hud-vertical-offset-m>
  55. </radar2>
  56. <enav><selected type="int">3</selected></enav>
  57. <hsi>
  58. <serviceable type="bool" archive="y">true</serviceable>
  59. </hsi>
  60. </instrumentation>
  61. 5:- add the following nasal call within your aircraft-set.xml Nasal block
  62. <rdr-160>
  63. <file>Aircraft/Instruments-3d/RDR-160/RDR160.nas</file>
  64. </rdr-160>
  65. <FG1000>
  66. <file>Aircraft/AircraftFolder/Nasal/FGUK1000.nas</file>
  67. </FG1000>
  68. 6:- you are good to go. The right hand screen has multiple modes and can be switched via the 4 right lower buttons on its surround.