--aircraft=c172p-panel-only set file (some instruments like fuel, egt,
pressure don't work yet)
This commit is contained in:
parent
221c23e18b
commit
9117ddf71d
1 changed files with 43 additions and 0 deletions
43
Aircraft/c172p/c172p-panel-only-set.xml
Normal file
43
Aircraft/c172p/c172p-panel-only-set.xml
Normal file
|
@ -0,0 +1,43 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<PropertyList include="c172p-set.xml">
|
||||
<sim>
|
||||
<description>Panel only for IFR-training (Cessna 172P)</description>
|
||||
|
||||
<panel>
|
||||
<path>Aircraft/c172/Panels/c172-610x-panel.xml</path>
|
||||
<visibility archive="y">true</visibility>
|
||||
</panel>
|
||||
|
||||
<panel_2>
|
||||
<path>Aircraft/c172p/Panels/c172-trans-mini-panel.xml</path>
|
||||
</panel_2>
|
||||
|
||||
<!-- Look down a bit over the top of the panel -->
|
||||
|
||||
<view>
|
||||
<internal archive="y">false</internal>
|
||||
<config>
|
||||
<pitch-offset-deg>-8</pitch-offset-deg>
|
||||
</config>
|
||||
</view>
|
||||
|
||||
<instrumentation>
|
||||
<path>Aircraft/c172/panel-only-instrumentation.xml</path>
|
||||
</instrumentation>
|
||||
</sim>
|
||||
|
||||
<instrumentation>
|
||||
<nav n="1">
|
||||
<frequencies>
|
||||
<selected-mhz>111.7</selected-mhz>
|
||||
</frequencies>
|
||||
</nav>
|
||||
</instrumentation>
|
||||
|
||||
<nasal>
|
||||
<annunciator>
|
||||
<file>Aircraft/Generic/annunciator.nas</file>
|
||||
</annunciator>
|
||||
</nasal>
|
||||
</PropertyList>
|
Loading…
Reference in a new issue