1
0
Fork 0

Woohoo! aero file for C310. Renamed X15set.xml

This commit is contained in:
j4strngs 2001-12-07 01:13:07 +00:00
parent 5189c8db67
commit c4fa1ac743
2 changed files with 30 additions and 0 deletions

View file

@ -19,6 +19,7 @@ October 23 2001 John Check, fgpanels@rockfish.net
<panel>
<path>Aircraft/X15/Panels/X15-panel.xml</path>
</panel>
<!-- switching models doesn't work -->
<!-- gear up -->
<model>
<path>Aircraft/X15/Models/X15_flight.ac</path>

29
Aircraft/c310-aero.xml Normal file
View file

@ -0,0 +1,29 @@
<?xml version="1.0"?>
<!--
************************************************************************
Cessna 310R simulation config. This files ties together all the components
used by FGFS to represent the C310R. 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>c310</aircraft>
<sound>true</sound>
<panel>
<path>Aircraft/c310/c310-vfr-panel.xml</path>
</panel>
<model>
<path>Aircraft/c310/Models/cessna310r.ac</path>
</model>
</sim>
</PropertyList>