Skip to content

Commit 9cec124

Browse files
feat: add FSLTL addons for MSFS 2024 (#64)
1 parent d3452ee commit 9cec124

File tree

1 file changed

+69
-2
lines changed

1 file changed

+69
-2
lines changed

config/config.ts

Lines changed: 69 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,7 @@ const config: Configuration = {
964964
],
965965
addons: [
966966
{
967-
key: 'traffic-base-models',
967+
key: 'traffic-base-models-msfs2020',
968968
name: 'FSLTL Traffic',
969969
simulator: 'msfs2020',
970970
aircraftName: 'FSLTL Traffic',
@@ -996,7 +996,7 @@ const config: Configuration = {
996996
disallowedRunningExternalApps: ['@/msfs'],
997997
},
998998
{
999-
key: 'traffic-injector',
999+
key: 'traffic-injector-msfs2020',
10001000
name: 'FSLTL Injector',
10011001
simulator: 'msfs2020',
10021002
aircraftName: 'FSLTL Traffic',
@@ -1030,6 +1030,73 @@ const config: Configuration = {
10301030
},
10311031
disallowedRunningExternalApps: ['@/traffic-injector-app'],
10321032
},
1033+
{
1034+
key: 'traffic-base-models-msfs2024',
1035+
name: 'FSLTL Traffic',
1036+
simulator: 'msfs2024',
1037+
aircraftName: 'FSLTL Traffic',
1038+
titleImageUrl: 'https://flybywirecdn.com/installer/media-assets/addon-titles/fsltl/base-models/dark.svg',
1039+
titleImageUrlSelected: 'https://flybywirecdn.com/installer/media-assets/addon-titles/fsltl/base-models/light.svg',
1040+
enabled: true,
1041+
backgroundImageUrls: ['https://flybywirecdn.com/installer/media-assets/addon-headers/fsltl/traffic/0.png'],
1042+
shortDescription: 'FSLTL Traffic Base Models',
1043+
description:
1044+
'FSLTL is a free standalone real-time online traffic overhaul and VATSIM model-matching solution for MSFS.\n\n' +
1045+
'Utilising native glTF models and MSFS independent online IFR/VFR traffic injection system with stock ATC interaction based on Flightradar24.\n\n' +
1046+
'This is the base model / livery pack required for FSLTL Injector, MSFS default live traffic or VATSIM use.',
1047+
targetDirectory: 'fsltl-traffic-base',
1048+
alternativeNames: [],
1049+
tracks: [
1050+
{
1051+
name: 'Stable',
1052+
key: 'release',
1053+
url: 'https://github.com/FSLiveTrafficLiveries/base/releases/latest/download/',
1054+
isExperimental: false,
1055+
releaseModel: {
1056+
type: 'CDN',
1057+
},
1058+
description: 'Stable release of the aircraft models, liveries and VMR file.\n\n' +
1059+
'This packages is required to see matched models / liveries if you are using FSLTL Injector, MSFS default live traffic or VATSIM.\n\n' +
1060+
'A vmr file is provided in the package for VATSIM client use.',
1061+
},
1062+
],
1063+
disallowedRunningExternalApps: ['@/msfs'],
1064+
},
1065+
{
1066+
key: 'traffic-injector-msfs2024',
1067+
name: 'FSLTL Injector',
1068+
simulator: 'msfs2024',
1069+
aircraftName: 'FSLTL Traffic',
1070+
titleImageUrl: 'https://flybywirecdn.com/installer/media-assets/addon-titles/fsltl/injector/dark.svg',
1071+
titleImageUrlSelected: 'https://flybywirecdn.com/installer/media-assets/addon-titles/fsltl/injector/light.svg',
1072+
enabled: true,
1073+
backgroundImageUrls: ['https://flybywirecdn.com/installer/media-assets/addon-headers/fsltl/traffic/0.png'],
1074+
shortDescription: 'FSLTL Traffic Injector Software',
1075+
description: 'FSLTL Live Traffic Injector - giving you a more immersive experience at airports globally!\n\n' +
1076+
'- Live IFR and VFR traffic based on Flightradar24\n\n' +
1077+
'- Parked aircraft based on historic real data for immersive full airports\n\n' +
1078+
'- Ability to have any combination of IFR, VFR and parked aircraft',
1079+
targetDirectory: 'fsltl-traffic-injector',
1080+
tracks: [
1081+
{
1082+
name: 'Stable',
1083+
key: 'release',
1084+
url: 'https://github.com/FSLiveTrafficLiveries/FSLTL_Injector_Releases/releases/latest/download/',
1085+
isExperimental: false,
1086+
releaseModel: {
1087+
type: 'fragmenter',
1088+
},
1089+
description: 'FSLTL Traffic Injector for use on stable versions of MSFS 2020/2024.\n\n' +
1090+
'Follow the user guide at https://www.fslivetrafficliveries.com/user-guide/ before use.',
1091+
},
1092+
],
1093+
backgroundService: {
1094+
executableFileBasename: 'fsltl-trafficinjector',
1095+
runCheckExternalAppRef: '@/traffic-injector-app',
1096+
enableAutostartConfiguration: false,
1097+
},
1098+
disallowedRunningExternalApps: ['@/traffic-injector-app'],
1099+
},
10331100
],
10341101
buttons: [
10351102
{

0 commit comments

Comments
 (0)