added X15set.xml configuration file. This ties together the components like users expect
This commit is contained in:
parent
de5105bdda
commit
d337c3036d
1 changed files with 33 additions and 0 deletions
33
Aircraft/X15set.xml
Normal file
33
Aircraft/X15set.xml
Normal file
|
@ -0,0 +1,33 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<!--
|
||||
************************************************************************
|
||||
X15 simulation config. This files ties together all the components
|
||||
used by FGFS to represent the X15. 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/
|
||||
|
||||
October 23 2001 John Check, fgpanels@rockfish.net
|
||||
************************************************************************
|
||||
-->
|
||||
|
||||
<PropertyList>
|
||||
<!-- these are the three main components -->
|
||||
<sim>
|
||||
<flight-model>jsb</flight-model>
|
||||
<aircraft>X15</aircraft>
|
||||
<panel>
|
||||
<path>Aircraft/X15/Panels/X15-panel.xml</path>
|
||||
</panel>
|
||||
<!-- gear up -->
|
||||
<model>
|
||||
<path>Aircraft/X15/Models/X15_flight.ac</path>
|
||||
</model>
|
||||
<!-- gear down -->
|
||||
<model_2>
|
||||
<path>Aircraft/X15/Models/X15_landing.ac</path>
|
||||
</model_2>
|
||||
</sim>
|
||||
</PropertyList>
|
||||
|
||||
|
Loading…
Reference in a new issue