forked from juse1235/md-11
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MD-11-set.xml
99 lines (85 loc) · 2.61 KB
/
MD-11-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
<?xml version="1.0" encoding="UTF-8" ?>
<PropertyList include="MD-11-main.xml">
<sim>
<description>Boeing/McDonnell Douglas MD-11</description>
<tags>
<tag>transport</tag>
<tag>douglas</tag>
<tag>jet</tag>
<tag>retractable-gear</tag>
<tag>glass-cockpit</tag>
<tag>ifr</tag>
<tag>2010s</tag>
<tag>2000s</tag>
<tag>1990s</tag>
</tags>
<flight-model>yasim</flight-model>
<aero>MD-11</aero>
<startup>
<splash-texture>Aircraft/MD-11/splash.png</splash-texture>
</startup>
<menubar>
<default>
<menu n="100">
<label>McDonnell Douglas MD-11</label>
</menu>
</default>
</menubar>
<model n="0">
<path>Aircraft/MD-11/Models/MD-11.xml</path>
<armrest type="double">0</armrest>
<door>
<position-x-m type="float">-24.0</position-x-m>
<position-y-m type="float">-2.3</position-y-m>
<position-z-m type="float">6.0</position-z-m>
<jetway-hood-deg type="float">5</jetway-hood-deg>
</door>
<door>
<position-x-m type="float">-14.5</position-x-m>
<position-y-m type="float">-2.8</position-y-m>
<position-z-m type="float">6.0</position-z-m>
<jetway-hood-deg type="float">1</jetway-hood-deg>
</door>
<livery>
<file type="string">KLM</file>
</livery>
</model>
<shutterspeed type="double">0.18</shutterspeed>
<weight n="1">
<!-- 328 pax max @ 180 lbs + cargo -->
<name>Pax/Baggage</name>
<weight-lb type="double">44840</weight-lb>
<max-lb type="double">116025</max-lb>
<min-lb type="double">0</min-lb>
</weight>
</sim>
<instrumentation n="0">
<cdu n="0">
<ident n="0">
<model>MD-11</model>
<engines>CF6-80C2</engines>
</ident>
</cdu>
</instrumentation>
<autopilot n="0">
<constant>
<flare-base type="double">0.315</flare-base>
<flch-thrust type="double">0.85</flch-thrust>
<descent-profile-high-base type="double">0.13</descent-profile-high-base>
<descent-profile-high-rate type="double">-0.00094203</descent-profile-high-rate>
<descent-profile-low-base type="double">0.12</descent-profile-low-base>
<descent-profile-low-rate type="double">-0.00050725</descent-profile-low-rate>
</constant>
</autopilot>
<nasal n="0">
<livery>
<file>Aircraft/MD-11/Nasal/liveries.nas</file>
</livery>
</nasal>
<limits>
<mass-and-balance>
<maximum-takeoff-mass-lbs>602500</maximum-takeoff-mass-lbs>
<maximum-landing-mass-lbs>430000</maximum-landing-mass-lbs>
</mass-and-balance>
</limits>
</PropertyList>