73a67f2328
from https://github.com/c172p-team/c172p/tree/release/2018.3 commit 0ddd75dbb7431f955d1dd8f468b30300bad6b9d1
35 lines
1.1 KiB
XML
35 lines
1.1 KiB
XML
<?xml version="1.1"?>
|
|
<!--
|
|
************************************************************************
|
|
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) 36" Bush Tires</description>
|
|
<previews>
|
|
<preview>
|
|
<type>exterior</type>
|
|
<path>Previews/c172p-preview9.jpg</path>
|
|
<splash type="bool">true</splash>
|
|
</preview>
|
|
</previews>
|
|
<model>
|
|
<variant type="int">2</variant>
|
|
</model>
|
|
</sim>
|
|
<controls>
|
|
<engines>
|
|
<active-engine type="int">0</active-engine>
|
|
</engines>
|
|
</controls>
|
|
<fdm>
|
|
<jsbsim>
|
|
<bushkit type="int">2</bushkit>
|
|
</jsbsim>
|
|
</fdm>
|
|
</PropertyList>
|