-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path777-200LR-set.xml
91 lines (82 loc) · 3.07 KB
/
777-200LR-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
<PropertyList include="777-set-common.xml">
<sim n="0">
<description>Boeing 777-200LR with GE90-115B engines</description>
<aero>777-200LR</aero>
<max-payload type="double">440000</max-payload>
<startup>
<splash-texture>Aircraft/777/splash-200LR.png</splash-texture>
</startup>
<model n="0">
<path>Aircraft/777/Models/777-200LR.xml</path>
<livery>
<file type="string">BA</file>
</livery>
<lights>
<file type="string">BA</file>
</lights>
</model>
<view n="0">
<config n="0">
<z-offset-m type="double">-22.84</z-offset-m>
</config>
</view>
<view n="100">
<config n="0">
<z-offset-m type="double">-22.84</z-offset-m>
</config>
</view>
<view n="101">
<config n="0">
<z-offset-m type="double">-22.84</z-offset-m>
</config>
</view>
<menubar n="0">
<default n="0">
<menu n="100">
<label>777-200LR</label>
</menu>
</default>
</menubar>
<tutorials>
<tutorial include="Tutorials/200/777-cockpit-overview.xml"/>
<tutorial include="Tutorials/200/777-cockpit-pfd.xml"/>
<tutorial include="Tutorials/200/777-cockpit-autopilot.xml"/>
<tutorial include="Tutorials/200/777-preflight.xml"/>
<tutorial include="Tutorials/200/777-pushback-startup.xml"/>
<tutorial include="Tutorials/200/777-takeoff.xml"/>
<!-- <tutorial include="Tutorials/200/777-approach-landing.xml"/> -->
</tutorials>
<weight n="1">
<!-- 328 pax max @ 180 lbs -->
<name>Pax/Baggage</name>
<weight-lb type="double">44840</weight-lb>
<max-lb type="double">131000</max-lb>
<min-lb type="double">0</min-lb>
</weight>
</sim>
<consumables n="0">
<fuel n="0">
<tank n="3"><name>Rear A</name></tank>
<tank n="4"><name>Rear B</name></tank>
<tank n="5"><name>Rear C</name></tank>
</fuel>
</consumables>
<instrumentation n="0">
<cdu n="0">
<ident>
<model>777-200LR</model>
<engines>GE90-115B</engines>
</ident>
</cdu>
</instrumentation>
<autopilot n="0">
<constant>
<flare-base type="double">0.2</flare-base>
<derate-lowalt type="double">0.75</derate-lowalt>
<descent-profile-high-base type="double">0.23</descent-profile-high-base>
<descent-profile-high-rate type="double">-0.00084337</descent-profile-high-rate>
<descent-profile-low-base type="double">0.17</descent-profile-low-base>
<descent-profile-low-rate type="double">-0.00033133</descent-profile-low-rate>
</constant>
</autopilot>
</PropertyList>