forked from wlbragg/J3Cub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathJ3Cub-set.xml
executable file
·146 lines (145 loc) · 5.38 KB
/
J3Cub-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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<?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>
<description>Piper J-3 Cub (J3C-65, 1946 model) (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. Light weight, slow speed, short field performance.</long-description>
<rating>
<FDM type="int">4</FDM>
<systems type="int">4</systems>
<model type="int">4</model>
<cockpit type="int">4</cockpit>
</rating>
<tags>
<tag>ga</tag>
<tag>piper</tag>
<tag>j3cub</tag>
<tag>pa-18</tag>
<tag>stol</tag>
<tag>piston</tag>
<tag>single-engine</tag>
<tag>fixed-gear</tag>
<tag>tail-dragger</tag>
<tag>single-engine</tag>
<tag>utility</tag>
<tag>bush-plane</tag>
<tag>tundra-tires</tag>
<tag>amphibian</tag>
<tag>floatplane</tag>
<tag>snowskis</tag>
<tag>cropduster</tag>
<tag>waterdrop</tag>
<tag>fish-stocking</tag>
<tag>65hp</tag>
<tag>95hp</tag>
<tag>150hp</tag>
</tags>
<previews>
<preview>
<type>panel</type>
<path>Preview/splash-j3-frostint1.jpg</path>
<splash type="bool">true</splash>
</preview>
<preview>
<type>panel</type>
<path>Preview/splash-j3-amphint1.jpg</path>
<splash type="bool">true</splash>
</preview>
<preview>
<type>exterior</type>
<path>Preview/splash-j3-spray2.jpg</path>
<splash type="bool">true</splash>
</preview>
<preview>
<type>exterior</type>
<path>Preview/splash-j3-amph3.jpg</path>
<splash type="bool">true</splash>
</preview>
<preview>
<type>exterior</type>
<path>Preview/splash-j3-ski1.jpg</path>
<splash type="bool">true</splash>
</preview>
<preview>
<type>exterior</type>
<path>Preview/splash-j3-amph5.jpg</path>
<splash type="bool">true</splash>
</preview>
<preview>
<type>exterior</type>
<path>Preview/splash-j3-fish1.jpg</path>
<splash type="bool">true</splash>
</preview>
<preview>
<type>exterior</type>
<path>Preview/splash-j3-spray4.jpg</path>
<splash type="bool">true</splash>
</preview>
<preview>
<type>exterior</type>
<path>Preview/splash-j3-amph2.jpg</path>
<splash type="bool">true</splash>
</preview>
<preview>
<type>exterior</type>
<path>Preview/splash-j3-ski2.jpg</path>
<splash type="bool">true</splash>
</preview>
<preview>
<type>exterior</type>
<path>Preview/splash-j3-spray3.jpg</path>
<splash type="bool">true</splash>
</preview>
<preview>
<type>exterior</type>
<path>Preview/splash-j3-ski3.jpg</path>
<splash type="bool">true</splash>
</preview>
<preview>
<type>exterior</type>
<path>Preview/splash-j3-amph4.jpg</path>
<splash type="bool">true</splash>
</preview>
<preview>
<type>exterior</type>
<path>Preview/splash-j3-ski4.jpg</path>
<splash type="bool">true</splash>
</preview>
<preview>
<type>exterior</type>
<path>Preview/splash-j3-spray1.jpg</path>
<splash type="bool">true</splash>
</preview>
</previews>
<startup>
<splash-texture>Aircraft/J3Cub/legacy/splash1.png</splash-texture>
<splash-texture>Aircraft/J3Cub/legacy/splash8.png</splash-texture>
<splash-texture>Aircraft/J3Cub/legacy/splash9.png</splash-texture>
<splash-texture>Aircraft/J3Cub/legacy/splash10.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>
</j3cub>
<variant type="int">0</variant>
</model>
</sim>
<controls>
<engines>
<active-engine type="int">0</active-engine>
</engines>
</controls>
<fdm>
<jsbsim>
<bushkit type="int">0</bushkit>
</jsbsim>
</fdm>
</PropertyList>