Renamed /cockpit property to /sim/view/internal and made properties
explicitly archivable to help with save/restore (the latter is a temporary measure).
This commit is contained in:
parent
e720339b7c
commit
d947b64c73
1 changed files with 13 additions and 23 deletions
|
@ -12,42 +12,32 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
||||||
|
|
||||||
<PropertyList>
|
<PropertyList>
|
||||||
|
|
||||||
<cockpit>true</cockpit>
|
|
||||||
|
|
||||||
<sim>
|
<sim>
|
||||||
|
|
||||||
<virtual-cockpit>true</virtual-cockpit>
|
<virtual-cockpit archive="y">true</virtual-cockpit>
|
||||||
|
|
||||||
<flight-model>jsb</flight-model>
|
<flight-model archive="y">jsb</flight-model>
|
||||||
<aero>c172</aero>
|
<aero archive="y">c172</aero>
|
||||||
|
|
||||||
<sound>
|
<sound>
|
||||||
<audible>true</audible>
|
<audible archive="y">true</audible>
|
||||||
<path>Aircraft/c172/c172-sound.xml</path>
|
<path archive="y">Aircraft/c172/c172-sound.xml</path>
|
||||||
</sound>
|
</sound>
|
||||||
|
|
||||||
<panel>
|
<panel>
|
||||||
<path>Aircraft/c172/Panels/c172-trans-panel.xml</path>
|
<path archive="y">Aircraft/c172/Panels/c172-trans-panel.xml</path>
|
||||||
<visibility>true</visibility>
|
<visibility archive="y">true</visibility>
|
||||||
</panel>
|
</panel>
|
||||||
<panel_2>
|
|
||||||
<path>Aircraft/c172/Panels/c172-trans-mini-panel.xml</path>
|
|
||||||
</panel_2>
|
|
||||||
|
|
||||||
<!--
|
|
||||||
<model>
|
|
||||||
<path>Aircraft/c172/Models/N757/n757.ac</path>
|
|
||||||
</model>
|
|
||||||
-->
|
|
||||||
|
|
||||||
<model>
|
<model>
|
||||||
<path>Aircraft/c172/Models/c172-dpm.xml</path>
|
<path archive="y">Aircraft/c172/Models/c172-dpm.xml</path>
|
||||||
</model>
|
</model>
|
||||||
|
|
||||||
<view>
|
<view>
|
||||||
|
<internal archive="y">true</internal>
|
||||||
<pilot>
|
<pilot>
|
||||||
<y-offset-m>-0.03</y-offset-m>
|
<y-offset-m archive="y">-0.03</y-offset-m>
|
||||||
<z-offset-m>0.1</z-offset-m>
|
<z-offset-m archive="y">0.1</z-offset-m>
|
||||||
</pilot>
|
</pilot>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
@ -69,10 +59,10 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
||||||
<consumables>
|
<consumables>
|
||||||
<fuel>
|
<fuel>
|
||||||
<tank n="0">
|
<tank n="0">
|
||||||
<level-gal_us>20</level-gal_us>
|
<level-gal_us archive="y">20</level-gal_us>
|
||||||
</tank>
|
</tank>
|
||||||
<tank n="1">
|
<tank n="1">
|
||||||
<level-gal_us>20</level-gal_us>
|
<level-gal_us archive="y">20</level-gal_us>
|
||||||
</tank>
|
</tank>
|
||||||
</fuel>
|
</fuel>
|
||||||
</consumables>
|
</consumables>
|
||||||
|
|
Loading…
Add table
Reference in a new issue