-
Notifications
You must be signed in to change notification settings - Fork 2
/
J3Cub-float-set.xml
99 lines (98 loc) · 3.6 KB
/
J3Cub-float-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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<?xml version="1.0"?>
<!--
************************************************************************
Piper J-3 Cub simulation configuration. This files ties together all the components
used by FGFS to represent the J-3 Cub. Components include the flight data
model, instrument panel, and external 3D model.
************************************************************************
version 2.0 090410-->
<PropertyList include="J3Cub-main.xml">
<sim>
<variant-of>J3Cub</variant-of>
<description>Piper J-3 Cub (95hp) Float (JSBSim)</description>
<long-description>The J3Cub is a 2-seat, single air cooled piston engine, fixed pitch propeller, high fixed wing, trainer aircraft. Built between 1937 and 1947 by Piper Aircraft. Float Conversion.</long-description>
<type type="string">seaplane</type>
<previews>
<preview>
<type>exterior</type>
<path>Preview/splash-j3-float2.jpg</path>
<splash type="bool">true</splash>
</preview>
<preview>
<type>exterior</type>
<path>Preview/splash-j3-float3.jpg</path>
<splash type="bool">true</splash>
</preview>
<preview>
<type>exterior</type>
<path>Preview/splash-j3-float4.jpg</path>
<splash type="bool">true</splash>
</preview>
<preview>
<type>exterior</type>
<path>Preview/splash-j3-float5.jpg</path>
<splash type="bool">true</splash>
</preview>
<preview>
<type>exterior</type>
<path>Preview/splash-j3-float6.jpg</path>
<splash type="bool">true</splash>
</preview>
<preview>
<type>exterior</type>
<path>Preview/splash-j3-float7.jpg</path>
<splash type="bool">true</splash>
</preview>
<preview>
<type>exterior</type>
<path>Preview/splash-j3-float8.jpg</path>
<splash type="bool">true</splash>
</preview>
<preview>
<type>panel</type>
<path>Preview/splash-j3-floatint1.jpg</path>
<splash type="bool">true</splash>
</preview>
</previews>
<startup>
<splash-texture>Aircraft/J3Cub/legacy/splash12.png</splash-texture>
</startup>
<model>
<j3cub>
<pa-18 type="bool">false</pa-18>
<fg1000 type="bool">false</fg1000>
<fg1000-available type="bool">false</fg1000-available>
<garmin196-visible type="bool">false</garmin196-visible>
<garmin196-position type="int">0</garmin196-position>
</j3cub>
<variant type="int">2</variant>
</model>
<systems>
<autopilot>
<name>IT-STEC55X</name>
<path>Systems/stec-55x.xml</path>
</autopilot>
</systems>
</sim>
<controls>
<engines>
<active-engine type="int">1</active-engine>
</engines>
</controls>
<nasal>
<electrical>
<file>Nasal/electrical.nas</file>
</electrical>
<stec55x>
<file>Nasal/stec-55x.nas</file>
</stec55x>
<garmin196>
<file>Aircraft/Instruments-3d/garmin196/garmin196.nas</file>
</garmin196>
</nasal>
<fdm>
<jsbsim>
<bushkit type="int">2</bushkit>
</jsbsim>
</fdm>
</PropertyList>