-
Notifications
You must be signed in to change notification settings - Fork 3
/
C-32J-set.xml
124 lines (111 loc) · 3.24 KB
/
C-32J-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
<?xml version="1.0" encoding="UTF-8" ?>
<PropertyList include="C-32J-main.xml">
<sim>
<description>Boeing C-32J MF1</description>
<long-description>
The Boeing C-32J "Mav Force One" is J Maverick 16's personal private aircraft derived from the C-32A military passenger transportation version of the Boeing 757-200 twin-engine jet airliner used by the United States Air Force. It is fitted with the most up to date Rolls Royce RB211 engines and features unique airframe tunings, cockpit improvements, air to air refueling and a number of other particular modifications.
</long-description>
<status>development</status>
<author>J Maverick 16, Josh Davidson (Octal450), John Williams (Tikibar), Juuso Tapaninen</author>
<rating>
<FDM type="int">4</FDM>
<systems type="int">4</systems>
<cockpit type="int">4</cockpit>
<model type="int">4</model>
</rating>
<flight-model>yasim</flight-model>
<aero>C-32J</aero>
<tags>
<tag>transport</tag>
<tag>boeing</tag>
<tag>jet</tag>
<tag>retractable-gear</tag>
<tag>glass-cockpit</tag>
<tag>ifr</tag>
<tag>2010s</tag>
<tag>2000s</tag>
<tag>1990s</tag>
<tag>1980s</tag>
<tag>etops</tag>
<tag>twin-engine</tag>
<tag>hud</tag>
</tags>
<startup>
<splash-texture>Aircraft/C-32J/splash.png</splash-texture>
</startup>
<minimum-fg-version>2018.3</minimum-fg-version>
<instrumentation>
<path>Aircraft/C-32J/Systems/instrumentation-C32.xml</path>
</instrumentation>
<model>
<path>Aircraft/C-32J/Models/C-32J.xml</path>
<livery>
<file>C-32J</file>
<!--texture>C-32J.png</texture-->
</livery>
<variant type="int">1</variant>
</model>
<weight n="0">
<name>Crew</name>
<weight-lb>250</weight-lb>
<max-lb>600</max-lb>
<min-lb>120</min-lb>
</weight>
<weight n="1">
<name>Pax/Baggage/Cargo</name>
<weight-lb>14844</weight-lb>
<max-lb>57125</max-lb>
<min-lb>0</min-lb>
</weight>
<engines type="string">RR</engines>
<systems>
<autopilot>
<path>Aircraft/C-32J/Systems/engine-timing.xml</path>
</autopilot>
<property-rule n="100">
<path>Systems/fl2070_sound.xml</path>
</property-rule>
</systems>
</sim>
<consumables>
<fuel>
<tank n="3">
<name>Fwd Aux</name>
</tank>
<tank n="4">
<name>Aft Aux</name>
</tank>
</fuel>
</consumables>
<instrumentation>
<!-- CDU stuff: http://wiki.flightgear.org/index.php/Howto:_Implement_a_Control_Display_Unit -->
<cdu>
<display>IDENT</display>
<ident>
<model>C-32J</model>
<engines>RB211-535E4</engines>
</ident>
<serviceable type="bool">true</serviceable>
</cdu>
<tacan>
<powered type="bool">false</powered>
<xy type="bool">true</xy>
<frequencies>
<selected-frequency n="0">92</selected-frequency>
<selected-frequency n="4">X</selected-frequency>
</frequencies>
</tacan>
<efis n="0">
<tacan alias="/instrumentation/tacan/powered"/>
</efis>
<efis n="1">
<tacan alias="/instrumentation/tacan/powered"/>
</efis>
</instrumentation>
<limits n="0">
<mass-and-balance>
<maximum-takeoff-mass-lbs>255000</maximum-takeoff-mass-lbs>
<maximum-landing-mass-lbs>210000</maximum-landing-mass-lbs>
</mass-and-balance>
</limits>
</PropertyList>