-
Notifications
You must be signed in to change notification settings - Fork 8
/
MD-81-set.xml
89 lines (80 loc) · 2.27 KB
/
MD-81-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
<?xml version="1.0"?>
<!-- Copyright (c) 2024 Josh Davidson (Octal450) -->
<PropertyList include="MD-80-main.xml">
<sim>
<aero>FDE/MD-81</aero>
<description>McDonnell Douglas MD-81 (JT8D-209)</description>
<flight-model>jsb</flight-model>
<model n="0">
<livery>
<file type="string">White</file>
</livery>
<n1-tach n="0">
<texture type="string">n1-209.png</texture>
</n1-tach>
<n2-tach n="0">
<texture type="string">n2-209.png</texture>
</n2-tach>
<path>Aircraft/MD-80/Models/MD-81.xml</path>
</model>
<previews>
<preview>
<type>exterior</type>
<splash type="bool">true</splash>
<path>gui/splash/MD-80.png</path>
</preview>
</previews>
<primary-set>true</primary-set>
</sim>
<fdm n="0">
<jsbsim n="0">
<aero n="0">
<arm-factor type="double">1</arm-factor>
</aero>
</jsbsim>
</fdm>
<limits>
<mass-and-balance> <!-- Data source: TCDS -->
<maximum-landing-mass-lbs>130000</maximum-landing-mass-lbs>
<maximum-takeoff-mass-lbs>142000</maximum-takeoff-mass-lbs>
<maximum-zero-fuel-mass-lbs>120000</maximum-zero-fuel-mass-lbs>
</mass-and-balance>
</limits>
<options n="0">
<aux-tanks type="bool">0</aux-tanks>
<eng type="string">209</eng>
<fms type="string">HT9100/PMS</fms>
<panel-mod type="bool">0</panel-mod>
</options>
<payload n="0">
<weight n="0">
<name>Forward Cabin</name>
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[0]"/>
<min-lb type="double">0</min-lb>
<max-lb type="double">15370</max-lb>
</weight>
<weight n="1">
<name>Aft Cabin</name>
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[1]"/>
<min-lb type="double">0</min-lb>
<max-lb type="double">15185</max-lb>
</weight>
<weight n="2">
<name>Forward Cargo</name>
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[2]"/>
<min-lb type="double">0</min-lb>
<max-lb type="double">10304</max-lb>
</weight>
<weight n="3">
<name>Aft Cargo</name>
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[3]"/>
<min-lb type="double">0</min-lb>
<max-lb type="double">9619</max-lb>
</weight>
</payload>
<nasal n="0">
<setup>
<script>aircraft.livery.init("Aircraft/MD-80/Models/Liveries/MD-81");</script>
</setup>
</nasal>
</PropertyList>