forked from ShFsn/tu154b
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tu154b-set.xml
570 lines (512 loc) · 19.2 KB
/
tu154b-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
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
<?xml version="1.0"?>
<!--
############################################################################
# Copyright
#
# (C) 2007-2009, 2013 by Yurik V. Nikiforoff - port for FGFS, FDM,
# instruments, animations, systems and over.
# (C) 2021-2022 by Ivan Strebkov - model support and impovement
############################################################################-->
<PropertyList include="Aircraft/tu154b/Systems/walker-include.xml">
<input include="Aircraft/tu154b/Config/input.xml"/> <!--Keyboad, mice and controllers config-->
<tu154 include="Aircraft/tu154b/Config/tu154.xml"/> <!--Specific aircraft props and options-->
<nasal include="Aircraft/tu154b/Config/nasal.xml"/> <!--Enabled Nasal Modules-->
<instrumentation include="Aircraft/tu154b/Config/instrumentation-global.xml"/> <!--Main instrumentation prop tree config-->
<services include="Aircraft/tu154b/Config/services.xml"/> <!--Ground services prop tree config-->
<controls include="Aircraft/tu154b/Config/controls.xml"/> <!--Controls prop tree config-->
<rotors include="Aircraft/tu154b/Config/rotors-mult.xml"/> <!--FG MP short float transmisiion config-->
<!-- Aircraft characteristics -->
<aircraft>
<icao>
<type type="string">T154</type>
<wake-turbulence-category>M</wake-turbulence-category>
<equipment type="string">SDFHI</equipment>
<surveillance type="string">C</surveillance>
</icao>
<performance>
<minimum>
<!-- 2300 m -->
<takeoff-length-ft type="int">7545.93177</takeoff-length-ft>
<!-- 2200 m -->
<landing-length-ft type="int">7217.84778</landing-length-ft>
</minimum>
<cruise>
<!-- 900 km/h TAS (M 0.85) -->
<airspeed-knots type="int">486</airspeed-knots>
<!-- 11100 m -->
<altitude-ft type="int">36417.32289</altitude-ft>
</cruise>
<approach>
<!-- 255 km/h -->
<airspeed-knots type="int">137.7</airspeed-knots>
</approach>
<maximum>
<!-- 12100 m -->
<altitude-ft type="int">39698.16279</altitude-ft>
<!-- 975 km/h TAS (M 0.88) -->
<mach type="double">0.88</mach>
<!-- 575 km/h IAS -->
<airspeed-knots type="int">310.5</airspeed-knots>
</maximum>
</performance>
<!-- Legacy jetways -->
<jetway-pos>
<!-- Hand-tuned. Only the 2nd door because it goes insane trying to reach the 1st one. -->
<x-tra>8.0</x-tra>
<y-rot>-2.0</y-rot>
<z-rot>14.5</z-rot>
<hood-rot>11.0</hood-rot>
</jetway-pos>
</aircraft>
<!--******************************* SIMULATOR CONFIG ********************************-->
<sim include="Aircraft/tu154b/Config/views.xml"> <!--Views config-->
<help include="Aircraft/tu154b/Config/help.xml"/> <!--Legacy Help dialog config-->
<menubar include="Aircraft/tu154b/Config/menubar.xml"/> <!--Menubar items config-->
<multiplay include="Aircraft/tu154b/Config/multiplay.xml"/> <!--FG MP props transmission config-->
<aircraft-data include="Aircraft/tu154b/Config/aircraft-data.xml"/> <!--Props stored between sessions-->
<flight-recorder include="Systems/tu154b-flightrec.xml"/> <!--Flight recorder props list-->
<checklists include="tu154b-checklists.xml"/> <!--Aircraft checklist-->
<description>Tupolev Tu-154B-2 airliner</description>
<long-description>The Tupolev Tu-154 (Russian: Tyполев Ту-154; NATO : Careless) is a three-engine, medium-range,
narrow-body airliner designed in the mid-1960s. First flown in 1968, 918 airliners built, the last one in 2013.
It is one of the fastest airliners, with cruising speed of 900 km/h (485 kt).
Capable of operating from unpaved and gravel airfields with only basic facilities.</long-description>
<author>Yurik V. Nikiforoff aka Yurik_nsk, Ivan Strebkov aka ShFsn</author>
<authors>
<author>
<name>Yurik V. Nikiforoff</name>
<description>FDM, 2D and 3D instruments, animations, systems and over</description>
<nick>Yurik_nsk</nick>
</author>
<author>
<name>Francisco Jerez</name>
<description>Bugfixes</description>
</author>
<author>
<name>Tomash Brechko</name>
<description>Testing, programming</description>
</author>
<author>
<name>Alfated</name>
<description>Textures, animations, testing</description>
</author>
<author>
<name>Vitaliy.May and Co</name>
<description>GPL liveries</description>
</author>
<author>
<name>Ruslan Gnatovsky</name>
<description>Nasal electrical system</description>
<nick>Gnat</nick>
</author>
<author>
<name>Specter</name>
<description>Friction coefficient module</description>
</author>
<author>
<name>Ivan Strebkov</name>
<description>Various model support and impovement since 2021</description>
<nick>ShFsn</nick>
</author>
<author>
<name>Egor Chistov</name>
<description>Cockpit tooltips</description>
<nick>rdinit</nick>
</author>
</authors>
<status>advanced production</status>
<tags>
<tag>passenger</tag>
<tag>tupolev</tag>
<tag>1970s</tag>
<tag>1980s</tag>
<tag>1990s</tag>
<tag>2000s</tag>
<tag>2010s</tag>
<tag>ifr</tag>
<tag>low-wing</tag>
<tag>t-tail</tag>
<tag>retractable-gear</tag>
<tag>tricycle</tag>
<tag>pressurised</tag>
<tag>jet</tag>
<tag>three-engine</tag>
<tag>3-engine</tag>
</tags>
<urls>
<home-page>https://github.com/ShFsn/tu154b</home-page>
<support>https://github.com/ShFsn/tu154b/issues</support>
<wikipedia>https://en.wikipedia.org/wiki/Tupolev_Tu-154</wikipedia>
<code-repository>https://github.com/ShFsn/tu154b</code-repository>
</urls>
<rating>
<FDM type="int">5</FDM>
<systems type="int">5</systems>
<cockpit type="int">5</cockpit>
<model type="int">5</model>
</rating>
<flight-model>jsb</flight-model>
<aero>tu154b</aero>
<startup>
<splash-texture>Aircraft/tu154b/tu154.png</splash-texture>
</startup>
<previews>
<preview>
<type>exterior</type>
<splash type="bool">true</splash>
<path>gui/Splash/exterior/1.jpg</path>
</preview>
<preview>
<type>exterior</type>
<splash type="bool">true</splash>
<path>gui/Splash/exterior/2.jpg</path>
</preview>
<preview>
<type>exterior</type>
<splash type="bool">true</splash>
<path>gui/Splash/exterior/3.jpg</path>
</preview>
<preview>
<type>exterior</type>
<splash type="bool">true</splash>
<path>gui/Splash/exterior/4.jpg</path>
</preview>
<preview>
<type>exterior</type>
<splash type="bool">true</splash>
<path>gui/Splash/exterior/5.jpg</path>
</preview>
<preview>
<type>exterior</type>
<splash type="bool">true</splash>
<path>gui/Splash/exterior/6.jpg</path>
</preview>
<preview>
<type>panel</type>
<splash type="bool">true</splash>
<path>gui/Splash/panel/1.jpg</path>
</preview>
<preview>
<type>panel</type>
<splash type="bool">true</splash>
<path>gui/Splash/panel/2.jpg</path>
</preview>
<preview>
<type>panel</type>
<splash type="bool">true</splash>
<path>gui/Splash/panel/3.jpg</path>
</preview>
<preview>
<type>art</type>
<splash type="bool">true</splash>
<path>gui/Splash/art/1.jpg</path>
</preview>
</previews>
<gui n="0" include="gui/it-gui.xml"/>
<gui>
<style>
<colors>
<splash-font>
<red>0.25</red>
<green>0.28</green>
<blue>0.31</blue>
</splash-font>
<splash-screen>
<red>1.0</red>
<green>1.0</green>
<blue>1.0</blue>
</splash-screen>
</colors>
</style>
</gui>
<replay>
<buffer>
<medium-res-sample-dt type="double">0.25</medium-res-sample-dt>
<medium-res-time type="double">1800</medium-res-time>
</buffer>
</replay>
<!--<rendering>
<refl_correction type="double">-0.5</refl_correction>
</rendering>-->
<model>
<autopush include="Systems/autopush-config.xml"/>
<path>Aircraft/tu154b/Model/tu154b-model.xml</path>
<livery>
<file type="string">85363-AFL</file>
</livery>
<!--Walker spawn point-->
<map>
<default_exit>
<x-offset-m type ="float">-4.25</x-offset-m>
<y-offset-m type ="float">-8</y-offset-m>
</default_exit>
</map>
<!--Animated jetways points-->
<!--<door>
<position-x-m type="float">-18.66</position-x-m>
<position-y-m type="float">-1.742</position-y-m>
<position-z-m type="float">1.015</position-z-m>
<jetway-hood-deg type="float">12.0</jetway-hood-deg>
</door>
<door>
<position-x-m type="float">-7.697</position-x-m>
<position-y-m type="float">-1.87</position-y-m>
<position-z-m type="float">1.015</position-z-m>
<jetway-hood-deg type="float">11.0</jetway-hood-deg>
</door>--><!--Moved to embedded nasal-->
</model>
<sound>
<path>Aircraft/tu154b/Sound/sound.xml</path>
<internal type="bool">true</internal>
<external type="bool">false</external>
<pax type="bool">false</pax>
<window-open type="bool">false</window-open>
<loud-ext type="bool">true</loud-ext>
<voices>
<copilot type="string"></copilot>
</voices>
</sound>
<flaps>
<setting>0.0</setting>
<setting>0.3333</setting>
<setting>0.62</setting>
<setting>1.0</setting>
</flaps>
<virtual-cockpit >true</virtual-cockpit>
<allow-toggle-cockpit >true</allow-toggle-cockpit>
<chase-distance-m type="double" >-110.0</chase-distance-m>
<instrumentation>
<path>Aircraft/tu154b/Systems/instrumentation-config.xml</path>
<tcas>
<name>tcas</name>
<number>0</number>
</tcas>
</instrumentation>
<realism>
<false-radio-courses-enabled type="bool">false</false-radio-courses-enabled>
</realism>
<systems>
<property-rule n="100">
<path>Aircraft/tu154b/Systems/property-rules.xml</path>
</property-rule>
<property-rule n="101">
<path>Aircraft/tu154b/Systems/Animations/exterior.xml</path>
</property-rule>
<property-rule n="102">
<path>Aircraft/tu154b/Systems/Animations/gnd_services.xml</path>
</property-rule>
<property-rule n="103">
<path>Aircraft/tu154b/Systems/Animations/particles.xml</path>
</property-rule>
<property-rule n="104">
<path>Aircraft/tu154b/Systems/Animations/glare.xml</path>
</property-rule>
<wingflexer include="Systems/wingflexer-params.xml"/>
</systems>
<airport>
<runways>
<start-offset-m type="double">10</start-offset-m>
</runways>
</airport>
</sim>
<!--******************************* END OF SIMULATOR CONFIG ********************************-->
<!--*********************************** WEIGHTS AND FDM ************************************-->
<payload>
<weight>
<name type="string">Front passenger cabin (Rows 1-15)</name>
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[1]"/>
<min-lb type="double">0.0</min-lb>
<max-lb type="double">13750.0</max-lb>
</weight>
<weight>
<name type="string">Middle passenger cabin (Rows 16-25)</name>
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[2]"/>
<min-lb type="double">0.0</min-lb>
<max-lb type="double">10000.0</max-lb>
</weight>
<weight>
<name type="string">Rear passenger cabin (Rows 26-33)</name>
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[3]"/>
<min-lb type="double">0.0</min-lb>
<max-lb type="double">7580.0</max-lb>
</weight>
<weight>
<name type="string">Front luggage (compartment 1)</name>
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[4]"/>
<min-lb type="double">0.0</min-lb>
<max-lb type="double">4890.0</max-lb>
</weight>
<weight>
<name type="string">Front luggage (compartment 2)</name>
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[5]"/>
<min-lb type="double">0.0</min-lb>
<max-lb type="double">3700.0</max-lb>
</weight>
<weight>
<name type="string">Front luggage (compartment 3)</name>
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[6]"/>
<min-lb type="double">0.0</min-lb>
<max-lb type="double">9910.0</max-lb>
</weight>
<weight>
<name type="string">Front luggage (compartment 4)</name>
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[7]"/>
<min-lb type="double">0.0</min-lb>
<max-lb type="double">9910.0</max-lb>
</weight>
<weight>
<name type="string">Rear luggage (compartment 1)</name>
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[8]"/>
<min-lb type="double">0.0</min-lb>
<max-lb type="double">11500.0</max-lb>
</weight>
<weight>
<name type="string">Rear luggage (compartment 2)</name>
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[9]"/>
<min-lb type="double">0.0</min-lb>
<max-lb type="double">3700.0</max-lb>
</weight>
<weight>
<name type="string">Rear luggage (compartment 3)</name>
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[10]"/>
<min-lb type="double">0.0</min-lb>
<max-lb type="double">7660.0</max-lb>
</weight>
</payload>
<gear>
<gear n="0">
<tyre-smoke type="bool">false</tyre-smoke>
<sprayspeed-ms type="double">0</sprayspeed-ms>
<spray-density type="double">0</spray-density>
<zsink-in type="double">25</zsink-in>
</gear>
<gear n="1">
<tyre-smoke type="bool">false</tyre-smoke>
<sprayspeed-ms type="double">0</sprayspeed-ms>
<spray-density type="double">0</spray-density>
<zsink-in type="double">25</zsink-in>
</gear>
<gear n="2">
<tyre-smoke type="bool">false</tyre-smoke>
<sprayspeed-ms type="double">0</sprayspeed-ms>
<spray-density type="double">0</spray-density>
<zsink-in type="double">25</zsink-in>
</gear>
<gear n="3">
<zsink-in type="double">25</zsink-in>
</gear>
<gear n="4">
<zsink-in type="double">25</zsink-in>
</gear>
<gear n="5">
<zsink-in type="double">25</zsink-in>
</gear>
<gear n="6">
<zsink-in type="double">25</zsink-in>
</gear>
</gear>
<consumables>
<fuel>
<tank n="0"><name>Feed tank (1)</name></tank>
<tank n="1"><name>Left wing inner tank (2 LEFT)</name></tank>
<tank n="2"><name>Right wing inner tank (2 RIGHT)</name></tank>
<tank n="3"><name>Left wing outer tank (3 LEFT)</name></tank>
<tank n="4"><name>Right wing outer tank (3 RIGHT)</name></tank>
<tank n="5"><name>Ballast tank (4)</name></tank>
</fuel>
</consumables>
<fdm>
<jsbsim>
<external_reactions n="0">
<tractor>
<connected alias="/sim/model/autopush/connected"/>
<magnitude alias="/sim/model/autopush/force-lbf"/>
<x alias="/sim/model/autopush/force-x"/>
<y alias="/sim/model/autopush/force-y"/>
</tractor>
</external_reactions>
<instrumentation>
<pu11-latitude>55.0</pu11-latitude>
<tks-consumers>0</tks-consumers>
<tks-latitude-auto>0</tks-latitude-auto>
<pnp-left-selector>0</pnp-left-selector>
<bgmk-offset-1>50</bgmk-offset-1>
<bgmk-offset-2>250</bgmk-offset-2>
<indicated-altitude-m>0</indicated-altitude-m>
<nvu>
<stopped type="int">1</stopped>
<Spm-active type="double">0</Spm-active>
<Zpm-active type="double">0</Zpm-active>
</nvu>
</instrumentation>
<ap>
<!--<gs-gain>8.0</gs-gain>-->
<gs-lock>0.0</gs-lock>
<!--<gs-gain-pos>1.0</gs-gain-pos>-->
<!--<yaw-gain>8.0</yaw-gain>-->
<!--<vor-p-gain>0.2</vor-p-gain>
<vor-d-gain>5.0</vor-d-gain>-->
<!--<input-pitch-rad>0.15</input-pitch-rad>
<input-altitude>3000</input-altitude>
<input-heading-pnp>90</input-heading-pnp>
<roll-hold>1</roll-hold>
<roll-selector>1</roll-selector>
<pitch-selector>0</pitch-selector>-->
</ap>
<gear>
<gear-cmd-static type="double">1.0</gear-cmd-static>
</gear>
<fcs>
<stabilizer-cmd-norm type="double">0.0</stabilizer-cmd-norm>
<stab-manu-cmd type="double">0.0</stab-manu-cmd>
<stab-auto-cmd type="double">1.0</stab-auto-cmd>
<stab-manu-switch type="double">0.0</stab-manu-switch>
<stab-manu-selector type="double">1.0</stab-manu-selector>
<revers-by-joy type="double">0.0</revers-by-joy>
<revers-1-limit type="double">0.1</revers-1-limit>
<revers-2-limit type="double">0.05</revers-2-limit><!-- Set here value about 0.03-0.06 if you want reverser control by joystick. Set revers-by-joy to 1 -->
</fcs>
<!--<metrics>
<stabilizer-factor>-0.48</stabilizer-factor>
</metrics>-->
<hs>
<max-pressure>210.0</max-pressure>
<ra56-pitch-1>0.0</ra56-pitch-1>
<ra56-pitch-2>0.0</ra56-pitch-2>
<ra56-pitch-3>0.0</ra56-pitch-3>
<ra56-roll-1>0.0</ra56-roll-1>
<ra56-roll-2>0.0</ra56-roll-2>
<ra56-roll-3>0.0</ra56-roll-3>
<ra56-yaw-1>0.0</ra56-yaw-1>
<ra56-yaw-2>0.0</ra56-yaw-2>
<ra56-yaw-3>0.0</ra56-yaw-3>
</hs>
<tu154>
<gear>
<sw-main alias="/tu154/gear/sw-main"/>
<sw-emerg1 alias="/tu154/gear/sw-emerg1"/>
<sw-emerg2 alias="/tu154/gear/sw-emerg2"/>
</gear>
</tu154>
<fuel>
<power-dc27-L
alias="/tu154/systems/electrical/buses/DC27-bus-L/volts"/>
<power-ac200-1L
alias="/tu154/systems/electrical/buses/AC3x200-bus-1L/volts"/>
<power-ac200-2
alias="/tu154/systems/electrical/buses/AC3x200-bus-2/volts"/>
<power-ac200-3L
alias="/tu154/systems/electrical/buses/AC3x200-bus-3L/volts"/>
<level-1-kg alias="/consumables/fuel/tank[0]/level-kg"/>
<level-2L-kg alias="/consumables/fuel/tank[1]/level-kg"/>
<level-2R-kg alias="/consumables/fuel/tank[2]/level-kg"/>
<level-3L-kg alias="/consumables/fuel/tank[3]/level-kg"/>
<level-3R-kg alias="/consumables/fuel/tank[4]/level-kg"/>
<level-4-kg alias="/consumables/fuel/tank[5]/level-kg"/>
<sw-apu alias="/tu154/switches/APU-starter-switch"/>
</fuel>
</jsbsim>
</fdm>
<!--******************************* END OF WEIGHTS AND FDM *******************************-->
</PropertyList>