Reorganize the 172 types a bit so they all reside in the proper directory. This solves some problems for JSBSim which couldn't find it's configuration files in the right places (which was temporarely solved by duplicating the file) and fixes some refferences to other files (at least, that's the idea).
This commit is contained in:
parent
3d6de8b2c3
commit
0b4ffa7117
3 changed files with 48 additions and 0 deletions
7
Aircraft/c172p/c172-3d-set.xml
Normal file
7
Aircraft/c172p/c172-3d-set.xml
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<PropertyList include="../c172p/c172p-set.xml">
|
||||
<sim>
|
||||
<description>Alias for c172p-3d.</description>
|
||||
</sim>
|
||||
</PropertyList>
|
34
Aircraft/c172p/c172-larcsim-set.xml
Normal file
34
Aircraft/c172p/c172-larcsim-set.xml
Normal file
|
@ -0,0 +1,34 @@
|
|||
<?xml version="1.0"?>
|
||||
<!--
|
||||
************************************************************************
|
||||
LaRCsim Cessna 172 with 2D panel.
|
||||
used by FGFS to represent the C172. 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 include="../c172p/c172p-base.xml">
|
||||
|
||||
<sim>
|
||||
|
||||
<description>Cessna 172 (LaRCsim, 2D panel).</description>
|
||||
|
||||
<flight-model>larcsim</flight-model>
|
||||
<aero>c172</aero>
|
||||
|
||||
<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>
|
||||
|
||||
</sim>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
7
Aircraft/c172p/c172-set.xml
Normal file
7
Aircraft/c172p/c172-set.xml
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<PropertyList include="../c172p/c172p-set.xml">
|
||||
<sim>
|
||||
<description>Alias for c172p.</description>
|
||||
</sim>
|
||||
</PropertyList>
|
Loading…
Add table
Reference in a new issue