Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

incompatibleAddons A380X update #50

Merged
merged 1 commit into from
Nov 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 13 additions & 3 deletions config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,8 @@ const config: Configuration = {
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. Additionally, if you intend to use the following:\n\n' +
'* Use frame generation \n\n' +
'* Virtual Reality (VR) \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,
Expand All @@ -290,14 +290,24 @@ const config: Configuration = {
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' +
'* 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 required to remove this add-on before installing and using the A32NX. This add-on overrides A32NX components and may render the A32NX unusable."
},
],
disallowedRunningExternalApps: ['@/msfs'],
},
{
Expand Down
Loading