1
0
Fork 0

added X15set.xml configuration file. This ties together the components like users expect

This commit is contained in:
j4strngs 2001-10-24 02:14:20 +00:00
parent de5105bdda
commit d337c3036d

33
Aircraft/X15set.xml Normal file
View 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>