2001-12-07 20:54:25 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!--
|
|
|
|
************************************************************************
|
|
|
|
Cessna 310R simulation config. This files ties together all the components
|
|
|
|
used by FGFS to represent the C310R. 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>
|
2001-12-11 18:32:36 +00:00
|
|
|
<sim>
|
2001-12-11 03:37:30 +00:00
|
|
|
<flight-model>yasim</flight-model>
|
|
|
|
<aero>c310</aero>
|
|
|
|
<fuel-fraction>1.0</fuel-fraction>
|
2002-02-27 14:37:24 +00:00
|
|
|
|
|
|
|
<sound>
|
|
|
|
<audible>true</audible>
|
|
|
|
<path>Aircraft/c310/c310-sound.xml</path>
|
|
|
|
</sound>
|
2001-12-11 03:37:30 +00:00
|
|
|
|
|
|
|
<panel>
|
|
|
|
<path>Aircraft/c310/c310-vfr-panel.xml</path>
|
|
|
|
<visibility>true</visibility>
|
|
|
|
</panel>
|
|
|
|
<panel_2>
|
|
|
|
<path>Aircraft/c310/c310-mini-panel.xml</path>
|
|
|
|
</panel_2>
|
|
|
|
|
|
|
|
<model>
|
2002-03-22 01:23:34 +00:00
|
|
|
<path>Aircraft/c310u3a/Models/c310u3a.xml</path>
|
2001-12-11 03:37:30 +00:00
|
|
|
</model>
|
2001-12-11 18:32:36 +00:00
|
|
|
</sim>
|
2002-02-20 03:32:03 +00:00
|
|
|
|
|
|
|
<controls>
|
|
|
|
<magnetos n="0">3</magnetos>
|
|
|
|
<magnetos n="1">3</magnetos>
|
|
|
|
</controls>
|
|
|
|
|
2001-12-07 20:54:25 +00:00
|
|
|
</PropertyList>
|
|
|
|
|
|
|
|
|