forked from JMaverick16/KC-137R
-
Notifications
You must be signed in to change notification settings - Fork 0
/
E-8R-set.xml
370 lines (343 loc) · 11 KB
/
E-8R-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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
<?xml version="1.0"?>
<!--###################################################################################
Lake of Constance Hangar :: M.Kraus
Boeing 707 for Flightgear Septemper 2013
This file is licenced under the terms of the GNU General Public Licence V2 or later
###################################################################################
-->
<PropertyList include="common-IAE.xml">
<sim n="0">
<description>Boeing E-8R JSTARS (IAE V2533-A5)</description>
<startup>
<splash-texture>Aircraft/KC-137R/splashTT.png</splash-texture>
</startup>
<model n="0">
<path>Aircraft/KC-137R/Models/E-8R.xml</path>
<livery>
<file type="string">E-8R</file>
</livery>
</model>
<instrument-options>
<canvas-popup-enable type="bool">true</canvas-popup-enable>
</instrument-options>
<multiplay>
<generic>
<int n="8">1</int> <!-- engine type -->
<int n="9">1</int> <!-- cargo aircraft -->
<int n="16">3</int> <!-- immat position -->
</generic>
</multiplay>
<remote>
<pilot-callsign type="string"/>
</remote>
<menubar>
<default>
<menu n="100">
<label>Boeing E-8R JSTARS</label>
<enabled type="bool">true</enabled>
<item>
<label>Autostart / shutdown</label>
<binding>
<command>property-toggle</command>
<property>sim/model/start-idling</property>
</binding>
</item>
<item>
<label>Checklists</label>
<binding>
<command>dialog-show</command>
<dialog-name>checklist</dialog-name>
</binding>
</item>
<item>
<label>--- Selection ---</label>
<enabled>false</enabled>
</item>
<item>
<label>Select livery</label>
<binding>
<command>nasal</command>
<script>aircraft.livery.dialog.open()</script>
</binding>
</item>
<item>
<label>Show/hide yokes</label>
<binding>
<command>property-toggle</command>
<property>sim/yokes-visible</property>
</binding>
</item>
<item>
<label>--- Equipment ---</label>
<enabled>false</enabled>
</item>
<item>
<label>Pushback</label>
<name>pushback</name>
<binding>
<command>dialog-show</command>
<dialog-name>pushback</dialog-name>
</binding>
</item>
<item>
<label>Fuel Truck Controls</label>
<binding>
<command>nasal</command>
<script>
var fuel = gui.Dialog.new("sim/gui/dialogs/fuel/dialog", "Aircraft/KC-137R/Systems/fuel-truck.xml");
fuel.open();
</script>
</binding>
</item>
<item>
<label>External Power Unit</label>
<binding>
<command>property-toggle</command>
<property>b707/external-power-connected</property>
</binding>
</item>
<item>
<label>Toggle Refuelling Boom/Drogues</label>
<binding>
<command>nasal</command>
<script>b707.toggleRefuelling();</script>
</binding>
</item>
<item>
<label>--- Registration ---</label>
<enabled>false</enabled>
</item>
<item>
<label>A/C Registration</label>
<binding>
<command>nasal</command>
<script><![CDATA[
b707.registrationDialog.toggle();
]]></script>
</binding>
</item>
<item>
<label>--- Boarding ---</label>
<enabled>false</enabled>
</item>
<item>
<label>Select Passenger</label>
<binding>
<command>nasal</command>
<script>
dual_control_tools.copilot_dialog.show(aircraft_dual_control.copilot_type);
</script>
</binding>
</item>
</menu>
</default>
</menubar>
<help>
<title>Boeing E-8R JSTARS</title>
<key>
<name>L</name>
<desc>toggle Landing Lights</desc>
</key>
<key>
<name>Ctrl + B</name>
<desc>Full Speedbrakes</desc>
</key>
<key>
<name>k/j</name>
<desc>Step Speedbrake</desc>
</key>
<key>
<name>Del</name>
<desc>toggle Reverser</desc>
</key>
<key>
<name>y</name>
<desc>toggle Yokes</desc>
</key>
<key>
<name>></name>
<desc>toggle Pilot - Engineer view</desc>
</key>
<key>
<name>Shift + ></name>
<desc>toggle Pilot - Autopilot view</desc>
</key>
<key>
<name>Ctrl + ></name>
<desc>toggle Pilot - Officer view</desc>
</key>
<key>
<name>F1</name>
<desc>Checklists</desc>
</key>
<key>
<name>F7</name>
<desc>open Map</desc>
</key>
<key>
<name>F8</name>
<desc>open Route-manager</desc>
</key>
<key>
<name>F9</name>
<desc>open Fuel & Weight Menu</desc>
</key>
<text>
_______________ Boeing 707-420/430 ___________________
Startup engines:
follow the tutorials or use Autostart
Quick startup engines:
Switch GRD START at the Overhead Panel to HIGH PRESS
Shutdown engines:
with autostart / shutdown menu
or cutoff levers down
WARNING: Control the air compressors in the engineer panel.
You need them for Anti-Ice System and Pressurization.
Often they fall back at startup procedure or
to high airspeed. Also if engines goes down by fire or no fuel.
Restart them and wait that all control lamps extinguished.
If air compressor won't work, open BLEED AIR valves
on ENG 2, 3 and 4. This can replace one air compressor.
_____________________ TAKEOFF _______________________
lightly load, less than 215000 lbs / 14 deg FLAPS + LE FLAPS / 120 - 140 kts
up to 215000 less than 280000 lbs / 25 deg FLAPS + LE FLAPS / 130 - 140 kts
max. takeoff weight / 25 deg FLAPS + LE FLAPS / 150 - 160 kts
_____________________ LANDING _______________________
lightly load, less than 170000 lbs / 50 deg FLAPS + LE FLAPS / 120 - 130 kts
up to 170000 less than 190000 lbs / 50 deg FLAPS + LE FLAPS / 120 - 140 kts
max. landing weight / 50 deg FLAPS + LE FLAPS / 130 - 150 kts
touchdown 120 kts | max. 130 kts
_____________________ STABILIZER TRIM _______________________
On both yokes there are white switches for the electrical stabilizer system.
If you reached cruise altitude, you can trim the aircraft pitch independend
the mechanical elevator trim system. Its also independed to the autopilot system.
_______________________________________________________
The first 707 for Flightgear was created by Innis Cunningham.
This version is a revamp of that original. Nearly
everthing in 3D models is written and painted new.
Also the jsb fdm and the autopilot.
For development I have used the BOEING 707 document
no. D6-3071-00
</text>
</help>
<view n="105">
<name>Command Officer</name>
<enabled type="bool">true</enabled>
<type>lookfrom</type>
<internal type="bool">true</internal>
<config>
<from-model type="bool">true</from-model>
<from-model-idx type="int">0</from-model-idx>
<!-- x/y/z == right/up/back -->
<x-offset-m archive="y"> 0.63</x-offset-m>
<y-offset-m archive="y">1.26</y-offset-m>
<z-offset-m archive="y">-10.57</z-offset-m>
<pitch-offset-deg type="double">-9.0</pitch-offset-deg>
<default-pitch-deg type="double">-9.0</default-pitch-deg>
<from-model-idx type="int">0</from-model-idx>
<ground-level-nearplane-m type="double">0.5f</ground-level-nearplane-m>
<default-field-of-view-deg type="double">90.0</default-field-of-view-deg>
<default-heading-deg type="double">0</default-heading-deg>
<front-direction-deg type="double">0</front-direction-deg>
<front-left-direction-deg type="double">45</front-left-direction-deg>
<left-direction-deg type="double">90</left-direction-deg>
<back-left-direction-deg type="double">135</back-left-direction-deg>
<back-direction-deg type="double">180</back-direction-deg>
<back-right-direction-deg type="double">225</back-right-direction-deg>
<right-direction-deg type="double">270</right-direction-deg>
<front-right-direction-deg type="double">315</front-right-direction-deg>
<dynamic-view type="bool">true</dynamic-view>
</config>
</view>
<model-type>
<KCR type="bool">false</KCR>
<KCRT type="bool">false</KCRT>
<ECR type="bool">false</ECR>
<RCR type="bool">false</RCR>
<E8R type="bool">true</E8R>
<CR type="bool">false</CR>
</model-type>
</sim>
<instrumentation>
<cdu>
<display>IDENT</display>
<ident>
<model>E-8R</model>
<engines>IAE V2533-A5</engines>
</ident>
<input type="string"/>
<serviceable type="bool">1</serviceable>
</cdu>
</instrumentation>
<b707>
<manual>
<board type="double">0.0</board>
<page type="int">0</page>
<title type="string">BOEING</title>
<subtitle1 type="string">OPERATION MANUAL</subtitle1>
<text1 type="string"></text1>
<subtitle2 type="string"></subtitle2>
<text2 type="string"></text2>
<subtitle3 type="string">MODEL E-8R</subtitle3>
<text3 type="string">FOR FLIGHTGEAR SIMULATION ONLY</text3>
<subtitle4 type="string"></subtitle4>
<text4 type="string">J Maverick 16, it0uchpods Hanger</text4>
<content include="Models/Cockpit/Manual/manual-JSTARS.xml"/>
</manual>
</b707>
<nasal>
<b707>
<file>Aircraft/KC-137R/Nasal/shake.nas</file>
<file>Aircraft/KC-137R/Nasal/autostart.nas</file>
<file>Aircraft/KC-137R/Nasal/fuel-and-payload.nas</file>
<file>Aircraft/KC-137R/Nasal/liveriesJS.nas</file>
<file>Aircraft/KC-137R/Nasal/electrical.nas</file>
<file>Aircraft/KC-137R/Nasal/mk-707.nas</file>
<file>Aircraft/KC-137R/Nasal/mk-agl-radar.nas</file>
<file>Aircraft/KC-137R/Nasal/mk-frw.nas</file>
<file>Aircraft/KC-137R/Nasal/mk-stopwatch.nas</file>
<file>Aircraft/KC-137R/Nasal/mk-wiper.nas</file>
<file>Aircraft/KC-137R/Nasal/mk-ci-tacan.nas</file>
<file>Aircraft/KC-137R/Nasal/doors.nas</file>
<file>Aircraft/KC-137R/Nasal/tyresmoke.nas</file>
<file>Aircraft/KC-137R/Nasal/brakesystem.nas</file>
<file>Aircraft/KC-137R/Nasal/registration.nas</file>
<file>Aircraft/KC-137R/Nasal/manual.nas</file>
<file>Aircraft/KC-137R/Models/Cockpit/Instruments/ND/ND.nas</file>
<file>Aircraft/KC-137R/Nasal/efis.nas</file>
<file>Aircraft/KC-137R/Nasal/systems-init.nas</file>
<file>Aircraft/KC-137R/Nasal/radio.nas</file>
<file>Aircraft/KC-137R/Nasal/radar2.nas</file>
<file>Aircraft/KC-137R/Nasal/mc.nas</file>
<file>Aircraft/KC-137R/Nasal/tcas.nas</file>
</b707>
<itaf>
<file>Aircraft/KC-137R/Nasal/it-autoflight.nas</file>
</itaf>
<m877>
<file>Aircraft/Instruments-3d/clock/m877/M877.nas</file>
</m877>
-
<dual_control_tools>
<file>Aircraft/KC-137R/Nasal/DualControl/dual-control-tools.nas</file>
</dual_control_tools>
<aircraft_dual_control>
<file>Aircraft/KC-137R/Nasal/DualControl/707-dual-control.nas</file>
</aircraft_dual_control>
<dual_control>
<file>Aircraft/KC-137R/Nasal/DualControl/pilot-dual-control.nas</file>
</dual_control>
<damage>
<file>Aircraft/KC-137R/Nasal/damage.nas</file>
</damage>
<cdu>
<file>Aircraft/Instruments-3d/cdu/boeing.nas</file>
</cdu>
<radar>
<file>Aircraft/KC-137R/Models/Cockpit/Instruments/RDR-160/RDR160.nas</file>
</radar>
</nasal>
<dual-control>
<active type="bool">0</active>
</dual-control>
</PropertyList>