43 lines
966 B
XML
43 lines
966 B
XML
<?xml version="1.0"?>
|
|
<!--
|
|
************************************************************************
|
|
Cessna 310U3A 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/
|
|
|
|
March 2002 Jim Wilson, jimw@kelcomaine.com
|
|
************************************************************************
|
|
-->
|
|
|
|
<PropertyList include="c310-jsbsim-base.xml">
|
|
|
|
<sim>
|
|
|
|
<description>Cessna 310U3A</description>
|
|
|
|
<panel>
|
|
<path>Aircraft/c310u3a/c310u3a-panel.xml</path>
|
|
<visibility>true</visibility>
|
|
</panel>
|
|
<panel_2>
|
|
<path>Aircraft/c310/c310-mini-panel.xml</path>
|
|
</panel_2>
|
|
|
|
<model>
|
|
<path>Aircraft/c310u3a/Models/c310u3a.xml</path>
|
|
</model>
|
|
|
|
<instrument-options>
|
|
<dg>
|
|
<style>1</style>
|
|
</dg>
|
|
</instrument-options>
|
|
|
|
</sim>
|
|
|
|
</PropertyList>
|
|
|
|
|
|
|
|
|