forked from dogsaysmoo/757-200
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathC-32B-set.xml
140 lines (126 loc) · 3.17 KB
/
C-32B-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
<?xml version="1.0" encoding="UTF-8" ?>
<PropertyList include="757-main.xml">
<sim>
<description>Boeing C-32B (USAF Special Ops variant of 757-200)</description>
<status>early production</status>
<author>John Williams, Juuso Tapaninen; original 757-200 authors Liam Gathercole, Skyop, Isais Prestes</author>
<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>etops</tag>
<tag>twin-engine</tag>
<tag>refuel</tag>
</tags>
<rating>
<FDM type="int">3</FDM>
<systems type="int">4</systems>
<cockpit type="int">4</cockpit>
<model type="int">4</model>
</rating>
<flight-model>yasim</flight-model>
<aero>C-32B</aero>
<variant-of>757-200-RB211</variant-of>
<startup>
<splash-texture>Aircraft/757-200/splash-C-32B.png</splash-texture>
</startup>
<instrumentation>
<path>Aircraft/757-200/Systems/instrumentation-C32.xml</path>
</instrumentation>
<model>
<path>Aircraft/757-200/Models/C-32B.xml</path>
<livery>
<file>BLN</file>
<texture>C-32B.png</texture>
</livery>
<variant type="int">2</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>
<menubar>
<default>
<menu n="100">
<label>Boeing C-32B</label>
<item n="1">
<label>-----</label>
<enabled>false</enabled>
</item>
</menu>
</default>
</menubar>
</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-32B</model>
<engines>RB211-535E4</engines>
</ident>
<input />
<serviceable type="bool">true</serviceable>
</cdu>
<tacan>
<powered type="bool">false</powered>
<xy type="bool">true</xy>
<frequencies>
<selected-frequency n="0">29</selected-frequency>
<selected-frequency n="4">Y</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>
<nasal>
<aar>
<file>Aircraft/Generic/aar.nas</file>
</aar>
</nasal>
<systems>
<refuel>
<type>boom</type>
<serviceable type="bool">true</serviceable>
<max-fuel-transfer-lbs-min>6000</max-fuel-transfer-lbs-min>
<offset-x-m>5.0</offset-x-m>
<offset-y-m>0.0</offset-y-m>
<offset-z-m>6.0</offset-z-m>
<range type="int">200</range>
</refuel>
</systems>
</PropertyList>