63 lines
1.6 KiB
XML
63 lines
1.6 KiB
XML
<?xml version="1.0"?>
|
|
<!--
|
|
************************************************************************
|
|
SIAI Marchetti S.211 simulation config. This file ties together all
|
|
the components used by FGFS to represent the Marchetti. Components
|
|
include the flight data model, instrument panel, and external 3D
|
|
model. The aircraft:
|
|
http://www.geocities.com/CapeCanaveral/3900/s211.html
|
|
|
|
A 3D Model of this aircraft does not yet exist.
|
|
|
|
For more details see UIUC/marchetti-v1/README.marchetti.html
|
|
|
|
May 27 2002 Michael Selig, m-selig@uiuc.edu
|
|
************************************************************************
|
|
-->
|
|
|
|
<PropertyList>
|
|
|
|
<sim>
|
|
|
|
<description>Siai Marchetti S.211 (UIUC)</description>
|
|
|
|
<flight-model>larcsim</flight-model>
|
|
<aero>uiuc</aero>
|
|
<aircraft-dir>Aircraft/UIUC/marchetti-v1</aircraft-dir>
|
|
|
|
<systems>
|
|
<electrical>
|
|
<path>Aircraft/Generic/generic-electrical.xml</path>
|
|
</electrical>
|
|
</systems>
|
|
|
|
<sound>
|
|
<audible>true</audible>
|
|
<path>Aircraft/marchetti/Sounds/uiuc/marchetti-sound.xml</path>
|
|
</sound>
|
|
|
|
<panel>
|
|
<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>
|
|
|
|
<!-- No 3D model exists for this aircraft. -->
|
|
<!-- For now, use the default 3D model for UIUC aircraft. -->
|
|
<!-- Or use a fgfs surrogate -->
|
|
<!-- Aircraft/a4/Models/a4-blue.xml -->
|
|
<model>
|
|
<path>Aircraft/UIUC/Models/opus/opus-model.xml</path>
|
|
</model>
|
|
|
|
<view n="1">
|
|
<config>
|
|
<eye-heading-deg-path>/orientation/gamma-horiz-deg</eye-heading-deg-path>
|
|
</config>
|
|
</view>
|
|
|
|
</sim>
|
|
</PropertyList>
|