50513d7558
config files. Retrimmed the JSBSim 172P to use more rudder and less aileron, improving coordination in cruise.
32 lines
855 B
XML
32 lines
855 B
XML
<?xml version="1.0"?>
|
|
<!--
|
|
************************************************************************
|
|
FDM-independent Cessna 172 with full-screen, high-res panel.
|
|
|
|
Started October 23 2001 by John Check, fgpanels@rockfish.net
|
|
************************************************************************
|
|
-->
|
|
|
|
<PropertyList include="c172-base.xml">
|
|
|
|
<sim>
|
|
|
|
<description>Cessna 172 with a full screen, hi-res panel</description>
|
|
|
|
<!-- We want to be able to specify the flight model independently -->
|
|
<!-- <flight-model archive="y">jsb</flight-model> -->
|
|
<!-- <aero archive="y">c172</aero> -->
|
|
|
|
<panel>
|
|
<path>Aircraft/c172/Panels/c172-610x-panel.xml</path>
|
|
<visibility archive="y">true</visibility>
|
|
<flip-x>false</flip-x>
|
|
</panel>
|
|
|
|
<model>
|
|
<path archive="y">Aircraft/c172/Models/c172-dpm.xml</path>
|
|
</model>
|
|
|
|
</sim>
|
|
|
|
</PropertyList>
|