-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDC-10-40F-set.xml
123 lines (113 loc) · 3.45 KB
/
DC-10-40F-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) 2024 Josh Davidson (Octal450) -->
<PropertyList include="DC-10-main.xml">
<sim>
<aero>FDE/DC-10-40F</aero>
<description>McDonnell Douglas DC-10-40F (JT9D-59A)</description>
<flight-model>jsb</flight-model>
<model n="0">
<armrest type="double">0</armrest>
<door n="0">
<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>
<jetway-hood-deg type="float">5</jetway-hood-deg>
</door>
<door n="1">
<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>
<jetway-hood-deg type="float">1</jetway-hood-deg>
</door>
<livery>
<file type="string">White</file>
</livery>
<path>Aircraft/DC-10/Models/DC-10-40F.xml</path>
<yoke n="0">
<texture type="string">res/yoke.png</texture>
</yoke>
</model>
<previews>
<preview>
<type>exterior</type>
<splash type="bool">true</splash>
<path>gui/splash/dc-10.png</path>
</preview>
</previews>
<sound n="0">
<path>Aircraft/DC-10/Sounds/cf650-sound.xml</path> <!-- Temporary -->
</sound>
<systems n="0">
<autopilot n="6">
<path>Aircraft/DC-10/Sounds/jt9d-sound-control.xml</path>
</autopilot>
</systems>
<variant-of>DC-10-40</variant-of>
</sim>
<fdm n="0">
<jsbsim n="0">
<inertia n="0">
<empty-weight-x-in type="double">93.0377953</empty-weight-x-in> <!-- 2.36316 meters, 30% MAC -->
</inertia>
</jsbsim>
</fdm>
<limits>
<mass-and-balance> <!-- Data source: TCDS -->
<maximum-takeoff-mass-lbs>572000</maximum-takeoff-mass-lbs>
<maximum-landing-mass-lbs>424000</maximum-landing-mass-lbs>
<maximum-zero-fuel-mass-lbs>401000</maximum-zero-fuel-mass-lbs>
</mass-and-balance>
</limits>
<options n="0">
<eng type="string">PW</eng>
<eng-int type="int">1</eng-int>
</options>
<payload n="0">
<weight n="0">
<name>Forward Upper Cargo</name>
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[0]"/>
<min-lb type="double">0</min-lb>
<max-lb type="double">33600</max-lb>
</weight>
<weight n="1">
<name>Mid 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>Aft Upper Cargo</name>
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[2]"/>
<min-lb type="double">0</min-lb>
<max-lb type="double">42000</max-lb>
</weight>
<weight n="3">
<name>Forward Lower Cargo</name>
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[3]"/>
<min-lb type="double">0</min-lb>
<max-lb type="double">25200</max-lb>
</weight>
<weight n="4">
<name>Aft Lower Cargo</name>
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[4]"/>
<min-lb type="double">0</min-lb>
<max-lb type="double">33600</max-lb>
</weight>
<weight n="5">
<name>Aft Bulk Cargo</name>
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[5]"/>
<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">45</starter-cutoff-n2>
</ignition>
</systems>
<nasal n="0">
<setup>
<script>aircraft.livery.init("Aircraft/DC-10/Models/Liveries/DC-10-40F");</script>
</setup>
</nasal>
</PropertyList>