1
0
Fork 0
fgdata/Aircraft/beech99-v1-uiuc-set.xml
j4strngs 938963e8b8 Stub in generic electrical system on non Cessna planes.
Reorder tags in c310 configs for consistency.
Stub in c172 electrical system on Cessnas lacking one.
2002-10-24 03:33:49 +00:00

54 lines
1.4 KiB
XML

<?xml version="1.0"?>
<!--
************************************************************************
Beech 99 simulation config. This file ties together all the
components used by FGFS to represent the Beech 99. 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/
For more details see UIUC/beech99/README.beech99.html
May 25 2002 Michael Selig, m-selig@uiuc.edu
************************************************************************
-->
<PropertyList>
<sim>
<description>Beech 99 (UIUC)</description>
<flight-model>larcsim</flight-model>
<aero>uiuc</aero>
<aircraft-dir>Aircraft/UIUC/beech99-v1</aircraft-dir>
<systems>
<electrical>
<path>Aircraft/Generic/generic-electrical.xml</path>
</electrical>
</systems>
<sound>
<audible>true</audible>
<path>Aircraft/beech99/Sounds/uiuc/beech99-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>
<!-- To use the 3D Model, go to Wolfram Kuss' website. -->
<!-- For now, use the default 3D model for UIUC aircraft. -->
<model>
<path>Aircraft/UIUC/Models/opus/opus-model.xml</path>
</model>
</sim>
</PropertyList>