Skip to content

Commit 1378fa7

Browse files
FoxtrotSierra6829flogross89
authored andcommitted
revert: "chore: temporarily remove stable from MSFS2024 (#65)" (#66)
This reverts commit ec6519b. (cherry picked from commit 3e2eb1f)
1 parent 63452c4 commit 1378fa7

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

config/config.ts

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,21 @@ 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+
},
284299
{
285300
name: 'Development',
286301
key: 'a32nx-dev',
@@ -568,6 +583,39 @@ const config: Configuration = {
568583
},
569584
],
570585
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+
},
571619
{
572620
name: 'Development (4K)',
573621
key: 'a380x-dev-4k',

0 commit comments

Comments
 (0)