forked from wlbragg/J3Cub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
J3Cub-FG1000-set.xml
100 lines (99 loc) · 3.9 KB
/
J3Cub-FG1000-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
<?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 (J3C-65, FG1000 Glass Cockpit) (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. Modern Glass Panel Cockpit Conversion.</long-description>
<previews>
<preview>
<type>panel</type>
<path>Preview/splash-j3-fg10001.jpg</path>
<splash type="bool">true</splash>
</preview>
<preview>
<type>panel</type>
<path>Preview/splash-j3-fg10002.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">true</fg1000>
<fg1000-available type="bool">true</fg1000-available>
</j3cub>
<variant type="int">0</variant>
</model>
<systems>
<autopilot>
<path>Aircraft/Instruments-3d/FG1000/GFC700.xml</path>
</autopilot>
</systems>
</sim>
<nasal>
<electrical>
<file>Nasal/electrical-fg1000.nas</file>
</electrical>
</nasal>
<instrumentation>
<audio-panel>
<com1-mic-btn type="bool">false</com1-mic-btn>
<com2-mic-btn type="bool">false</com2-mic-btn>
<com3-mic-btn type="bool">false</com3-mic-btn>
<com12-btn type="bool">false</com12-btn>
<pa-btn type="bool">false</pa-btn>
<mkr-mute-btn type="bool">false</mkr-mute-btn>
<dme-btn type="bool">false</dme-btn>
<adf-btn type="bool">false</adf-btn>
<aux-btn type="bool">false</aux-btn>
<man-sq-btn type="bool">false</man-sq-btn>
<pilot-btn type="bool">false</pilot-btn>
<com1-btn type="bool">false</com1-btn>
<com2-btn type="bool">false</com2-btn>
<com3-btn type="bool">false</com3-btn>
<tel-btn type="bool">false</tel-btn>
<spkr-btn type="bool">false</spkr-btn>
<hi-sens-btn type="bool">false</hi-sens-btn>
<nav1-btn type="bool">false</nav1-btn>
<nav2-btn type="bool">false</nav2-btn>
<play-btn type="bool">false</play-btn>
<coplt-btn type="bool">false</coplt-btn>
</audio-panel>
</instrumentation>
<controls>
<engines>
<active-engine type="int">0</active-engine>
</engines>
</controls>
<fdm>
<jsbsim>
<bushkit type="int">0</bushkit>
</jsbsim>
</fdm>
<input>
<keyboard>
<multikey include="Aircraft/Instruments-3d/FG1000/fg1000-multikey.xml"/>
</keyboard>
</input>
<systems>
<electrical>
<outputs>
<fg1000-mfd type="int">0</fg1000-mfd>
<fg1000-pfd type="int">0</fg1000-pfd>
</outputs>
</electrical>
</systems>
</PropertyList>