Updated settings for C172P (still using the 172R flight model).
This commit is contained in:
parent
0fa583feba
commit
0799e5f601
2 changed files with 21 additions and 26 deletions
|
@ -14,32 +14,30 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
|||
|
||||
<sim>
|
||||
|
||||
<description>Cessna 172p w. 3D cockpit</description>
|
||||
|
||||
<allow-toggle-cockpit archive="y">true</allow-toggle-cockpit>
|
||||
|
||||
<flight-model archive="y">jsb</flight-model>
|
||||
<aero archive="y">c172</aero>
|
||||
<description>Cessna 172P</description>
|
||||
|
||||
<flight-model>jsb</flight-model>
|
||||
<aero>c172</aero>
|
||||
|
||||
<sound>
|
||||
<audible archive="y">true</audible>
|
||||
<path archive="y">Aircraft/c172/c172-sound.xml</path>
|
||||
<audible>true</audible>
|
||||
<path>Aircraft/c172/c172-sound.xml</path>
|
||||
</sound>
|
||||
|
||||
<panel>
|
||||
<visibility archive="y">false</visibility>
|
||||
<visibility>false</visibility>
|
||||
</panel>
|
||||
|
||||
<model>
|
||||
<path archive="y">Aircraft/c172p/Models/c172p.xml</path>
|
||||
<path>Aircraft/c172p/Models/c172p.xml</path>
|
||||
</model>
|
||||
|
||||
<view>
|
||||
<internal archive="y">true</internal>
|
||||
<config>
|
||||
<x-offset-m archive="y">-0.25</x-offset-m>
|
||||
<y-offset-m archive="y">0.20</y-offset-m>
|
||||
<z-offset-m archive="y">0.66</z-offset-m>
|
||||
<x-offset-m archive="y">-0.4</x-offset-m>
|
||||
<y-offset-m archive="y">0.3</y-offset-m>
|
||||
<z-offset-m archive="y">0.1</z-offset-m>
|
||||
</config>
|
||||
</view>
|
||||
|
||||
|
@ -65,10 +63,10 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
|||
<consumables>
|
||||
<fuel>
|
||||
<tank n="0">
|
||||
<level-gal_us archive="y">20</level-gal_us>
|
||||
<level-gal_us>20</level-gal_us>
|
||||
</tank>
|
||||
<tank n="1">
|
||||
<level-gal_us archive="y">20</level-gal_us>
|
||||
<level-gal_us>20</level-gal_us>
|
||||
</tank>
|
||||
</fuel>
|
||||
</consumables>
|
||||
|
@ -80,10 +78,8 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
|||
|
||||
<engines>
|
||||
<engine>
|
||||
<rpm>700</rpm>
|
||||
<rpm type="double">700</rpm>
|
||||
</engine>
|
||||
</engines>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
|
|
|
@ -25,24 +25,23 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
|||
</sound>
|
||||
|
||||
<panel>
|
||||
<visibility>false</visibility>
|
||||
<path>Aircraft/c172/Panels/c172-vfr-panel.xml</path>
|
||||
<visibility>true</visibility>
|
||||
</panel>
|
||||
<panel_2>
|
||||
<path>Aircraft/c172/Panels/c172-trans-mini-panel.xml</path>
|
||||
</panel_2>
|
||||
|
||||
<model>
|
||||
<path>Aircraft/c172p/Models/c172p.xml</path>
|
||||
</model>
|
||||
|
||||
<view>
|
||||
<internal archive="y">true</internal>
|
||||
<config>
|
||||
<x-offset-m archive="y">-0.2</x-offset-m>
|
||||
<y-offset-m archive="y">0.3</y-offset-m>
|
||||
<z-offset-m archive="y">0.1</z-offset-m>
|
||||
</config>
|
||||
<internal archive="y">false</internal>
|
||||
</view>
|
||||
|
||||
<current-view>
|
||||
<pitch-offset-deg>-13</pitch-offset-deg>
|
||||
<pitch-offset-deg>-5</pitch-offset-deg>
|
||||
</current-view>
|
||||
|
||||
</sim>
|
||||
|
|
Loading…
Reference in a new issue