60 lines
1.3 KiB
XML
60 lines
1.3 KiB
XML
<?xml version="1.0"?>
|
|
<!--
|
|
************************************************************************
|
|
Cessna 172 simulation config. This files ties together all the components
|
|
used by FGFS to represent the C172. Components include the flight data
|
|
model, instrument panel, and external 3D model.
|
|
3D models can be downloaded from http://home.t-online.de/home/Wolfram.Kuss/
|
|
|
|
October 23 2001 John Check, fgpanels@rockfish.net
|
|
************************************************************************
|
|
-->
|
|
|
|
<PropertyList>
|
|
<sim>
|
|
<virtual-cockpit archive="y">true</virtual-cockpit>
|
|
|
|
<flight-model>yasim</flight-model>
|
|
<aero>a4</aero>
|
|
<fuel-fraction>1.0</fuel-fraction>
|
|
|
|
<sound>
|
|
<audible>true</audible>
|
|
<path>Aircraft/a4/a4-sound.xml</path>
|
|
</sound>
|
|
|
|
<panel>
|
|
<path>Aircraft/a4/a4-panel.xml</path>
|
|
<visibility>true</visibility>
|
|
</panel>
|
|
<panel n="1">
|
|
<desc>2D Panel</desc>
|
|
<path>Aircraft/c310u3a/c310u3a-panel.xml</path>
|
|
</panel>
|
|
|
|
<model>
|
|
<path>Aircraft/a4/Models/a4-blue.xml</path>
|
|
</model>
|
|
|
|
<view n="0">
|
|
<internal archive="y">true</internal>
|
|
<config>
|
|
<x-offset-m archive="y">0</x-offset-m>
|
|
<y-offset-m archive="y">0.76</y-offset-m>
|
|
<z-offset-m archive="y">-2.75</z-offset-m>
|
|
</config>
|
|
</view>
|
|
|
|
<current-view>
|
|
<pitch-offset-deg>-12</pitch-offset-deg>
|
|
</current-view>
|
|
|
|
</sim>
|
|
</PropertyList>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|