adding hang glider
This commit is contained in:
parent
6cd7ba4676
commit
af9be781fb
1 changed files with 46 additions and 0 deletions
46
Aircraft/airwaveXtreme150-v1-nl-uiuc-set.xml
Normal file
46
Aircraft/airwaveXtreme150-v1-nl-uiuc-set.xml
Normal file
|
@ -0,0 +1,46 @@
|
|||
<?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 3D
|
||||
model.
|
||||
|
||||
3D models can be downloaded from http://home.t-online.de/home/Wolfram.Kuss/
|
||||
|
||||
For more details see UIUC/airwaveXtreme150-v1-nl/README.airwaveXtreme150.html
|
||||
|
||||
May 25 2001 Michael Selig, m-selig@uiuc.edu
|
||||
************************************************************************
|
||||
-->
|
||||
|
||||
<PropertyList>
|
||||
|
||||
<sim>
|
||||
|
||||
<flight-model>larcsim</flight-model>
|
||||
<aero>uiuc</aero>
|
||||
<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>
|
||||
|
||||
<!-- 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>
|
Loading…
Reference in a new issue