diff --git a/config/config.ts b/config/config.ts index 5a7af7e..bdc2209 100644 --- a/config/config.ts +++ b/config/config.ts @@ -250,12 +250,46 @@ const config: Configuration = { 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: false, + enabled: true, backgroundImageUrls: ['https://flybywirecdn.com/installer/media-assets/addon-headers/fbw-a380x/a380x.png'], shortDescription: 'Airbus A380-800', description: '', - targetDirectory: 'A380', - tracks: [], + techSpecs: [ + { + name: 'Engines', + value: 'RR Trent 972B-84', + }, + { + name: 'APU', + value: 'PW980', + }, + ], + targetDirectory: 'flybywire-aircraft-a380-842', + alternativeNames: [ + 'A380X', + 'a380x', + ], + tracks: [ + { + name: 'Master - A380X QA Partial Build', + key: 'a380x-master', + url: 'https://flybywirecdn.com/addons/a380x/master', + alternativeUrls: [ + 'https://flybywirecdn.com/addons/a380x/a380x-experimental', + ], + isExperimental: false, + description: 'This download only contains the public part of the A380X and is not ' + + 'sufficient to get the full A380X QA build. You need to also install the ' + + 'private second package with the model/texture and sounds.', + warningContent: 'This download only contains the public part of the A380X and is not ' + + 'sufficient to get the full A380X QA build. You need to also install the ' + + 'private second package with the model/texture and sounds.', + releaseModel: { + type: 'githubBranch', + branch: 'master', + } + }, + ], disallowedRunningExternalApps: ['@/msfs'], }, {