Woohoo! aero file for C310. Renamed X15set.xml
This commit is contained in:
parent
5189c8db67
commit
c4fa1ac743
2 changed files with 30 additions and 0 deletions
|
@ -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
29
Aircraft/c310-aero.xml
Normal 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>
|
||||
|
||||
|
Loading…
Reference in a new issue