forked from c172p-team/c172p
-
Notifications
You must be signed in to change notification settings - Fork 0
/
c172p-bush36-set.xml
35 lines (34 loc) · 1.07 KB
/
c172p-bush36-set.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0"?>
<!--
************************************************************************
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-main.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>