Skip to content

Commit 8826c5c

Browse files
chore: temporarily remove stable from MSFS2024
1 parent abcadf4 commit 8826c5c

File tree

1 file changed

+0
-48
lines changed

1 file changed

+0
-48
lines changed

config/config.ts

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -281,21 +281,6 @@ const config: Configuration = {
281281
},
282282
],
283283
tracks: [
284-
{
285-
name: 'Stable',
286-
key: 'a32nx-stable',
287-
url: 'https://flybywirecdn.com/addons/a32nx/stable',
288-
alternativeUrls: [
289-
'external/a32nx/stable',
290-
],
291-
description: 'The stable edition is for those who need a stable home cockpit API, or controlled upgrades every few months. ' +
292-
'This edition will always be behind the development edition in both features and fixes, ' +
293-
'but it will receive compatibility patches if required for MSFS updates. Please visit our discord for support.',
294-
isExperimental: false,
295-
releaseModel: {
296-
type: 'fragmenter',
297-
},
298-
},
299284
{
300285
name: 'Development',
301286
key: 'a32nx-dev',
@@ -583,39 +568,6 @@ const config: Configuration = {
583568
},
584569
],
585570
tracks: [
586-
{
587-
name: 'Stable (4K)',
588-
key: 'a380x-stable-4k',
589-
url: 'https://flybywirecdn.com/addons/a380x/stable-4k',
590-
alternativeUrls: [],
591-
description: 'Includes our 4K downscaled cabin, cockpit and exterior textures. Choose this option for reduced ' +
592-
'stutters, better performance, with HIGH or lower texture resolution. Especially, if you intend to use the ' +
593-
'following:\n\n' +
594-
'* Use frame generation \n\n' +
595-
'* Virtual Reality (VR) \n\n' +
596-
'* DX12 beta \n\n' +
597-
'* or are otherwise limited by your graphics card VRAM amount. ' +
598-
'[System Requirements](https://docs.flybywiresim.com/aircraft/install/installation/#estimated-system-requirements-for-a380x)',
599-
isExperimental: false,
600-
releaseModel: {
601-
type: 'fragmenter',
602-
},
603-
},
604-
{
605-
name: 'Stable (8K)',
606-
key: 'a380x-stable-8k',
607-
url: 'https://flybywirecdn.com/addons/a380x/stable-8k',
608-
alternativeUrls: [],
609-
description: 'Includes our 8K full resolution cabin, cockpit and exterior textures. This is the full fidelity ' +
610-
'experience and our recommendation if your system is powerful enough to support it. Realistic and in high ' +
611-
'detail.\n\n' +
612-
'* DX11 recommended \n\n' +
613-
'* HIGH or lower texture resolution setting recommended \n\n',
614-
isExperimental: false,
615-
releaseModel: {
616-
type: 'fragmenter',
617-
},
618-
},
619571
{
620572
name: 'Development (4K)',
621573
key: 'a380x-dev-4k',

0 commit comments

Comments
 (0)