1
0
Fork 0
fgdata/Aircraft/c172-uiuc-set.xml
david 821b1e6652 Switch to use c172-dpm.ac by default, so that new users don't end up
with the glider.  The old model path, pointing to an MDL file that had
to be downloaded separately, is commented out but is still present.
2002-02-22 18:58:47 +00:00

46 lines
830 B
XML

<?xml version="1.0"?>
<!--
************************************************************************
UIUC Cessna 172 init file.
************************************************************************
-->
<PropertyList>
<sim>
<flight-model>larcsim</flight-model>
<aero>uiuc</aero>
<aircraft-dir>Aircraft-uiuc/Cessna172</aircraft-dir>
<sound>true</sound>
<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>
<!--
<model>
<path>Aircraft/c172/Models/N757/n757.ac</path>
</model>
-->
<model>
<path>Aircraft/c172/Models/c172-dpm.ac</path>
<heading-offset-deg>270</heading-offset-deg>
<z-offset-m>-1</z-offset-m>
</model>
</sim>
</PropertyList>