-
Notifications
You must be signed in to change notification settings - Fork 2
/
MD-11-GE-set.xml
96 lines (89 loc) · 2.76 KB
/
MD-11-GE-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
<?xml version="1.0" encoding="UTF-8" ?>
<!-- Copyright (c) 2019 Joshua Davidson (Octal450) -->
<PropertyList include="MD-11-main.xml">
<sim>
<aero>MD-11-GE</aero>
<description>McDonnell Douglas MD-11 (CF6-80C2D1F)</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/IDG-MD-11/Models/MD-11-GE.xml</path>
</model>
<sound>
<path>Aircraft/IDG-MD-11/Sounds/cf680-sound.xml</path>
</sound>
<systems n="0">
<autopilot n="6">
<path>Aircraft/IDG-MD-11/Systems/fadec-ge.xml</path>
</autopilot>
</systems>
<variant-of>MD-11-PW</variant-of>
</sim>
<options n="0">
<eng>GE</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>
<nasal n="0">
<setup>
<script>aircraft.livery.init("Aircraft/IDG-MD-11/Models/Liveries/MD-11/GE");</script>
</setup>
</nasal>
</PropertyList>