-
Notifications
You must be signed in to change notification settings - Fork 8
/
767-300-main.xml
683 lines (638 loc) · 23.5 KB
/
767-300-main.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
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
<?xml version="1.0"?>
<PropertyList>
<sim>
<startup>
<splash-texture>Aircraft/767-300/splash.png</splash-texture>
</startup>
<flight-recorder include="Systems/flight-recorder.xml"/>
<instrument-options>
<canvas-popup-enable type="bool">true</canvas-popup-enable>
</instrument-options>
<model>
<pushback>
<kp type="double">-0.05</kp>
<kd type="double">0</kd>
<ti type="double">10</ti>
<td type="double">0.00001</td>
<position-norm type="double">0</position-norm>
</pushback>
<door>
<position-x-m type="float">-21.25</position-x-m>
<position-y-m type="float"> -2.37</position-y-m>
<position-z-m type="float"> -1.8</position-z-m>
<jetway-hood-deg type="float">4</jetway-hood-deg>
</door>
<fallback-model-index type="int">251</fallback-model-index>
</model>
<view n="0">
<name>Pilot View</name>
<type>lookfrom</type>
<internal type="bool">true</internal>
<config>
<x-offset-m type="double">-0.565</x-offset-m>
<y-offset-m type="double">-0.25</y-offset-m>
<z-offset-m type="double">-23.75</z-offset-m>
<pitch-offset-deg>-12.43</pitch-offset-deg>
<limits>
<enabled type="bool">true</enabled>
</limits>
<default-field-of-view-deg type="double">87.0</default-field-of-view-deg>
</config>
</view>
<view n="100">
<name>Wing View</name>
<type>lookfrom</type>
<internal archive="y">false</internal>
<config>
<from-model type="bool">true</from-model>
<from-model-idx type="int">0</from-model-idx>
<ground-level-nearplane-m type="double">0.01f</ground-level-nearplane-m>
<default-field-of-view-deg type="double">55</default-field-of-view-deg>
<pitch-offset-deg>-8.0</pitch-offset-deg>
<heading-offset-deg type="double">90</heading-offset-deg> <!-- parallel to the panel -->
<x-offset-m archive="y"> -2.65 </x-offset-m> <!--Left/Right-->
<y-offset-m archive="y"> 0.66 </y-offset-m> <!--Up/Down-->
<z-offset-m archive="y"> 5.80 </z-offset-m> <!--Fdw/Back-->
</config>
</view>
<view n="102">
<name>Tail view</name>
<type>lookfrom</type>
<internal type="bool">false</internal>
<config>
<from-model type="bool">true</from-model>
<from-model-idx type="int">0</from-model-idx>
<ground-level-nearplane-m type="double">6f</ground-level-nearplane-m>
<x-offset-m type="double">0.00</x-offset-m>
<y-offset-m type="double">13.20</y-offset-m>
<z-offset-m type="double">25.55</z-offset-m>
<pitch-offset-deg>-10</pitch-offset-deg>
<default-field-of-view-deg type="double">65.0</default-field-of-view-deg>
</config>
<dynamic>
<enabled type="bool">false</enabled>
</dynamic>
</view>
<view n="104">
<name>CoPilot View</name>
<type>lookfrom</type>
<internal type="bool">true</internal>
<config>
<from-model type="bool">true</from-model>
<x-offset-m type="double"> 0.67</x-offset-m>
<y-offset-m type="double">-0.30</y-offset-m>
<z-offset-m type="double">-23.50</z-offset-m>
<pitch-offset-deg>-13.5</pitch-offset-deg>
<limits>
<enabled type="bool">true</enabled>
</limits>
<default-field-of-view-deg type="double">55.0</default-field-of-view-deg>
</config>
</view>
<view n="106">
<name>Overhead Panel View</name>
<type>lookfrom</type>
<internal type="bool">true</internal>
<config>
<from-model type="bool">true</from-model>
<x-offset-m type="double">0.0</x-offset-m>
<y-offset-m type="double">-0.30</y-offset-m>
<z-offset-m type="double">-23.50</z-offset-m>
<pitch-offset-deg>37</pitch-offset-deg>
<limits>
<enabled type="bool">true</enabled>
</limits>
<default-field-of-view-deg type="double">81.0</default-field-of-view-deg>
</config>
</view>
<airport>
<runways>
<start-offset-m>25</start-offset-m>
</runways>
</airport>
<chase-distance-m>-80</chase-distance-m>
<sound>
<path>Aircraft/767-300/Sounds/767-sound.xml</path>
<switch type = "bool">0</switch>
<Evolume>1</Evolume>
<no-smoking-sign type="bool">false</no-smoking-sign>
<seatbelt-sign type="bool">false</seatbelt-sign>
</sound>
<!-- Ajuste dos flaps -->
<!--flaps>
<setting>0.000</setting>
<setting>0.125</setting>
<setting>0.250</setting>
<setting>0.375</setting>
<setting>0.500</setting>
<setting>0.625</setting>
<setting>0.750</setting>
<setting>0.875</setting>
<setting>1.000</setting>
</flaps-->
<flaps>
<setting>0.000</setting>
<setting>0.033</setting>
<setting>0.167</setting>
<setting>0.500</setting>
<setting>0.667</setting>
<setting>0.833</setting>
<setting>1.000</setting>
</flaps>
<weight n="0">
<name>Crew</name>
<weight-lb>350</weight-lb>
<max-lb>600</max-lb>
<min-lb>250</min-lb>
</weight>
<!-- O menu de ajuda dessa aeronave -->
<help>
<title>Boeing 767-300</title>
<key>
<name>w/W</name>
<desc>Walk forwards/backwards (on interior views only)</desc>
</key>
<key>
<name>Delete</name>
<desc>toggle thrust reversers</desc>
</key>
<key>
<name>g/G</name>
<desc>raise/lower landing gear</desc>
</key>
<key>
<name>B (shift and b)</name>
<desc>toggle parking brakes</desc>
</key>
<key>
<name>pgup/pgdn</name>
<desc>throttle increase/decrease</desc>
</key>
<key>
<name>[/]</name>
<desc>raise/lower flaps</desc>
</key>
<key>
<name>Ctrl-b</name>
<desc>cycle speed brakes settings</desc>
</key>
<key>
<name>l</name>
<desc>toggle landing lights</desc>
</key>
<text>
=== Takeoff Procedure ===
Pre-departure:
1. - Allocate your fuel, passengers and weight under Equipment/fuel and payload
- Once passengers and baggage are loaded and weights defined, close the exit doors
and ensure stairways are disconnected
- Ensure a complete systems checklist is carried out
- Airport operations vehicles should be disconnected from around the aircraft
- Taxi away from the terminal with a Pushback truck
- In poor weather conditions, or crowded airport aprons, A Followme truck should be used if required
Departure:
2. Select 767-300/Autostart (or hold s) to get the engines running
3. set your flaps suitably for the conditions and runway length
4. Release the parking brakes
5. Apply throttle gently, until at 75% throttle
6. Rotate at around 140-160kt
7. Raise landing gear at positive climb
8. Maintain positive climb
Captain Notes:
- Never reverse from terminal without aid from a pushback. It should be used until the aircraft is on the taxiway.
- Ensure you allow enough room to manoeuvre around the airport, given that it is a long aircraft.
- On a short or wet runway, flaps should be set lower on both landing and takeoff, and throttle set to full on takeoff.
- There are risks of overrunning the runway apron upon landing and takeoff, aswell as overrunning the taxiway corners in the 767. In wet conditions especially; take care and ensure that the correct speed guidelines and height are maintained.
- During turbulant conditions, The seatbelt warning sound should be initiated by the captain.
=== Cruising ===
Cruising Speed: Mach 0.83 (907 km/h, 490 knots, 564 mph)
Service Ceiling: 39,000ft
=== Landing ===
1. Decend through 200kt, reaching roughly 160kt 1mile before reaching the apron
2. set flaps accordingly
3. Land at roughly 140kt, touch down carefully and smoothly at 135kt.
4. Apply Speedbrakes
5. Apply thrust reversal and apply throttle
6. Lower throttle and deactivate thrust reversers
7. If necessary, Emergency brakes should be used
</text>
</help>
<menubar>
<default>
<menu n="100">
<enabled type="bool">true</enabled>
<item>
<label>Autostart</label>
<binding>
<command>property-toggle</command>
<property>sim/model/start-idling</property>
</binding>
</item>
<item>
<label>Select Livery</label>
<binding>
<command>nasal</command>
<script>aircraft.livery.dialog.toggle()</script>
</binding>
</item>
<item>
<label>Airport Operations</label>
<binding>
<command>nasal</command>
<script>
var mal = gui.Dialog.new("/sim/gui/dialogs/Boeing747/menu/dialog",
"Aircraft/767-300/Dialogs/airportoperations-dialog.xml");
mal.open();
</script>
</binding>
</item>
<item>
<label>Pushback</label>
<binding>
<command>dialog-show</command>
<dialog-name>pushback</dialog-name>
</binding>
</item>
<!--item>
<label>Announcements</label>
<binding>
<command>nasal</command>
<script>
var mal = gui.Dialog.new("/sim/gui/dialogs/Boeing747/menu/dialog",
"Aircraft/767-300/Dialogs/announcements-dialog.xml");
mal.open();
</script>
</binding>
</item-->
<item>
<label>Doors</label>
<binding>
<command>nasal</command>
<script>
var mal = gui.Dialog.new("/sim/gui/dialogs/Boeing747/menu/dialog",
"Aircraft/767-300/Dialogs/doors-dialog.xml");
mal.open();
</script>
</binding>
</item>
</menu>
</default>
</menubar>
<systems>
<autopilot>
<name>Autopilot</name>
<path>Aircraft/767-300/Systems/767-autopilot.xml</path>
</autopilot>
<autopilot>
<name>Autopilot helpers</name>
<path>Aircraft/Generic/generic-autopilot-helper.xml</path>
</autopilot>
<autopilot>
<name>Autothrottle</name>
<path>Aircraft/767-300/Systems/767-autothrottle.xml</path>
</autopilot>
<autopilot>
<name>Autobrake</name>
<path>Aircraft/767-300/Systems/767-autobrake.xml</path>
</autopilot>
<autopilot>
<name>Spoilers</name>
<path>Aircraft/767-300/Systems/767-spoilers.xml</path>
</autopilot>
<autopilot>
<name>Pushback</name>
<path>Aircraft/767-300/Systems/pushback.xml</path>
</autopilot>
<autopilot>
<name>Flight Controls</name>
<path>Aircraft/767-300/Systems/767-flt-ctrls.xml</path>
</autopilot>
<autopilot>
<name>Pressurization</name>
<path>Aircraft/767-300/Systems/pressurization.xml</path>
</autopilot>
</systems>
<instrumentation>
<path>Aircraft/767-300/Systems/instrumentation.xml</path>
</instrumentation>
<hud>
<enable3d n="1">false</enable3d>
</hud>
<virtual-cockpit archive="y">true</virtual-cockpit>
<allow-toggle-cockpit>true</allow-toggle-cockpit>
<multiplay>
<generic>
<int n="0" type="int"> 0 </int> <!-- Dual Control boolean light switches-->
<int n="2" alias="/systems/electrical/lighting/beacon"/>
<int n="3" alias="/systems/electrical/lighting/strobe"/>
<int n="4" alias="/systems/electrical/lighting/landing-lights"/>
<int n="5" alias="/systems/electrical/lighting/landing-lights[1]"/>
<int n="6" alias="/controls/lighting/landing-lights[2]"/>
<int n="7" alias="/systems/electrical/lighting/nav-lights"/>
<float n="0">0</float> <!-- for the shadow -->
<float n="1">0</float> <!-- for the shadow -->
<float n="2">0</float> <!-- for the shadow -->
<float n="3" alias="/controls/lighting/panel-norm"/> <!-- rembrandt cockpit (flightdeck) lights -->
<float n="4" alias="/position/gear-agl-m"/>
<float n="5" alias="/surface-positions/left-reverser-pos-norm"/>
<string n="0" type="string"></string> <!-- Dual Control analog TDM-mpp1 (magnetos, flaps etc.) -->
<string n="1" type="string"></string> <!-- Dual Control analog TDM-mpp2 only pilot to copilot (fuel in tank etc.) -->
</generic>
</multiplay>
</sim>
<consumables>
<fuel>
<tank n="0"><name>LH Main</name></tank>
<tank n="1"><name>RH Main</name></tank>
<tank n="2"><name>Center</name></tank>
</fuel>
</consumables>
<autopilot>
<autobrake>
<config>
<idle-throttle type="double">0.1</idle-throttle>
<pilot-input type="double">0</pilot-input>
</config>
<step type="int">-1</step>
</autobrake>
</autopilot>
<engines>
<apu>
<rpm type="double">0</rpm>
<on-fire type="bool">false</on-fire>
<running type="bool">false</running>
<serviceable type="bool">true</serviceable>
</apu>
<engine n="0">
<rpm type="double">0</rpm>
<failed type="bool">false</failed>
<on-fire type="bool">false</on-fire>
<running type="bool">false</running>
<started type="bool">false</started>
</engine>
<engine n="1">
<rpm type="double">0</rpm>
<failed type="bool">false</failed>
<on-fire type="bool">false</on-fire>
<running type="bool">false</running>
<started type="bool">false</started>
</engine>
</engines>
<instrumentation>
<clock>
<et-knob type="int">0</et-knob>
</clock>
<dme n="0">
<serviceable>true</serviceable>
<frequencies>
<source>/instrumentation/nav[0]/frequencies/selected-mhz</source>
</frequencies>
</dme>
<dme n="1">
<serviceable>true</serviceable>
<frequencies>
<source>/instrumentation/nav[1]/frequencies/selected-mhz</source>
</frequencies>
</dme>
<!--efis>
<ehsi-ctr type="bool">0</ehsi-ctr>
</efis-->
<fmc>
<to-flap type="double">5</to-flap>
<vspeeds>
<V1 type="double">0</V1>
<VR type="double">0</VR>
<V2 type="double">0</V2>
</vspeeds>
</fmc>
<mk-viii> <!-- mk-viii configuration, see: http://wiki.flightgear.org/index.php/GPWS -->
<serviceable>true</serviceable> <!-- EGPWS_ENABLE -->
<configuration-module>
<category-1> <!-- AIRCRAFT_MODE_TYPE_SELECT -->
255 <!-- aircraft type T1, fast turbofan -->
</category-1>
<category-4> <!-- ALTITUDE_CALLOUTS -->
13 <!-- enable all altitude callouts -->
</category-4>
<category-8> <!-- RADIO_ALTITUDE_INPUT_SELECT -->
3 <!-- use precise (but YASim-specific) gear altitude -->
</category-8>
<category-13> <!-- INPUT_OUTPUT_DISCRETE_TYPE_SELECT -->
5 <!-- flashing warning lamp -->
</category-13>
</configuration-module>
<voice>
<file-prefix type="string">Sounds/mk-viii/</file-prefix>
</voice>
<inputs> <!-- Module I/O -->
<arinc429>
<!-- provide fixed value for decision height -->
<decision-height-ncd> false </decision-height-ncd>
<decision-height> 250 </decision-height>
</arinc429>
</inputs>
<input-feeders> <!-- disable some internal default feeders -->
<discretes>
<!-- will provide custom (nasal) sources for the following input feeders -->
<glideslope-inhibit> false </glideslope-inhibit>
<landing-gear> false </landing-gear>
<landing-flaps> false </landing-flaps>
</discretes>
</input-feeders>
<speaker> <!-- Speaker Configuration -->
<max-dist type="double"> 5 </max-dist> <!-- Max. distance where speaker is heard -->
<reference-dist type="double"> 2 </reference-dist> <!-- Distance to pilot -->
<volume type="double"> 0.6 </volume> <!-- Volume at reference distance -->
</speaker>
</mk-viii>
<nav-compass n="0">
<nav-display n="0" type="int">0</nav-display>
<nav-display n="1" type="int">0</nav-display>
</nav-compass>
<nav-compass n="1">
<nav-display n="0" type="int">0</nav-display>
<nav-display n="1" type="int">0</nav-display>
</nav-compass>
<transponder>
<inputs>
<knob-pos type="int">0</knob-pos>
</inputs>
<id-code type="string">1200</id-code>
<serviceable type="bool">true</serviceable>
</transponder>
<tcas>
<serviceable type="bool">true</serviceable>
<inputs>
<mode type="int">0</mode> <!-- 0=off, 1=standby, 2=TA-only, 3=auto(TA/RA) -->
</inputs>
<!--voice>
<file-prefix type="string">Sounds/tcas/</file-prefix>
</voice-->
<speaker> <!-- Speaker Configuration -->
<max-dist type="double"> 2 </max-dist> <!-- Max. distance where speaker is heard -->
<reference-dist type="double"> 1 </reference-dist> <!-- Distance to pilot -->
<volume type="double"> 1 </volume> <!-- Volume at reference distance -->
</speaker>
</tcas>
</instrumentation>
<input>
<keyboard>
<key n="108">
<name>l</name>
<desc>toggle landing lights</desc>
<binding>
<command>property-toggle</command>
<property>controls/lighting/landing-lights[0]</property>
</binding>
</key>
<key n="119">
<name>w</name>
<desc>Walk forward toward view</desc>
<repeatable>true</repeatable>
<binding>
<command>nasal</command>
<script>walk.walk_about(0.1)</script>
</binding>
</key>
<key n="87">
<name>W</name>
<desc>Walk backward from view</desc>
<repeatable>true</repeatable>
<binding>
<command>nasal</command>
<script>walk.walk_about(-0.1)</script>
</binding>
</key>
<key n="127">
<name>Delete</name>
<desc>Toggle Reversers</desc>
<binding>
<command>property-toggle</command>
<property>controls/engines/engine[0]/reverser</property>
</binding>
<binding>
<command>property-toggle</command>
<property>controls/engines/engine[1]/reverser</property>
</binding>
</key>
<!-- Autopilot dialog override -->
<key n="267">
<name>F11</name>
<desc>Open autopilot dialog</desc>
<binding>
<command>nasal</command>
<script>dialogs.ap_settings.toggle()</script>
</binding>
</key>
<!-- Radio Stack override -->
<key n="268">
<name>F12</name>
<desc>Radio Stack</desc>
<binding>
<command>nasal</command>
<script>dialogs.Radio.toggle()</script>
</binding>
</key>
<key n="2">
<name>Ctrl-b</name>
<desc>Cycle speedbrake setting</desc>
<binding>
<command>property-cycle</command>
<property>controls/flight/speedbrake-lever</property>
<value>0</value> <!-- DOWN -->
<value>1</value> <!-- ARMED -->
<value>2</value> <!-- 50% -->
<value>3</value> <!-- UP -->
</binding>
</key>
</keyboard>
</input>
<controls>
<flight>
<fdm-speedbrake type="double">0</fdm-speedbrake>
<ground-spoilers-cmd-norm type="double">0</ground-spoilers-cmd-norm>
<left-speedbrake-cmd-norm type="double">0</left-speedbrake-cmd-norm>
<right-speedbrake-cmd-norm type="double">0</right-speedbrake-cmd-norm>
<speedbrake-lever type="int">0</speedbrake-lever>
<speedbrake-cmd-norm type="double">0</speedbrake-cmd-norm>
</flight>
<gear>
<brake-parking type="bool">1</brake-parking>
</gear>
<lighting>
<strobe>0</strobe>
<beacon>0</beacon>
<landing-lights>0</landing-lights>
<nav-lights>0</nav-lights>
</lighting>
</controls>
<limits n="0">
<max-flap-extension-speed>
<flaps>0.033</flaps>
<speed>245</speed>
</max-flap-extension-speed>
<max-flap-extension-speed>
<flaps>0.166</flaps>
<speed>225</speed>
</max-flap-extension-speed>
<max-flap-extension-speed>
<flaps>0.500</flaps>
<speed>215</speed>
</max-flap-extension-speed>
<max-flap-extension-speed>
<flaps>0.666</flaps>
<speed>205</speed>
</max-flap-extension-speed>
<max-flap-extension-speed>
<flaps>0.833</flaps>
<speed>190</speed>
</max-flap-extension-speed>
<max-flap-extension-speed>
<flaps>1.000</flaps>
<speed>168</speed>
</max-flap-extension-speed>
<max-gear-extension-speed>270</max-gear-extension-speed>
<vne>600</vne>
<max-positive-g>2.5</max-positive-g>
<max-negative-g>-1.76</max-negative-g>
</limits>
<nasal>
<b767>
<file>Aircraft/767-300/Nasal/electrical.nas</file>
<file>Aircraft/767-300/Nasal/gpws.nas</file>
<file>Aircraft/767-300/Nasal/eicas.nas</file>
<file>Aircraft/767-300/Nasal/AFDS.nas</file>
<file>Aircraft/767-300/Nasal/flightdirector.nas</file>
<!--file>Aircraft/767-300/Nasal/lighting.nas</file-->
<file>Aircraft/767-300/Models/Instruments/ND/ND.nas</file>
<file>Aircraft/767-300/Nasal/systems.nas</file>
<file>Aircraft/767-300/Nasal/pneumatic.nas</file>
<file>Aircraft/767-300/Nasal/fuel_system.nas</file>
<file>Aircraft/767-300/Nasal/hydraulic.nas</file>
<file>Aircraft/Generic/limits.nas</file>
</b767>
<cdu>
<!--file>Aircraft/Instruments-3d/cdu/boeing.nas</file-->
<file>Aircraft/767-300/Nasal/boeing_cdu.nas</file>
</cdu>
<walk>
<file>Aircraft/767-300/Nasal/walk.nas</file>
</walk>
<!-- A randomized failure system. Optional. Uncomment to activate: -->
<!--failures>
<file>Aircraft/767-300/Nasal/Failures.nas</file>
</failures-->
<v-speeds>
<file>Aircraft/767-300/Nasal/v-speeds.nas</file>
</v-speeds>
<auto-coord>
<file>Aircraft/767-300/Nasal/auto_coord.nas</file>
</auto-coord>
<dialogs>
<file>Aircraft/767-300/Nasal/dialogs.nas</file>
</dialogs>
<pressurization>
<file>Aircraft/767-300/Nasal/cabin-pressure.nas</file>
</pressurization>
</nasal>
</PropertyList>