-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathMD-11X-set.xml
executable file
·90 lines (77 loc) · 2.69 KB
/
MD-11X-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
<?xml version="1.0" encoding="UTF-8" ?>
<PropertyList include="MD-11X-main.xml">
<sim>
<description>StarJet Tech/Boeing MD-11X</description>
<flight-model>yasim</flight-model>
<aero>MD-11X</aero>
<startup>
<splash-texture>Aircraft/MD-11X/Splash/splash-1.png</splash-texture>
<splash-texture>Aircraft/MD-11X/Splash/splash-2.png</splash-texture>
<splash-texture>Aircraft/MD-11X/Splash/splash-3.png</splash-texture>
<splash-texture>Aircraft/MD-11X/Splash/splash-4.png</splash-texture>
</startup>
<menubar>
<default>
<menu n="100">
<label>StarJet Tech/Boeing MD-11X</label>
</menu>
</default>
</menubar>
<model n="0">
<path>Aircraft/MD-11X/Models/MD-11.xml</path>
<armrest type="double">0</armrest>
<door>
<position-x-m type="float">-22.647</position-x-m>
<position-y-m type="float">-2.312</position-y-m>
<position-z-m type="float">4.746</position-z-m>
<jetway-hood-deg type="float">2</jetway-hood-deg>
</door>
<door>
<position-x-m type="float">-13.006</position-x-m>
<position-y-m type="float">-2.944</position-y-m>
<position-z-m type="float">4.746</position-z-m>
<jetway-hood-deg type="float">1</jetway-hood-deg>
</door>
<livery>
<file type="string">FIN</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-11X</model>
<engines>PW1000G-P</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">
<MD11>
<file>Aircraft/MD-11X/Nasal/liveries.nas</file>
</MD11>
</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>