2001-12-07 01:21:36 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!--
|
|
|
|
************************************************************************
|
|
|
|
Cessna 172 simulation config. This files ties together all the components
|
|
|
|
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>
|
2001-12-11 18:32:36 +00:00
|
|
|
|
|
|
|
<sim>
|
2001-12-11 03:37:30 +00:00
|
|
|
|
|
|
|
<flight-model>jsb</flight-model>
|
|
|
|
<aero>c172</aero>
|
|
|
|
<sound>true</sound>
|
2001-12-09 05:36:59 +00:00
|
|
|
|
2001-12-11 03:37:30 +00:00
|
|
|
<panel>
|
|
|
|
<path>Aircraft/c172/Panels/c172-ifr-panel.xml</path>
|
|
|
|
<visibility>true</visibility>
|
|
|
|
</panel>
|
|
|
|
<panel_2>
|
|
|
|
<path>Aircraft/c172/Panels/c172-trans-mini-panel.xml</path>
|
|
|
|
</panel_2>
|
2001-12-09 05:36:59 +00:00
|
|
|
|
2001-12-11 03:37:30 +00:00
|
|
|
<model>
|
2001-12-11 11:51:10 +00:00
|
|
|
<path>Aircraft/c172/Models/N757/n757.ac</path>
|
2001-12-11 03:37:30 +00:00
|
|
|
</model>
|
2001-12-11 18:32:36 +00:00
|
|
|
|
|
|
|
</sim>
|
2001-12-11 03:37:30 +00:00
|
|
|
|
2001-12-07 01:21:36 +00:00
|
|
|
</PropertyList>
|
|
|
|
|
|
|
|
|