forked from Octal450/MD-11
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMD-11F-GE-set.xml
116 lines (105 loc) · 3.4 KB
/
MD-11F-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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (c) 2019 Joshua Davidson (Octal450)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<PropertyList include="MD-11-main.xml">
<sim>
<aero>MD-11F-GE</aero>
<description>McDonnell Douglas MD-11F (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>
<livery>
<file type="string">FED</file>
</livery>
<path>Aircraft/LIBRE-MD-11X/Models/MD-11F-GE.xml</path>
</model>
<rating>
<FDM type="int">5</FDM>
<systems type="int">4</systems>
<cockpit type="int">4</cockpit>
<model type="int">5</model>
</rating>
<sound>
<path>Aircraft/LIBRE-MD-11X/Sounds/cf680-sound.xml</path>
</sound>
<systems n="0">
<autopilot n="6">
<path>Aircraft/LIBRE-MD-11X/Systems/fadec-ge.xml</path>
</autopilot>
</systems>
<variant-of>MD-11F-PW</variant-of>
</sim>
<MCDUC n="0">
<eng>CF6-80C2</eng>
<type>MD-11 DEF AIL</type>
</MCDUC>
<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 Upper Cargo</name>
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[1]"/>
<min-lb type="double">0</min-lb>
<max-lb type="double">33600</max-lb>
</weight>
<weight n="2">
<name>Center Upper Cargo</name>
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[2]"/>
<min-lb type="double">0</min-lb>
<max-lb type="double">33600</max-lb>
</weight>
<weight n="3">
<name>Aft Upper Cargo</name>
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[3]"/>
<min-lb type="double">0</min-lb>
<max-lb type="double">42000</max-lb>
</weight>
<weight n="4">
<name>Forward Lower 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 Lower 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 Lower 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/LIBRE-MD-11X/Models/Liveries/MD-11F/GE");</script>
</setup>
</nasal>
</PropertyList>