2020-04-01 17:43:35 +00:00
|
|
|
<?xml version="1.0"?>
|
2018-09-02 19:58:05 +00:00
|
|
|
<!--
|
|
|
|
************************************************************************
|
|
|
|
c172p simulation configuration. This files ties together all the components
|
|
|
|
used by FGFS to represent the c172p. Components include the flight data
|
|
|
|
model, instrument panel, and external 3D model.
|
|
|
|
************************************************************************
|
|
|
|
-->
|
|
|
|
|
|
|
|
<PropertyList include="c172p-set.xml">
|
|
|
|
<sim>
|
|
|
|
<variant-of>c172p</variant-of>
|
|
|
|
<description>Cessna 172P (160 hp) 26" Bush Tires</description>
|
|
|
|
<previews>
|
|
|
|
<preview>
|
|
|
|
<type>exterior</type>
|
|
|
|
<path>Previews/c172p-preview11.jpg</path>
|
|
|
|
<splash type="bool">true</splash>
|
|
|
|
</preview>
|
|
|
|
</previews>
|
|
|
|
<model>
|
|
|
|
<variant type="int">1</variant>
|
|
|
|
</model>
|
|
|
|
</sim>
|
|
|
|
<controls>
|
|
|
|
<engines>
|
|
|
|
<active-engine type="int">0</active-engine>
|
|
|
|
</engines>
|
|
|
|
</controls>
|
|
|
|
<fdm>
|
|
|
|
<jsbsim>
|
|
|
|
<bushkit type="int">1</bushkit>
|
|
|
|
</jsbsim>
|
|
|
|
</fdm>
|
|
|
|
</PropertyList>
|