1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- <?xml version="1.0" encoding="UTF-8"?>
- To add this very basic Double screened system to your aircraft:-
- 1:- copy this folder to your aircraft.
- 2:- merge the nasal folder with your aircrafts nasal folder.
- 2:- add 500h.xml to your aircraft panel.
- 3:- edit 500h.xml to show the correct paths to the subfolders "left" + "right" in your aircrafts directory structure.
- 4:- add the folllowing instrumentation and nasal to your aircraft-set.xml
- <instrumentation>
-
-
-
- <efis>
- <ecam>
- <display-mode type="string">FUEL</display-mode>
- </ecam>
- <nd>
- <display-mode type="string">VOR</display-mode>
- <display-mode-knob type="int">2</display-mode-knob>
- <display-range type="int">20</display-range>
-
- </nd>
- <input>
- <vor-adf-1 type="int">1</vor-adf-1>
- <vor-adf-2 type="int">1</vor-adf-2>
- <CSTR type="bool">1</CSTR>
- <WPT type="bool">1</WPT>
- <VORD type="bool">1</VORD>
- <NDB type="bool">1</NDB>
- <ARPT type="bool">1</ARPT>
- <WX type="bool">1</WX>
- <TERR type="bool">1</TERR>
- <TRAF type="bool">1</TRAF>
- <taxi type="bool">1</taxi>
- </input>
-
- </efis>
-
- <gsdi>
- <serviceable type="bool">true</serviceable>
- <enabled type="bool">true</enabled>
- </gsdi>
- <wxradar>
- <serviceable>true</serviceable>
- <range type="int" archive="y">20</range>
- <minimized type="bool" archive="y">false</minimized>
- <switch archive="y">on</switch>
- <mode archive="y">wx</mode>
- <lightning type="bool" archive="y">true</lightning>
- <display-mode archive="y">2</display-mode>
- </wxradar>
- <radar>
- <range type="int" archive="y">20</range>
- </radar>
-
- <radar2>
- <sweep-width-m type="double">0.0844</sweep-width-m>
- <range-width-m type="double">0.0846</range-width-m>
- <radius-ppi-display-m type="double">0.0846</radius-ppi-display-m>
- <hud-eye-dist-m type="double">0.766</hud-eye-dist-m>
- <hud-radius-m type="double">0.071</hud-radius-m>
- <hud-vertical-offset-m type="double">-0.025</hud-vertical-offset-m>
- </radar2>
-
- <enav><selected type="int">3</selected></enav>
- <hsi>
- <serviceable type="bool" archive="y">true</serviceable>
- </hsi>
- </instrumentation>
-
- 5:- add the following nasal call within your aircraft-set.xml Nasal block
-
- <rdr-160>
- <file>Aircraft/Instruments-3d/RDR-160/RDR160.nas</file>
- </rdr-160>
-
- <FG1000>
- <file>Aircraft/AircraftFolder/Nasal/FGUK1000.nas</file>
- </FG1000>
- 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.
|