forked from mbuse/Flightgear_777
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path777-9X-set.xml
100 lines (92 loc) · 3.14 KB
/
777-9X-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
<PropertyList include="777-set-common.xml">
<sim n="0">
<description>Boeing 777-9X with GE9X-105B1A engines</description>
<aero>777-9X</aero>
<max-payload type="double">408060</max-payload>
<startup>
<splash-texture>Aircraft/777/splash-9x.png</splash-texture>
</startup>
<previews>
<preview>
<type>exterior</type>
<splash type="bool">true</splash>
<path>Splash/cockpit.png</path>
</preview>
<preview>
<type>exterior</type>
<splash type="bool">true</splash>
<path>Splash/wing1.png</path>
</preview>
<preview>
<type>exterior</type>
<splash type="bool">true</splash>
<path>Splash/wing2.png</path>
</preview>
</previews>
<model n="0">
<path>Aircraft/777/Models/777-9X.xml</path>
<livery>
<file type="string">BOE</file>
</livery>
<lights>
<file type="string">BOE</file>
</lights>
</model>
<view n="0">
<config n="0">
<z-offset-m type="double">-28.0781</z-offset-m>
</config>
</view>
<view n="100">
<config n="0">
<z-offset-m type="double">-28.0781</z-offset-m>
</config>
</view>
<view n="101">
<config n="0">
<z-offset-m type="double">-28.0781</z-offset-m>
</config>
</view>
<menubar n="0">
<default n="0">
<menu n="100">
<label>777-9X</label>
</menu>
</default>
</menubar>
<tutorials>
<tutorial include="Tutorials/300/777-cockpit-overview.xml"/>
<tutorial include="Tutorials/300/777-cockpit-pfd.xml"/>
<tutorial include="Tutorials/300/777-cockpit-autopilot.xml"/>
<tutorial include="Tutorials/300/777-preflight.xml"/>
<tutorial include="Tutorials/300/777-pushback-startup.xml"/>
<tutorial include="Tutorials/300/777-takeoff.xml"/>
<!-- <tutorial include="Tutorials/300/777-approach-landing.xml"/> -->
</tutorials>
<weight n="1">
<!-- 365 pax max @ 180 lbs-->
<name>Pax/Baggage</name>
<weight-lb type="double">70420</weight-lb>
<max-lb type="double">154000</max-lb>
<min-lb type="double">0</min-lb>
</weight>
</sim>
<instrumentation n="0">
<cdu n="0">
<ident>
<model>777-9X</model>
<engines>RR Trent 877</engines>
</ident>
</cdu>
</instrumentation>
<autopilot n="0">
<constant>
<flare-base type="double">0.2</flare-base>
<derate-lowalt type="double">0.77</derate-lowalt>
<descent-profile-high-base type="double">0.19</descent-profile-high-base>
<descent-profile-high-rate type="double">-0.00080214</descent-profile-high-rate>
<descent-profile-low-base type="double">0.15</descent-profile-low-base>
<descent-profile-low-rate type="double">-0.00026738</descent-profile-low-rate>
</constant>
</autopilot>
</PropertyList>