Skip to content

Commit

Permalink
Added incompatible mods which overwrite either systems.cfg or panels.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
frankkopp committed Nov 16, 2024
1 parent 012dfa8 commit 3859924
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -345,9 +345,26 @@ const config: Configuration = {
// 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: 'fbw 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'],
},
Expand Down

0 comments on commit 3859924

Please sign in to comment.