50 lines
1.4 KiB
XML
50 lines
1.4 KiB
XML
<?xml version="1.0"?>
|
|
<!--
|
|
************************************************************************
|
|
Hang glider simulation config. This file ties together all the
|
|
components used by FGFS to represent a generic hang glider.
|
|
Components include the flight data model, instrument panel, and
|
|
external model.
|
|
|
|
Flight model details:
|
|
Aircraft/UIUC/airwaveXtreme150-v1-nl/README.airwaveXtreme150.html
|
|
|
|
External model details:
|
|
Aircraft/airwaveXtreme150/Models/uiuc/hgldr-cs/README.TXT
|
|
(courtesy of Captain Slug, captainslg@aol.com)
|
|
|
|
Last update: Nov 8, 2002 Michael Selig, m-selig@uiuc.edu
|
|
************************************************************************
|
|
-->
|
|
|
|
<PropertyList>
|
|
|
|
<sim>
|
|
|
|
<description>Airwave Xtreme 150 hang glider (UIUC)</description>
|
|
|
|
<flight-model>larcsim</flight-model>
|
|
<aero>uiuc</aero>
|
|
<uiuc-type>uiuc-hangglider</uiuc-type>
|
|
<aircraft-dir>Aircraft/UIUC/airwaveXtreme150-v1-nl</aircraft-dir>
|
|
|
|
<sound>
|
|
<audible>true</audible>
|
|
<path>Aircraft/airwaveXtreme150/Sounds/uiuc/airwaveXtreme150-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>
|
|
|
|
<model>
|
|
<path>Aircraft/airwaveXtreme150/Models/uiuc/hgldr-cs/hgldr-cs-model.xml</path>
|
|
</model>
|
|
|
|
</sim>
|
|
</PropertyList>
|