1
0
Fork 0
fgdata/Aircraft/marchetti-v1-uiuc-set.xml

59 lines
1.5 KiB
XML
Raw Normal View History

2002-05-27 05:38:20 +00:00
<?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>
2002-05-27 05:38:20 +00:00
<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>
2002-05-27 05:38:20 +00:00
<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>
2002-09-07 07:01:40 +00:00
<!-- No 3D model exists for this aircraft. -->
2002-05-27 05:38:20 +00:00
<!-- For now, use the default 3D model for UIUC aircraft. -->
2002-09-07 07:01:40 +00:00
<!-- Or use a fgfs surrogate -->
<!-- Aircraft/a4/Models/a4-blue.xml -->
2002-05-27 05:38:20 +00:00
<model>
<path>Aircraft/UIUC/Models/opus/opus-model.xml</path>
</model>
2002-09-07 07:01:40 +00:00
2002-05-27 05:38:20 +00:00
</sim>
</PropertyList>