forked from Octal450/MD-11
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MD-11-PW-set.xml
123 lines (113 loc) · 3.41 KB
/
MD-11-PW-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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<?xml version="1.0"?>
<!-- Copyright (c) 2021 Josh Davidson (Octal450) -->
<PropertyList include="MD-11-main.xml">
<sim>
<aero>MD-11-PW</aero>
<description>McDonnell Douglas MD-11 (PW4460)</description>
<flight-model>jsb</flight-model>
<model n="0">
<armrest type="bool">1</armrest>
<door n="0">
<jetway-hood-deg type="float">5</jetway-hood-deg>
<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>
</door>
<door n="1">
<jetway-hood-deg type="float">1</jetway-hood-deg>
<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>
</door>
<livery>
<file type="string">MCD</file>
</livery>
<path>Aircraft/MD-11/Models/MD-11-PW.xml</path>
</model>
<previews>
<preview>
<type>exterior</type>
<splash type="bool">true</splash>
<path>gui/splash/md-11-pw.png</path>
</preview>
</previews>
<rating>
<FDM type="int">5</FDM>
<systems type="int">5</systems>
<cockpit type="int">5</cockpit>
<model type="int">5</model>
</rating>
<sound>
<path>Aircraft/MD-11/Sounds/pw4000-sound.xml</path>
</sound>
<variant-of>MD-11-GE</variant-of>
</sim>
<limits>
<mass-and-balance> <!--Data source: TCDS -->
<maximum-takeoff-mass-lbs>633000</maximum-takeoff-mass-lbs>
<maximum-landing-mass-lbs>458000</maximum-landing-mass-lbs>
<maximum-zero-fuel-mass-lbs>430000</maximum-zero-fuel-mass-lbs>
</mass-and-balance>
</limits>
<MCDUC n="0">
<eng type="string">PW4460</eng>
<type type="string">MD-11 DEF AIL</type>
</MCDUC>
<options n="0">
<eng type="string">PW</eng>
</options>
<payload n="0">
<weight n="0">
<name>Cockpit Crew</name>
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[0]"/>
<min-lb type="double">200</min-lb>
<max-lb type="double">440</max-lb>
</weight>
<weight n="1">
<name>Forward Cabin</name>
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[1]"/>
<min-lb type="double">0</min-lb>
<max-lb type="double">6120</max-lb>
</weight>
<weight n="2">
<name>Center Cabin</name>
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[2]"/>
<min-lb type="double">0</min-lb>
<max-lb type="double">21960</max-lb>
</weight>
<weight n="3">
<name>Aft Cabin</name>
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[3]"/>
<min-lb type="double">0</min-lb>
<max-lb type="double">29880</max-lb>
</weight>
<weight n="4">
<name>Forward Cargo</name>
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[4]"/>
<min-lb type="double">0</min-lb>
<max-lb type="double">25200</max-lb>
</weight>
<weight n="5">
<name>Center Cargo</name>
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[5]"/>
<min-lb type="double">0</min-lb>
<max-lb type="double">33600</max-lb>
</weight>
<weight n="6">
<name>Aft Cargo</name>
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[6]"/>
<min-lb type="double">0</min-lb>
<max-lb type="double">2000</max-lb>
</weight>
</payload>
<systems n="0">
<ignition n="0">
<starter-cutoff-n2 type="double">47</starter-cutoff-n2>
</ignition>
</systems>
<nasal n="0">
<setup>
<script>aircraft.livery.init("Aircraft/MD-11/Models/Liveries/MD-11/PW");</script>
</setup>
</nasal>
</PropertyList>