47 lines
1.2 KiB
XML
47 lines
1.2 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>
|
||
|
|
||
|
<flight-model>larcsim</flight-model>
|
||
|
<aero>uiuc</aero>
|
||
|
<aircraft-dir>Aircraft/UIUC/marchetti-v1</aircraft-dir>
|
||
|
|
||
|
<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>
|
||
|
|
||
|
<!-- For now, use the default 3D model for UIUC aircraft. -->
|
||
|
<model>
|
||
|
<path>Aircraft/UIUC/Models/opus/opus-model.xml</path>
|
||
|
</model>
|
||
|
|
||
|
</sim>
|
||
|
</PropertyList>
|