-
Notifications
You must be signed in to change notification settings - Fork 2
/
MD-10F-set.xml
86 lines (75 loc) · 2.53 KB
/
MD-10F-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
<?xml version="1.0" encoding="UTF-8" ?>
<PropertyList include="MD-10-main.xml">
<sim>
<description>Boeing/McDonnell Douglas MD-10F</description>
<flight-model>yasim</flight-model>
<aero>MD-10F</aero>
<startup>
<splash-texture>Aircraft/MD-10-Family/Splash/MD-10-splash1.png</splash-texture>
<!--splash-texture>Aircraft/MD-10-Family/Splash/MD-10-splash2.png</splash-texture-->
</startup>
<menubar>
<default>
<menu n="100">
<label>McDonnell Douglas MD-10F</label>
</menu>
</default>
</menubar>
<model n="0">
<path>Aircraft/MD-10-Family/Models/MD-10F.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">FDX</file>
</livery>
</model>
<shutterspeed type="double">0.18</shutterspeed>
<weight n="1">
<!-- 328 pax max @ 180 lbs + cargo -->
<name>Cargo</name>
<weight-lb type="double">74840</weight-lb>
<max-lb type="double">167325</max-lb>
<min-lb type="double">0</min-lb>
</weight>
</sim>
<instrumentation n="0">
<cdu n="0">
<ident n="0">
<model>MD-10F</model>
<engines>CF6-50C</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-10-Family/Nasal/liveriesF.nas</file>
</MD11>
</nasal>
<limits>
<mass-and-balance>
<maximum-takeoff-mass-lbs>602500</maximum-takeoff-mass-lbs>
<maximum-landing-mass-lbs>471500</maximum-landing-mass-lbs>
</mass-and-balance>
</limits>
</PropertyList>