forked from JWocky/MD-80
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MD-83-set.xml
284 lines (255 loc) · 7.96 KB
/
MD-83-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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
<?xml version="1.0"?>
<!--
McDonnell Douglas MD-81
Gary R. Neely 'Buckaroo', Nov 2009
-->
<PropertyList>
<sim include="Systems/MD-81-views.xml">
<description>McDonnell Douglas MD-83</description>
<author>Gary Neely</author>
<flight-model>yasim</flight-model>
<aero>MD-83-yasim</aero>
<fuel-fraction>0.5</fuel-fraction>
<model>
<path>Aircraft/MD-80/Models/MD-83.xml</path>
<livery>
<file type="string">American</file>
</livery>
</model>
<systems>
<autopilot>
<path>Aircraft/MD-80/Systems/MD-81-autopilot.xml</path>
</autopilot>
<electrical>
<path>Aircraft/Generic/generic-electrical.xml</path>
</electrical>
</systems>
<instrumentation>
<path>Aircraft/MD-80/Systems/MD-81-instrumentation.xml</path>
</instrumentation>
<sound>
<path>Aircraft/MD-80/Sounds/MD-81-sound.xml</path>
</sound>
<panel>
<path>Aircraft/Generic/Panels/generic-vfr-panel.xml</path>
<visibility>false</visibility>
</panel>
<airport>
<runways>
<start-offset-m>30</start-offset-m>
</runways>
</airport>
<!-- Flap detents -->
<flaps>
<setting>0.00</setting>
<setting>0.125</setting> <!-- 5 deg -->
<setting>0.275</setting> <!-- 11 deg (standard takeoff) -->
<setting>0.375</setting> <!-- 15 deg (standard takeoff)-->
<setting>0.5</setting> <!-- 20 deg -->
<setting>0.7</setting> <!-- 28 deg (standard landing) -->
<setting>1.00</setting> <!-- 40 deg (standard landing) -->
</flaps>
<weight n="0">
<name>Crew</name>
<weight-lb>360</weight-lb>
<max-lb>500</max-lb>
<min-lb>300</min-lb>
</weight>
<weight n="1">
<name>Passengers/Cargo</name>
<weight-lb>22000</weight-lb>
<max-lb>42000</max-lb>
<min-lb>0</min-lb>
</weight>
<yoke-visible type="bool">1</yoke-visible>
<menubar>
<default>
<menu n="100">
<label>MD-83</label>
<item>
<label>Select Livery</label>
<binding>
<command>nasal</command>
<script>aircraft.livery.dialog.toggle()</script>
</binding>
</item>
<item>
<label>Autostart</label>
<binding>
<command>nasal</command>
<script>MD83.eng_magicstartup();</script>
</binding>
</item>
<item>
<label>Arm Auto-Spoilers</label>
<binding>
<command>nasal</command>
<script>MD83.spoiler_arm();</script>
</binding>
</item>
<item>
<label>Disarm Auto-Spoilers</label>
<binding>
<command>nasal</command>
<script>MD83.spoiler_disarm();</script>
</binding>
</item>
<item>
<label>Toggle Fuel Cutoff Lockouts</label>
<binding>
<command>property-toggle</command>
<property>/controls/fuel/lockout-cutoffs</property>
</binding>
</item>
<item>
<label>Toggle Cross-Feed</label>
<binding>
<command>property-toggle</command>
<property>/controls/fuel/xfeed</property>
</binding>
</item>
<item>
<label>Captain's Yoke On/Off</label>
<binding>
<command>property-toggle</command>
<property>/sim/yoke-visible</property>
</binding>
</item>
<item>
<label>Toggle Rudder and Throttle Display On HSI</label>
<binding>
<command>property-toggle</command>
<property>/sim/instrument-options/hsi/show-rudder</property>
</binding>
</item>
<item>
<label>Set Comm 1 to 122.75</label>
<binding>
<command>property-assign</command>
<property>instrumentation/comm[0]/frequencies/selected-mhz</property>
<value type="double">122.75</value>
</binding>
</item>
</menu>
</default>
</menubar>
<!-- These values are used to pass custom flight surface positions over MP -->
<multiplay>
<generic>
<float n="0" alias="/surface-positions/left-aileron-pos-ani-norm"/>
<float n="1" alias="/surface-positions/right-aileron-pos-ani-norm"/>
<float n="2" alias="/surface-positions/elevator-pos-ani-norm"/>
<!-- <float n="3" alias="/sim/model/lighting/beacon"/> --> <!-- Doesn't work but reserve float[3] for this; see MD-81.nas -->
<float n="4" alias="/surface-positions/reverser-norm[0]"/>
<float n="5" alias="/surface-positions/reverser-norm[1]"/>
<float n="6" alias="/controls/flight/spoilers-pos-norm-left"/>
<float n="7" alias="/controls/flight/spoilers-pos-norm-right"/>
<float n="8" alias="/controls/flight/spoilers-pos-norm-ground"/>
<int n="0" alias="/controls/lighting/beacon"/>
<int n="1" alias="/controls/lighting/wingtipaft"/>
<int n="2" alias="/controls/lighting/nav"/>
<int n="3" alias="/controls/lighting/landing-left"/>
<int n="4" alias="/controls/lighting/landing-right"/>
</generic>
</multiplay>
<instrument-options>
<hsi>
<show-rudder type="bool">0</show-rudder>
</hsi>
</instrument-options>
</sim>
<autopilot>
<locks>
<at-mode type="int">0</at-mode>
</locks>
</autopilot>
<!--
These n1/n2 values are used in place of FDM values in order to simulate engine
startup/shutdown procedures. During normal engine operation, FDM values are mapped
to these values, but all animations are based on these 'actual' values.
State: off (0), startup stage 1 (1), startup stage 2 (2), running (3), shutdown (4)
-->
<engines>
<engine n="0">
<fuel-flow-pph type="float">0.0</fuel-flow-pph>
<n1-actual type="float">0.0</n1-actual>
<n2-actual type="float">0.0</n2-actual>
<state type="int">0</state>
</engine>
<engine n="1">
<fuel-flow-pph type="float">0.0</fuel-flow-pph>
<n1-actual type="float">0.0</n1-actual>
<n2-actual type="float">0.0</n2-actual>
<state type="int">0</state>
</engine>
</engines>
<controls include="Systems/MD-81-init-controls.xml"/>
<systems include="Systems/MD-81-init-systems.xml"/>
<instrumentation include="Systems/MD-81-init-instrumentation.xml"/>
<input>
<keyboard>
<key n="10">
<name>ctrl-j</name>
<desc>Disarm Auto-Spoilers</desc>
<binding>
<command>nasal</command>
<script>MD83.spoiler_disarm();</script>
</binding>
</key>
<key n="11">
<name>ctrl-k</name>
<desc>Arm Auto-Spoilers</desc>
<binding>
<command>nasal</command>
<script>MD83.spoiler_arm();</script>
</binding>
</key>
<key n="106">
<name>j</name>
<desc>Retract Speedbrakes</desc>
<binding>
<command>nasal</command>
<script>MD83.spoiler_retract();</script>
</binding>
</key>
<key n="107">
<name>k</name>
<desc>Extend Speedbrakes</desc>
<binding>
<command>nasal</command>
<script>MD83.spoiler_extend();</script>
</binding>
</key>
<key n="127">
<name>Delete</name>
<desc>Toggle Reversers</desc>
<binding>
<command>property-toggle</command>
<property>controls/engines/engine[0]/reverser</property>
</binding>
<binding>
<command>property-toggle</command>
<property>controls/engines/engine[1]/reverser</property>
</binding>
</key>
</keyboard>
</input>
<nasal>
<MD83>
<file>Aircraft/MD-80/Nasal/MD-81_fuel.nas</file>
<file>Aircraft/MD-80/Nasal/MD-81_electrical.nas</file>
<file>Aircraft/MD-80/Nasal/MD-81_pneumatics.nas</file>
<file>Aircraft/MD-80/Nasal/MD-81_apu.nas</file>
<file>Aircraft/MD-80/Nasal/MD-81_flightsurfaces.nas</file>
<file>Aircraft/MD-80/Nasal/MD-81_abs.nas</file>
<file>Aircraft/MD-80/Nasal/MD-81_engines.nas</file>
<file>Aircraft/MD-80/Nasal/MD-81_instrumentation_drivers.nas</file>
<file>Aircraft/MD-80/Nasal/MD-81.nas</file>
<!--
<file>Aircraft/MD-80/Nasal/radar.nas</file>
<file>Aircraft/MD-80/Models/Instruments/KLN90B/kln90b.nas</file>
<file>Aircraft/MD-80/Nasal/flightdirector.nas</file>
-->
</MD83>
</nasal>
</PropertyList>