-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathconfig.ts
More file actions
696 lines (692 loc) · 39.8 KB
/
config.ts
File metadata and controls
696 lines (692 loc) · 39.8 KB
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
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
import { Configuration } from "../lib";
const config: Configuration = {
version: 1,
publishers: [
{
name: 'FlyByWire Simulations',
key: 'flybywiresim',
logoUrl: 'https://flybywirecdn.com/installer/media-assets/publisher-icons/flybywiresim/0.svg',
defs: [
{
kind: 'addonCategory',
key: 'aircraft',
title: 'Aircraft',
},
{
kind: 'addonCategory',
key: 'scenery',
title: 'Scenery',
},
{
kind: 'addonCategory',
key: 'simbridge',
styles: ['align-bottom'],
},
{
kind: 'externalApp',
key: 'mcdu-server',
prettyName: 'MCDU Server',
detectionType: 'ws',
url: 'ws://localhost:8380',
},
{
kind: 'externalApp',
key: 'simbridge-app',
prettyName: 'SimBridge',
detectionType: 'http',
url: 'http://localhost:8380/health',
killUrl: 'http://localhost:8380/health/kill',
killMethod: 'GET',
},
{
kind: 'externalApp',
key: 'msfs',
prettyName: 'MSFS',
detectionType: 'tcp',
port: 500,
},
],
addons: [
{
key: 'a32nx',
name: 'A32NX',
simulator: 'msfs2020',
repoOwner: 'flybywiresim',
repoName: 'aircraft',
category: '@aircraft',
aircraftName: 'A320-251N',
titleImageUrl: 'https://flybywirecdn.com/installer/media-assets/addon-titles/fbw-a32nx/dark.svg',
titleImageUrlSelected: 'https://flybywirecdn.com/installer/media-assets/addon-titles/fbw-a32nx/light.svg',
enabled: true,
backgroundImageUrls: ['https://flybywirecdn.com/installer/media-assets/addon-headers/fbw-a32nx/1.png'],
shortDescription: 'Airbus A320neo Series',
description: 'The A320neo (new engine option) is one of many upgrades introduced by Airbus to help maintain ' +
'its A320 product line’s position as the world’s most advanced and fuel-efficient single-aisle ' +
'aircraft family. The baseline A320neo jetliner has a choice of two new-generation engines ' +
'(the PurePower PW1100G-JM from Pratt and Whitney and the LEAP-1A from CFM International) ' +
'and features large, fuel-saving wingtip devices known as Sharklets.',
techSpecs: [
{
name: 'Engines',
value: 'CFM LEAP 1A-26',
},
{
name: 'APU',
value: 'APS3200',
},
],
targetDirectory: 'flybywire-aircraft-a320-neo',
alternativeNames: [
'A32NX',
'a32nx',
],
dependencies: [
{
addon: '@flybywiresim/simbridge',
optional: true,
modalText: 'SimBridge allows the A32NX to expose remote tools like the Web MCDU, as well as use the external terrain database.',
},
],
tracks: [
{
name: 'Stable',
key: 'a32nx-stable',
url: 'https://flybywirecdn.com/addons/a32nx/stable',
alternativeUrls: [
'external/a32nx/stable',
// move bunnycdn users to cloudflare
'https://cdn.flybywiresim.com/addons/a32nx/stable',
],
description: 'The stable edition is for those who need a stable home cockpit API, or controlled upgrades every few months. ' +
'This edition will always be behind the development edition in both features and fixes, ' +
'but it will receive compatibility patches if required for MSFS updates. Please visit our discord for support.',
isExperimental: false,
releaseModel: {
type: 'fragmenter',
},
},
{
name: 'Development',
key: 'a32nx-dev',
url: 'https://flybywirecdn.com/addons/a32nx/master',
alternativeUrls: [
// move old experimental users over to dev
'https://cdn.flybywiresim.com/addons/a32nx/cfbw-cap',
'https://cdn.flybywiresim.com/addons/a32nx/cfbw',
'external/a32nx/master',
// move bunnycdn users to cloudflare
'https://cdn.flybywiresim.com/addons/a32nx/master',
// move exp users to dev
'https://flybywirecdn.com/addons/a32nx/experimental',
'external/a32nx/experimental',
'https://cdn.flybywiresim.com/addons/a32nx/experimental',
'https://github.com/flybywiresim/a32nx/releases/download/assets/experimental/',
],
description: 'The development edition has all of the latest features and bug fixes that will end up in the next stable edition release. ' +
'Although every change is QA-tested, bugs sometimes slip in; please reach out to us if you find any. ' +
'Updates occur whenever something is added to the \'master\' branch on Github. Please visit our discord for support.',
isExperimental: false,
releaseModel: {
type: 'fragmenter',
},
},
],
incompatibleAddons: [
// title: the exact title as it appears in the manifest.json
// creator: the exact creator as it appears in the manifest.json
// packageVersion syntax follows: https://www.npmjs.com/package/semver
// description: a short description of why the addon is incompatible
{
title: 'FlightFlow | IMPROVED TEXTURES MOD',
creator: 'FlightFlow',
description: "It is recommended to remove this add-on/mod before installing and using the A32NX. This add-on/mod is known to override A32NX components and cause unexpected behavior and issues when flying the A32NX.",
},
{
title: 'Horizon Simulations A319ceo',
packageVersion: '<0.6.1',
description: "It is recommended to upgrade to the latest version (0.6.1 or later) or to remove this add-on before installing and using the A32NX. The older versions of this add-on are known to override A32NX components and to break the A32NX.",
},
{
title: 'Horizon Simulations A321neo',
// packageVersion: '<0.4.0', see https://discord.com/channels/738864299392630914/785976111875751956/1055617417189011546
description: "It is recommended to remove this add-on before installing and using the A32NX. This add-on is known to override A32NX components and cause unexpected behavior and issues when flying the A32NX.",
},
{
title: 'LVFR A321neo FBW A32NX Compatibility Mod',
description: "It is recommended to remove this add-on before installing and using the A32NX. This add-on is known to override A32NX components and to break the A32NX.",
},
{
title: 'LVFR A321neo Extreme',
description: "It is recommended to remove this add-on before installing and using the A32NX. This add-on is known to override A32NX components and cause unexpected behavior and issues when flying the A32NX.",
},
{
title: 'lvfr-airbus-a319-fbw-standalone',
packageVersion: '<0.6.1',
description: "It is recommended to upgrade to the latest version (0.6.1 or later) or to remove this add-on before installing and using the A32NX. The older versions of this add-on are known to override A32NX components and to break the A32NX.",
},
{
title: 'lvfr-airbus-a319-ceo-fbw-compatibility',
// creator: "FlyByWire Simulations, karuchie",
// packageVersion: '<0.6.1',
description: "It is recommended to remove this add-on before installing and using the A32NX. This add-on is known to override A32NX components and cause unexpected behavior and issues when flying the A32NX.",
},
{
title: '[MOD] Mugz FBW A32NX Dev',
description: "It is required to remove this add-on before installing and using the A32NX. This add-on overrides A32NX components and renders the A32NX unusable.",
},
{
title: '[MOD] Mugz FBW A32NX Stable',
description: "It is required to remove this add-on before installing and using the A32NX. This add-on overrides A32NX components and renders the A32NX unusable.",
},
{
title: 'Toolbar Pushback',
creator: "AmbitiousPilots",
description: "This add-on sometimes causes performance issues and also sometimes prevents the A32NX from taxiing. Consider removing it if you experience these issues.",
},
{
title: 'Asobo_A320_A (A32NX Converted)',
creator: "UnitDeath",
description: "It is required to remove this livery before installing and using the A32NX as it breaks the A32NX",
},
{
title: 'xeffect-320',
creator: "swingbird",
// packageVersion: '<0.1.2', (the mod does provide accurate version info in manifest.json)
description: "It is recommended to remove this add-on before installing and using the A32NX. It is known known to override A32NX files and to break the A32NX.",
},
{
title: "z-Newlight-settinglight-FBW-A320NX-dev",
creator: "Nicottine",
description: "It is required to remove this add-on before installing and using the A32NX. This add-on overrides A32NX components and renders the A32NX unusable.",
},
{
title: "z-Newlight-settinglight-FBW-A320NX-stable",
creator: "Nicottine",
description: "It is required to remove this add-on before installing and using the A32NX. This add-on overrides A32NX components and renders the A32NX unusable.",
},
{
title: "z-Newlight-settinglight-FBW-A320NX-EXP",
creator: "Nicottine",
description: "It is required to remove this add-on before installing and using the A32NX. This add-on overrides A32NX components and renders the A32NX unusable.",
},
{
title: "FBW A32NX Weather Radar Mod",
creator: "",
description: "It is required to remove this add-on before installing and using the A32NX. This add-on overrides A32NX components and may render the A32NX unusable."
},
{
title: "China Eastern",
creator: "JasonC68",
description: "It is recommended to remove this add-on before installing and using the A32NX. This add-on is known to override A32NX components and cause unexpected behavior and issues when flying the A32NX."
}
],
myInstallPage: {
links: [
{
url: 'https://docs.flybywiresim.com/fbw-a32nx/',
title: 'Documentation',
},
],
directories: [
{
location: {
in: 'packageCache',
path: 'work',
},
title: 'Work Folder',
},
],
},
disallowedRunningExternalApps: ['@/msfs', '@/mcdu-server'],
},
{
key: 'a380x',
name: 'A380X',
simulator: 'msfs2020',
repoOwner: 'flybywiresim',
repoName: 'aircraft',
category: '@aircraft',
aircraftName: 'A380-842',
titleImageUrl: 'https://flybywirecdn.com/installer/media-assets/addon-titles/fbw-a380x/dark.svg',
titleImageUrlSelected: 'https://flybywirecdn.com/installer/media-assets/addon-titles/fbw-a380x/light.svg',
enabled: true,
backgroundImageUrls: ['https://flybywirecdn.com/installer/media-assets/addon-headers/fbw-a380x/a380x.png'],
shortDescription: 'Airbus A380-800',
description: '',
techSpecs: [
{
name: 'Engines',
value: 'RR Trent 972B-84'
},
{
name: 'APU',
value: 'PW980'
}
],
targetDirectory: 'flybywire-aircraft-a380-842',
alternativeNames: [
'A380X',
'a380x'
],
dependencies: [
{
addon: '@flybywiresim/simbridge',
optional: true,
modalText: 'SimBridge allows the A380X to use the external terrain database.',
},
],
tracks: [
{
name: 'Stable (4K)',
key: 'a380x-stable-4k',
url: 'https://flybywirecdn.com/addons/a380x/stable-4k',
alternativeUrls: [],
description: 'Includes our 4K downscaled cabin, cockpit and exterior textures. Choose this option for reduced ' +
'stutters, better performance, with HIGH or lower texture resolution. Especially, if you intend to use the ' +
'following:\n\n' +
'* Use frame generation \n\n' +
'* Virtual Reality (VR) \n\n' +
'* DX12 beta \n\n' +
'* or are otherwise limited by your graphics card VRAM amount. ' +
'[System Requirements](https://docs.flybywiresim.com/aircraft/install/installation/#estimated-system-requirements-for-a380x)',
isExperimental: false,
releaseModel: {
type: 'fragmenter',
},
},
{
name: 'Stable (8K)',
key: 'a380x-stable-8k',
url: 'https://flybywirecdn.com/addons/a380x/stable-8k',
alternativeUrls: [],
description: 'Includes our 8K full resolution cabin, cockpit and exterior textures. This is the full fidelity ' +
'experience and our recommendation if your system is powerful enough to support it. Realistic and in high ' +
'detail.\n\n' +
'* DX11 recommended \n\n' +
'* HIGH or lower texture resolution setting recommended \n\n',
isExperimental: false,
releaseModel: {
type: 'fragmenter',
},
},
{
name: 'Development (4K)',
key: 'a380x-dev-4k',
url: 'https://flybywirecdn.com/addons/a380x/master-4k',
alternativeUrls: [],
description: 'Development will have the latest features that will end up in the next stable. ' +
'Although every change is QA-tested, bugs are a little more likely. It updates whenever something is added to ' +
'the \'master\' branch on Github. Please visit our discord for support. \n\n' +
'Includes our 4K downscaled cabin, cockpit and exterior textures. Choose this option for reduced ' +
'stutters, better performance, with HIGH or lower texture resolution. Especially, if you intend to use the ' +
'following:\n\n' +
'* Use frame generation \n\n' +
'* Virtual Reality (VR) \n\n' +
'* DX12 beta \n\n' +
'* or are otherwise limited by your graphics card VRAM amount. ',
isExperimental: false,
releaseModel: {
type: 'fragmenter',
},
},
{
name: 'Development (8K)',
key: 'a380x-dev-8k',
url: 'https://flybywirecdn.com/addons/a380x/master-8k',
alternativeUrls: [],
description: 'Development will have the latest features that will end up in the next stable. ' +
'Although every change is QA-tested, bugs are a little more likely. It updates whenever something is added to ' +
'the \'master\' branch on Github. Please visit our discord for support. \n\n' +
'* DX11 recommended \n\n' +
'* HIGH or lower texture resolution setting recommended \n\n',
isExperimental: false,
releaseModel: {
type: 'fragmenter',
},
},
],
incompatibleAddons: [
// title: the exact title as it appears in the manifest.json
// creator: the exact creator as it appears in the manifest.json
// packageVersion syntax follows: https://www.npmjs.com/package/semver
// description: a short description of why the addon is incompatible
{
title: 'Mets747 FBW A380 Lights Mod',
description: "It is recommended to remove this add-on before installing and using the A380X. This add-on overrides " +
"A380X components and may render the A380X unusable."
},
{
title: 'a380_light_mod',
description: "It is required to remove this add-on before installing and using the A380X. This add-on overrides " +
"A380X components and may render the A380X unusable."
},
{
title: 'Super6uo FBW A380X Realistic Light Enhancement',
description: "It is required to remove this add-on before installing and using the A380X. This add-on overrides " +
"A380X components and may render the A380X unusable."
},
{
title: 'FlyByWire Airbus A380X OIT Functionality',
description: "It is required to remove this add-on before installing and using the A380X. This add-on overrides " +
"A380X components and may render the A380X unusable."
},
],
disallowedRunningExternalApps: ['@/msfs'],
},
{
name: 'KFBW',
key: 'KFBW',
simulator: 'msfs2020',
category: '@scenery',
aircraftName: 'FBW Headquarters',
enabled: true,
overrideAddonWhileHidden: 'A380X',
backgroundImageUrls: ['https://flybywirecdn.com/installer/media-assets/addon-headers/fbw-kfbw/0.png'],
titleImageUrl: 'https://flybywirecdn.com/installer/media-assets/addon-titles/fbw-kfbw/dark.svg',
titleImageUrlSelected: 'https://flybywirecdn.com/installer/media-assets/addon-titles/fbw-kfbw/light.svg',
shortDescription: 'FlyByWire Headquarters',
description: 'Welcome to KFBW! \n\n' +
'This is a showcase of the A380 project. Spawn at KFBW or fly there! The nearest airport is KTNP (Twenty-Nine Palms, California, USA). ' +
'There is an ILS without waypoints to Runway 10. Freq: 108.9 CRS: 100 \n' +
'The airport is designed to be used by our developers for flight testing of the A380 and also designed to match the real-world A380 testing airport in Hamburg, Germany (EDHI). \n' +
'The location allows for quick test flights to LAX, which is also serviced by the A380. \n' +
'Use the developer or drone camera to explore! \n\n' +
'Happy holidays and enjoy! -FBW Team',
targetDirectory: 'flybywire-airport-kfbw-flybywire-field',
tracks: [
{
name: 'Release',
key: 'kfbw-release',
url: 'https://flybywirecdn.com/addons/kfbw/release/',
alternativeUrls: [
// move Bunny CDN users to Cloudflare
'https://cdn.flybywiresim.com/addons/kfbw/release/',
],
isExperimental: false,
releaseModel: {
type: 'CDN',
},
description: 'FlyByWire Headquarters is transformed into a winter wonderland - complete with a plethora of festive decorations in addition to the standard progress showcase.',
},
],
},
{
key: 'simbridge',
name: 'SimBridge',
simulator: 'msfs2020',
category: '@simbridge',
repoOwner: 'flybywiresim',
repoName: 'simbridge',
aircraftName: 'FBW SimBridge',
titleImageUrl: 'https://flybywirecdn.com/installer/media-assets/addon-titles/fbw-simbridge/dark.svg',
titleImageUrlSelected: 'https://flybywirecdn.com/installer/media-assets/addon-titles/fbw-simbridge/light.svg',
enabled: true,
backgroundImageUrls: ['https://flybywirecdn.com/installer/media-assets/addon-headers/fbw-simbridge/0.png'],
backgroundImageShadow: false,
shortDescription: 'Airbus A380-800',
description: `<span style="color: rgb(255, 106, 0);">⚠ Important: Starting with version 0.6.0, custom resources such as PDF Charts and Company Routes must be stored in the Documents folder (typically located at \`C:\\Users\\<Username>\\Documents\\FlyByWireSim\\Simbridge\\resources)\`. <br> Please ensure you back up your files before updating. After the update, transfer your files to this new location to keep them safe from future updates. You can also use the Resources button in the About section of the installer to locate the folder.</span> \n\nSimBridge is an external app that enables FlyByWire Simulations aircraft to communicate outside your simulator. From remote displays to external terrain display rendering, it is used for a variety of optional features.`,
targetDirectory: 'flybywire-externaltools-simbridge',
tracks: [
{
name: 'Release',
key: 'release',
releaseModel: {
type: 'githubRelease',
},
url: 'https://flybywirecdn.com/addons/simbridge/release/',
alternativeUrls: [
// move Bunny CDN users to Cloudflare
'https://cdn.flybywiresim.com/addons/simbridge/release/',
],
isExperimental: false,
description: `<span style="color: rgb(255, 106, 0);">⚠ Important: Starting with version 0.6.0, custom resources such as PDF Charts and Company Routes must be stored in the Documents folder (typically located at \`C:\\Users\\<Username>\\Documents\\FlyByWireSim\\Simbridge\\resources)\`. <br> Please ensure you back up your files before updating. After the update, transfer your files to this new location to keep them safe from future updates. You can also use the Resources button in the About section of the installer to locate the folder.</span> \n\nSimBridge is an external app that enables FlyByWire Simulations aircraft to communicate outside your simulator. From remote displays to external terrain display rendering, it is used for a variety of optional features.`,
},
],
disallowedRunningExternalApps: ['@/simbridge-app'],
backgroundService: {
executableFileBasename: 'fbw-simbridge',
runCheckExternalAppRef: '@/simbridge-app',
commandLineArgs: ['--hide'],
},
myInstallPage: {
links: [
{
url: 'https://docs.flybywiresim.com/simbridge/',
title: 'Documentation',
},
],
directories: [
{
location: {
in: 'documents',
path: 'FlyByWireSim/Simbridge/resources',
},
title: 'Resources',
},
],
},
},
],
buttons: [
{
text: 'Documentation',
action: 'openBrowser',
url: 'https://docs.flybywiresim.com/',
},
{
text: 'Website',
action: 'openBrowser',
url: 'https://flybywiresim.com/',
},
{
text: 'Discord',
action: 'openBrowser',
url: 'https://discord.gg/flybywire',
},
{
text: 'Twitter',
action: 'openBrowser',
url: 'https://twitter.com/FlyByWireSim',
inline: true,
},
],
},
{
name: 'Salty Simulations',
key: 'salty',
logoUrl: 'https://flybywirecdn.com/installer/media-assets/publisher-icons/salty/0.svg',
defs: [
{
kind: 'addonCategory',
key: 'aircraft',
title: 'Aircraft',
},
],
addons: [
{
key: '74S',
name: '74S',
simulator: 'msfs2020',
repoOwner: 'saltysimulations',
repoName: 'salty-747',
category: '@aircraft',
aircraftName: 'B747-8I',
titleImageUrl: 'https://flybywirecdn.com/installer/media-assets/addon-titles/salty-74S/dark.svg',
titleImageUrlSelected: 'https://flybywirecdn.com/installer/media-assets/addon-titles/salty-74S/light.svg',
enabled: true,
backgroundImageUrls: ['https://raw.githubusercontent.com/saltysimulations/branding/main/png/salty_banner.png'],
shortDescription: 'Boeing 747-8I',
description:
'The Boeing 747-8 is the largest variant of the 747. ' +
'It features a thicker and wider wing, allowing it to hold more fuel, as well as raked wingtips. ' +
'The aircraft, powered by the more efficient General Electric GEnx engines, ' +
'can carry 467 passengers in a typical three-class configuration, and has a range of 7,730 nautical miles.',
techSpecs: [
{
name: 'Engines',
value: 'GEnx-2B',
},
],
targetDirectory: 'salty-747',
tracks: [
{
name: 'Stable',
key: '74S-stable',
url: 'https://github.com/saltysimulations/salty-747/releases/download/vinstaller-stable/',
description: 'Stable is our variant that has the least bugs and best performance. ' +
'This version will not always be up to date but we guarantee its compatibility ' +
'with each major patch from MSFS.',
isExperimental: false,
releaseModel: {
type: 'githubRelease',
},
},
{
name: 'Development',
key: '74S-dev',
url: 'https://github.com/saltysimulations/salty-747/releases/download/vinstaller/',
description:
'The development version has all the latest features that will end up in the next stable. ' +
'You may encounter bugs more frequently.',
isExperimental: false,
releaseModel: {
type: 'githubBranch',
branch: 'master',
},
},
],
},
],
buttons: [
{
text: 'Discord',
action: 'openBrowser',
url: 'https://discord.gg/S4PJDwk',
},
{
text: 'Twitter',
action: 'openBrowser',
url: 'https://twitter.com/Salty_Sim',
inline: true,
},
],
},
{
name: 'FSLTL',
key: 'fsltl',
logoUrl: 'https://flybywirecdn.com/installer/media-assets/publisher-icons/fsltl/0.png',
logoSize: 36,
defs: [
{
kind: 'externalApp',
key: 'traffic-injector-app',
prettyName: 'FSLTL Traffic Injector',
detectionType: 'http',
url: 'http://localhost:42888',
killUrl: 'http://localhost:42888/kill',
killMethod: 'POST',
},
{
kind: 'externalApp',
key: 'msfs',
prettyName: 'MSFS',
detectionType: 'tcp',
port: 500,
},
],
addons: [
{
key: 'traffic-base-models',
name: 'FSLTL Traffic',
simulator: 'msfs2020',
aircraftName: 'FSLTL Traffic',
titleImageUrl: 'https://flybywirecdn.com/installer/media-assets/addon-titles/fsltl/base-models/dark.svg',
titleImageUrlSelected: 'https://flybywirecdn.com/installer/media-assets/addon-titles/fsltl/base-models/light.svg',
enabled: true,
backgroundImageUrls: ['https://flybywirecdn.com/installer/media-assets/addon-headers/fsltl/traffic/0.png'],
shortDescription: 'FSLTL Traffic Base Models',
description:
'FSLTL is a free standalone real-time online traffic overhaul and VATSIM model-matching solution for MSFS.\n\n' +
'Utilising native glTF models and MSFS independent online IFR/VFR traffic injection system with stock ATC interaction based on Flightradar24.\n\n' +
'This is the base model / livery pack required for FSLTL Injector, MSFS default live traffic or VATSIM use.',
targetDirectory: 'fsltl-traffic-base',
alternativeNames: [],
tracks: [
{
name: 'Stable',
key: 'release',
url: 'https://github.com/FSLiveTrafficLiveries/base/releases/latest/download/',
isExperimental: false,
releaseModel: {
type: 'CDN',
},
description: 'Stable release of the aircraft models, liveries and VMR file.\n\n' +
'This packages is required to see matched models / liveries if you are using FSLTL Injector, MSFS default live traffic or VATSIM.\n\n' +
'A vmr file is provided in the package for VATSIM client use.',
},
],
disallowedRunningExternalApps: ['@/msfs'],
},
{
key: 'traffic-injector',
name: 'FSLTL Injector',
simulator: 'msfs2020',
aircraftName: 'FSLTL Traffic',
titleImageUrl: 'https://flybywirecdn.com/installer/media-assets/addon-titles/fsltl/injector/dark.svg',
titleImageUrlSelected: 'https://flybywirecdn.com/installer/media-assets/addon-titles/fsltl/injector/light.svg',
enabled: true,
backgroundImageUrls: ['https://flybywirecdn.com/installer/media-assets/addon-headers/fsltl/traffic/0.png'],
shortDescription: 'FSLTL Traffic Injector Software',
description: 'FSLTL Live Traffic Injector - giving you a more immersive experience at airports globally!\n\n' +
'- Live IFR and VFR traffic based on Flightradar24\n\n' +
'- Parked aircraft based on historic real data for immersive full airports\n\n' +
'- Ability to have any combination of IFR, VFR and parked aircraft',
targetDirectory: 'fsltl-traffic-injector',
tracks: [
{
name: 'Stable',
key: 'release',
url: 'https://github.com/FSLiveTrafficLiveries/FSLTL_Injector_Releases/releases/latest/download/',
isExperimental: false,
releaseModel: {
type: 'fragmenter',
},
description: 'FSLTL Traffic Injector for use on stable versions of MSFS 2020/2024.\n\n' +
'Follow the user guide at https://www.fslivetrafficliveries.com/user-guide/ before use.',
},
],
backgroundService: {
executableFileBasename: 'fsltl-trafficinjector',
runCheckExternalAppRef: '@/traffic-injector-app',
enableAutostartConfiguration: false,
},
disallowedRunningExternalApps: ['@/traffic-injector-app'],
},
],
buttons: [
{
text: 'Website',
action: 'openBrowser',
url: 'https://www.fslivetrafficliveries.com/',
},
{
text: 'Discord',
action: 'openBrowser',
url: 'https://discord.gg/suMR56wCrn',
inline: true,
},
{
text: 'User Guide',
action: 'openBrowser',
url: 'https://www.fslivetrafficliveries.com/user-guide/',
},
{
text: 'Support FAQ',
action: 'openBrowser',
url: 'https://www.fslivetrafficliveries.com/support-faq/',
},
],
},
],
};
export default config;