Last updated: June 2026. Verified on Windows 11 24H2 (Build 26100) with AlphaRes v1.1.0 against Epic Games launcher 16.x and Fortnite Chapter 7.
AlphaRes returning a “Fortnite not detected” error, or showing a blank install path field on first launch, is one of the most common pre-configuration roadblocks reported by Fortnite players. The detection logic is straightforward: AlphaRes inspects the Epic Games launcher registry keys to confirm Fortnite is installed, and then writes resolution values into the standard GameUserSettings.ini path under %LocalAppData%. When either of those two checkpoints fails, the utility cannot autocomplete the path and reports the install as missing.
The good news is that the underlying config file is almost always still present, even when AlphaRes cannot find it automatically. Fortnite separates its game files from its config files, so a custom-drive Fortnite install (D:\Games, an external SSD, an OneDrive-synced folder) usually keeps writing GameUserSettings.ini to the standard %LocalAppData%\FortniteGame\Saved\Config\WindowsClient\ path on the C: drive regardless of where the game itself lives. The detection failure then comes down to a stale or missing Epic launcher registry entry, an elevation requirement, or a permissions oddity, all of which can be repaired without reinstalling Fortnite.
This guide walks through six verified fixes that resolve the overwhelming majority of detection failures, ordered from least invasive (verify launcher path, point AlphaRes manually) to most invasive (reinstall Fortnite, repair the Epic launcher). Each fix begins with the symptom that points to it, explains the underlying cause, and then provides the steps. A quick diagnostic at the top of the guide narrows the path before any change is made.
TL;DR The Six Detection Fixes
- Verify the Epic Games launcher install path: open Epic Games launcher, go to Settings, Manage Games, and confirm Fortnite resolves to a clean drive path. A custom drive or a path with special characters is the single most common detection blocker.
- Manually point AlphaRes at GameUserSettings.ini: if the auto-detection cannot locate the config file, browse to it directly under
%LocalAppData%\FortniteGame\Saved\Config\WindowsClient\and let AlphaRes operate on that file. - Run AlphaRes as administrator: elevation resolves the rare edge case where Controlled folder access or hardened user permissions block read access to the config directory.
- Reinstall Fortnite to the default Epic Games path: a structural fix for OneDrive-synced installs, paths with emoji or accented characters, or third-party launcher remnants.
- Check the Epic launcher registry key: a stale
AppDataPathvalue under HKLM survives uninstall-reinstall cycles and prevents AlphaRes from finding the launcher; a Repair pass through Apps and Features rewrites it. - Edit GameUserSettings.ini manually as a last resort: open the file in Notepad, change ResolutionSizeX, ResolutionSizeY, and FullscreenMode directly, save, and tick Read-only on the file. The end result is the same lock AlphaRes provides.
Why AlphaRes Can Fail to Detect Fortnite
AlphaRes is a 533 KB unsigned x64 utility that does two things: it reads a path to GameUserSettings.ini, and it writes new ResolutionSizeX, ResolutionSizeY, and FullscreenMode values into that file before applying the read-only attribute. The detection step is what fails when the utility reports “Fortnite not found” or shows an empty install path field at launch. The write step never runs, because the path it would write to is unknown.
The detection logic itself uses two signals. First, AlphaRes checks the Epic Games launcher registry key at HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Epic Games\EpicGamesLauncher to confirm the launcher is installed and to read the AppDataPath value. Second, it looks at the standard %LocalAppData%\FortniteGame\Saved\Config\WindowsClient\GameUserSettings.ini path to confirm Fortnite has been launched at least once and has written its initial config. If either signal fails, the detection step fails.
The most common root causes are a Fortnite install on a non-default drive (which still writes the config to the C: drive standard path, but can confuse some auto-detection logic), a stale Epic launcher registry entry left over from a previous Windows install or launcher upgrade, and a Fortnite install that has never been launched once after install (so the config file genuinely does not yet exist). All three are recoverable without losing settings or reinstalling Fortnite from scratch.
%LocalAppData%\FortniteGame\Saved\Config\WindowsClient\. Press Enter. Does GameUserSettings.ini exist in that folder? If yes, AlphaRes should be able to detect it and the issue is launcher-side; start with Fix #1 and Fix #2. If no, Fortnite has either never been launched once, or it is writing config to a non-standard location; Fix #4 (reinstall) or Fix #6 (manual ini edit on the file you locate) will apply.
Fix #1: Verify the Epic Games Launcher Install Path
Symptom: AlphaRes opens cleanly but reports “Fortnite not detected” or shows a blank install path field. Epic Games launcher itself opens normally and Fortnite is playable. The issue is path-side rather than file-side.
Cause: Fortnite was installed to a non-default drive or a path containing characters that confuse auto-detection. Examples include D:\Games\Fortnite, an external SSD assigned a drive letter that changes between sessions, or a folder name with a trailing space, an emoji, or an accented character.
Steps
- Open the Epic Games launcher. Click the profile icon in the upper-right corner and choose Settings.
- Scroll to the Manage Games section. Locate the Fortnite entry and read the Install Location field.
- If the path resolves under a clean ASCII drive (for example
C:\Program Files\Epic Games\FortniteorD:\Epic Games\Fortnite), the launcher itself is configured correctly and the issue is with AlphaRes detection logic; proceed to Fix #2. - If the path contains spaces inside folder names (for example
D:\My Games\Fortnite Battle Royale), special characters, an OneDrive-synced parent, or a removed drive letter, that is the structural cause; jump to Fix #4 to reinstall to a clean default path. - Confirm Fortnite has been launched at least once after the most recent install. The first launch is what creates
GameUserSettings.ini; without it, AlphaRes has nothing to detect.
Fix #2: Manually Configure the AlphaRes Path
Symptom: the diagnostic above confirmed GameUserSettings.ini exists at the standard %LocalAppData% path, yet AlphaRes still reports “Fortnite not detected.” This is the single most common detection scenario when Fortnite is installed on a custom drive: the game files are on D:\, but the config file remains on C:\, and AlphaRes cannot bridge the two automatically.
Cause: Fortnite separates game data (binaries, pak files, shaders) from user config (resolution, keybinds, sensitivity). The game data follows the Epic Games launcher install path, but the user config is always written under %LocalAppData%, which resolves to C:\Users\<name>\AppData\Local\ regardless of where the game itself lives. When AlphaRes auto-detection assumes the config sits next to the game files, it fails on custom-drive installs even though the file is fine.
Steps
- Right-click
alphares_x64.exein File Explorer. Choose Run as administrator. Accept the UAC prompt that appears. - The AlphaRes window opens. Click the path or browse field next to the install path display.
- In the file picker, paste this path into the address bar and press Enter:
%LocalAppData%\FortniteGame\Saved\Config\WindowsClient\. - Select
GameUserSettings.inifrom the listing and click Open. AlphaRes records the path for future launches. - Set the desired Width and Height values in the AlphaRes UI, tick the Read-only checkbox, and click Apply. The utility writes the new resolution into the file and then locks the file with the read-only attribute so Fortnite patches cannot rewrite it.
- Launch Fortnite from the Epic Games launcher and confirm the resolution applied. The first launch after a resolution change can take a few seconds longer while the engine reads the new config.
If the manual path step does not stick across AlphaRes restarts (the path field clears on next launch), the deeper cause is a permission issue on the AlphaRes settings cache; the settings not saving guide covers that scenario. For the standard “Fortnite is on D:\ and AlphaRes cannot find it” case, the manual path step is permanent and only needs to be done once.
Fix #3: Run AlphaRes as Administrator
Symptom: the file picker in Fix #2 cannot reach %LocalAppData%\FortniteGame\Saved\Config\WindowsClient\, or the folder is visible but appears empty even though File Explorer (in a separate window) shows GameUserSettings.ini sitting there. The issue is access-side, not path-side.
Cause: Controlled folder access (a Defender feature that protects user-data folders from unauthorized writes) is enabled, or the Fortnite config folder has had its permissions hardened by a previous security tool. Standard-user processes can be denied read access to a folder that Explorer can still browse with elevated tokens. AlphaRes, running unelevated, sees an empty directory because it does not have the right to enumerate the contents.
Steps
- Close any open AlphaRes window.
- Right-click
alphares_x64.exein File Explorer. Choose Run as administrator. Accept the UAC prompt; the dialog will mention an unknown publisher, which is expected behavior for an unsigned utility. - The AlphaRes window opens with elevated privileges. Repeat the manual path step from Fix #2.
- If elevated AlphaRes still cannot enumerate the config folder, open Windows Security > Virus & threat protection > Manage ransomware protection and confirm Controlled folder access is set to Off, or add
alphares_x64.exeto the allowed-apps list under Allow an app through Controlled folder access. - To make elevation permanent, right-click the EXE, choose Properties > Compatibility, tick Run this program as an administrator, and click Apply. Subsequent double-clicks then automatically request elevation.
Most Fortnite players never need this fix; the default Windows 11 24H2 configuration grants standard-user processes read access to %LocalAppData% without a UAC prompt. Elevation only matters when Controlled folder access has been turned on manually, when a security suite has applied a custom hardening profile, or when the user account itself was created with non-default permissions.
Fix #4: Reinstall Fortnite to the Default Path
Symptom: the Epic Games launcher reports the Fortnite install path under an OneDrive-synced parent folder, a network share, or a path with emoji, accented characters, or trailing whitespace. AlphaRes detection consistently fails even after the manual path step in Fix #2, and the underlying GameUserSettings.ini file does not appear at the standard %LocalAppData% location either.
Cause: Fortnite was installed to a path that breaks one of the assumptions made by either the Epic launcher or the Fortnite first-launch routine. OneDrive-synced folders are a frequent offender because they treat files as placeholders until accessed, which interferes with the read-only attribute AlphaRes needs to apply. Network shares and removable drives can disconnect between sessions and leave the config writes failing silently.
Steps
- Open the Epic Games launcher. Click the Library tab. Hover over the Fortnite tile and click the three-dot menu, then choose Uninstall. Wait for the uninstall to complete.
- Click Install on the Fortnite library tile again. When the destination dialog opens, choose Browse and pick a clean default path on the C: drive:
C:\Program Files\Epic Games\Fortniteis the standard default. Avoid any folder under OneDrive, any folder containing non-ASCII characters, and any path on a removable drive. - Wait for the download to complete. Fortnite is roughly 30-50 GB depending on the chapter and any optional packs; the reinstall is the slowest step in this guide.
- Launch Fortnite once after install completes. Click through the Epic Games launcher Play button and let the game reach the lobby. This first launch creates
GameUserSettings.iniat the standard%LocalAppData%path. - Quit Fortnite. Open AlphaRes; detection should now succeed and the install path field should auto-populate.
Reinstalling is the structural fix for path-related detection issues that the manual path step in Fix #2 cannot resolve. The locker progression, account-bound cosmetics, and Battle Pass progress are all stored on Epic Games servers and survive the reinstall; only the local game files and the local resolution settings are recreated.
Fix #5: Check the Epic Launcher Registry Key
Symptom: Epic Games launcher itself opens correctly and Fortnite is installed, but AlphaRes reports “Fortnite not detected” even after a reinstall. The detection failure persists across reboots and across multiple AlphaRes versions. This points to a registry-side problem rather than a file-side one.
Cause: a stale AppDataPath registry value under the Epic Games launcher key is pointing to a directory that no longer exists. This survives uninstall-reinstall cycles because Epic’s installer rewrites the value only when it changes; if the value already exists with the wrong content, the installer leaves it alone. Windows reinstalls that ported the user profile, launcher upgrades that touched the registry partially, and migration tools that copied registry hives between machines are the typical sources.
Steps
- Press the Windows key, type
regedit, and press Enter. Accept the UAC prompt. - In the Registry Editor address bar, paste this path and press Enter:
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Epic Games\EpicGamesLauncher. - In the right pane, locate the AppDataPath value. Read the data column; it should resolve to a valid directory like
C:\ProgramData\Epic\EpicGamesLauncher\Data. - If the value is blank, points to a non-existent path, or references a previous Windows install, do not edit it manually. Close the Registry Editor.
- Open Settings > Apps > Installed apps. Locate Epic Games Launcher in the list. Click the three-dot menu and choose Modify. When the installer dialog opens, choose Repair. The repair pass rewrites the registry values to match the current install. Microsoft documents the registry editor itself at learn.microsoft.com.
- Reboot. Re-launch AlphaRes. Detection should now succeed.
A registry value should never be hand-edited unless there is a specific verified target value to write; the Repair option is safer because Epic’s own installer knows the correct value and applies it without mistakes.
Fix #6: Edit GameUserSettings.ini Manually
Symptom: none of the previous fixes restored detection, or the AlphaRes UI itself is unstable on the current machine. The goal is to lock the resolution without depending on AlphaRes detection working at all. The manual ini edit achieves the same end result, just without an UI in front of it.
Cause: AlphaRes is a convenience wrapper around four operations: read GameUserSettings.ini, change three lines, save, apply read-only. Each of those four operations can be done by hand in Notepad and File Explorer in under two minutes. When the wrapper itself fails for environmental reasons that none of the previous fixes resolve, the underlying file-edit approach still works because Fortnite reads the same file regardless of how the values got there.
Steps
- Press the Windows key, type
%LocalAppData%\FortniteGame\Saved\Config\WindowsClient, and press Enter. File Explorer opens the config folder. - Right-click
GameUserSettings.ini. If Read-only is currently ticked under Properties, untick it and click Apply. Then open the file in Notepad. - Use Ctrl+F to find
ResolutionSizeX. Edit the integer to the desired width (for example1600for 1600×1080 stretched). FindResolutionSizeYand edit the integer to the desired height (1080). FindLastUserConfirmedResolutionSizeXandLastUserConfirmedResolutionSizeYand edit the same values to match. FindFullscreenModeand set the integer to1for Windowed Fullscreen or2for Windowed. - Save the file (Ctrl+S) and close Notepad.
- Right-click
GameUserSettings.iniin File Explorer. Choose Properties. Tick Read-only at the bottom of the General tab. Click Apply. Fortnite can no longer overwrite the file on the next patch. - Launch Fortnite and confirm the resolution applied. To revert later, untick Read-only and either edit the values back or let Fortnite rewrite the file at next launch.
The full comparison between using AlphaRes and editing the ini by hand sits in the AlphaRes vs manual GameUserSettings.ini edit guide; that article covers the trade-offs in depth, including why the AlphaRes UI is still preferred for most players despite the manual approach being functionally equivalent.
Verifying Detection Worked
After applying any of the six fixes, restart AlphaRes and confirm the install path field auto-populates. The displayed path should resolve under %LocalAppData%\FortniteGame\Saved\Config\WindowsClient\ on the C: drive, regardless of where the Fortnite game files themselves were installed. The current Width and Height values in the UI should match the resolution Fortnite is currently configured for. Set the desired stretched resolution, tick the Read-only checkbox, and click Apply. Launch Fortnite and confirm the resolution applied; the engine reads GameUserSettings.ini at startup, so the new values take effect immediately on the next match.
Comparing the Six Fixes
| Fix | Likelihood | Setup Time | When It Applies |
|---|---|---|---|
| 1. Verify Epic launcher install path | High | 30 seconds | First detection failure on a new install |
| 2. Manually configure AlphaRes path | Very high | 1 minute | Fortnite on D:\ or external SSD with config still on C:\ |
| 3. Run AlphaRes as administrator | Low | 15 seconds | Controlled folder access enabled or hardened permissions |
| 4. Reinstall Fortnite to default path | Medium | 30-60 minutes | OneDrive-synced or path with special characters |
| 5. Check Epic launcher registry key | Low | 5 minutes | Stale registry from Windows reinstall or migration |
| 6. Edit GameUserSettings.ini manually | Last resort | 2 minutes | AlphaRes itself unstable on this machine |
Related Guides
Pair this guide with the rest of the AlphaRes knowledge base. These cover the adjacent setups, fixes, and comparisons you’ll run into when locking custom stretched resolutions in Fortnite.
- AlphaRes for Fortnite, Complete Guide (2026), The full reference for AlphaRes itself: features, install, safety, comparisons, and links to every cluster guide.
- How to Install AlphaRes on Windows 10/11 (2026 Step-by-Step), Clean install on Windows 10/11 with SmartScreen handling, prerequisites, and first-launch verification.
- AlphaRes Won’t Open on Windows 11: 7 Working Fixes (2026), Seven verified fixes for AlphaRes failing to launch on Windows 11, covering SmartScreen, Defender, missing dependencies, and corrupted installs.
- AlphaRes Settings Not Saving, Read-Only Permission Fix, Troubleshooting guide for the most common AlphaRes failure mode: the read-only attribute did not persist.
- Fortnite Resets My Resolution After Update, Permanent Fix, Permanent fix for Fortnite resetting your resolution after every patch, using the AlphaRes read-only lock.
FAQ
Why does AlphaRes say “Fortnite not detected”?
AlphaRes uses two signals to confirm Fortnite is installed: a registry key under HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Epic Games\EpicGamesLauncher, and the presence of GameUserSettings.ini at the standard %LocalAppData%\FortniteGame\Saved\Config\WindowsClient\ path. If either signal fails, the detection step returns “Fortnite not detected.” The most common cause is Fortnite installed on a non-default drive while the config file remains on C:\, which confuses the auto-detection logic. The second most common is a stale Epic launcher registry value left over from a previous Windows install or launcher upgrade. The third is a Fortnite install that has never been launched once after install, so the config file genuinely does not yet exist. Each cause maps to a specific fix in this guide.
Where does Fortnite save GameUserSettings.ini?
Fortnite always writes GameUserSettings.ini to %LocalAppData%\FortniteGame\Saved\Config\WindowsClient\, which resolves to C:\Users\<name>\AppData\Local\FortniteGame\Saved\Config\WindowsClient\ on a default Windows install. This path is independent of where Fortnite itself is installed: a Fortnite install on D:\Games\Fortnite still writes its config to the C: drive standard path. The reason is that %LocalAppData% is the user-profile directory, and Fortnite treats config as user data rather than game data. The only exception is when a security tool has redirected the AppData folder to a non-default location, which is rare in 2026. Confirm the file exists by pasting %LocalAppData%\FortniteGame\Saved\Config\WindowsClient\ into File Explorer and pressing Enter.
Will AlphaRes work if Fortnite is installed on a different drive?
Yes, with one caveat. Fortnite installed on D:\Games or an external SSD still writes GameUserSettings.ini to the standard %LocalAppData% path on C:\, so the underlying lock target is unchanged. AlphaRes auto-detection sometimes assumes the config sits next to the game files and fails to find the path automatically on custom-drive installs, but the manual path step in Fix #2 resolves that case once and for all. After pointing AlphaRes at the C: drive config file once, the path is recorded and detection succeeds on every subsequent launch. There is no functional drawback to keeping Fortnite on a different drive while AlphaRes operates from C:; the read-only attribute and the resolution lock work identically.
Does running AlphaRes as administrator fix detection issues?
Sometimes, but only in narrow scenarios. The default Windows 11 24H2 configuration grants standard-user processes read access to %LocalAppData% without elevation, so most AlphaRes detection failures are not permission-related. Elevation matters when Controlled folder access is enabled (a Defender ransomware-protection feature that restricts write access to user-data folders), when a third-party security suite has hardened the Fortnite config folder, or when the Windows account itself was created with non-default permissions. In those cases, running AlphaRes as administrator gives the process the elevated token needed to enumerate and write to the config folder. For the most common detection failure (Fortnite on a custom drive), elevation does nothing; the manual path step in Fix #2 is the actual remedy.
What if Epic Games launcher itself cannot find Fortnite?
If the Epic Games launcher itself reports Fortnite as not installed (no Play button, no install path in Library), the detection problem is upstream of AlphaRes and needs to be fixed in the launcher first. Open Epic Games launcher, go to Library, and click Install on the Fortnite tile to either reinstall or import an existing install. The launcher offers a “Locate Existing Install” option in the install dialog that points at a folder containing the existing Fortnite files; this rebuilds the launcher metadata without re-downloading the game. Once the launcher recognizes Fortnite, AlphaRes detection should also succeed. If the launcher cannot locate an existing install even with the manual path step, the underlying game files are likely incomplete and a fresh download is the cleanest path forward.
Should I reinstall Fortnite to fix detection?
Reinstall only as a last resort, after Fix #1 through Fix #3 have been ruled out. Reinstalling Fortnite is a 30 to 60 minute operation depending on connection speed and any optional packs, so it is not the place to start. The structural cases where reinstall is genuinely needed are: Fortnite installed under an OneDrive-synced parent folder (which interferes with the read-only attribute AlphaRes applies), Fortnite installed to a path containing emoji or accented characters, and Fortnite installed to a removable drive that is not consistently available. For everything else, the manual path step in Fix #2 or the registry repair in Fix #5 resolves the detection failure faster. Account progression, Battle Pass progress, and locker cosmetics survive the reinstall because they live on Epic Games servers.
Can I edit GameUserSettings.ini without AlphaRes?
Yes. AlphaRes is a convenience wrapper around four operations that can each be done by hand: read the file, edit ResolutionSizeX and ResolutionSizeY and FullscreenMode, save the file, and apply the Read-only attribute through File Explorer Properties. Open Notepad, navigate to %LocalAppData%\FortniteGame\Saved\Config\WindowsClient\GameUserSettings.ini, edit the three lines plus the LastUserConfirmedResolution mirror values, save, then right-click the file and tick Read-only. The end result is functionally identical to what AlphaRes produces; Fortnite reads the same file regardless of how the values got there. The trade-off is that the manual approach has no UI safety rails, so a typo in a numeric value can produce an invalid resolution and require a second edit pass. The full comparison is in the manual ini edit comparison guide.
Why does AlphaRes work for some users but not others?
The detection logic is environment-dependent: it works perfectly on a clean Windows 11 24H2 install with Fortnite on the default C:\Program Files\Epic Games\Fortnite path, and progressively less perfectly as the environment drifts from that baseline. Custom-drive installs, OneDrive-synced parent folders, hardened user permissions, stale registry values from Windows reinstalls, Controlled folder access settings, and third-party security suites all introduce small detection edge cases. Two players running the same AlphaRes version on different machines can therefore see different behavior even though the binary is identical. The fixes in this guide cover the common environment-drift causes; once the environment is normalized, AlphaRes detection becomes consistent across reboots and Fortnite patches.
Is Fortnite available on Steam in 2026?
No. Fortnite is currently an Epic Games exclusive on PC and has been since launch. There is no official Steam release, and Epic Games has not signaled any change in distribution strategy. AlphaRes detection is therefore designed exclusively around the Epic Games launcher install footprint; the registry keys, the install path conventions, and the launcher integration all assume Epic. A community-distributed Fortnite build outside of Epic Games would not appear in the registry where AlphaRes looks, and detection would fail. The manual ini edit approach in Fix #6 is the only supported path for non-Epic Fortnite installs, and even that depends on the build writing config files to the standard %LocalAppData% location, which is not guaranteed for unofficial distributions.
Does AlphaRes detect Fortnite differently on Windows 10 vs Windows 11?
The detection logic is identical on both operating systems because the registry keys and the %LocalAppData% path are the same in Windows 10 and Windows 11. The differences are environmental rather than logical: Windows 11 24H2 has Controlled folder access disabled by default but exposes it more prominently in the Settings UI, so users are more likely to enable it manually and accidentally block AlphaRes from reading the config folder. Windows 11 also ships with a more aggressive Defender machine-learning classifier on cloud-protection settings, which can quarantine AlphaRes itself before detection ever runs (the symptom there is “AlphaRes does not open” rather than “Fortnite not detected”). The fixes in this guide work identically on Windows 10 22H2 and Windows 11 24H2; only the menu paths to reach the relevant settings differ slightly.
What if my Fortnite folder permissions are damaged?
Damaged permissions on the Fortnite config folder show up as AlphaRes detecting an empty install path, the manual path step in Fix #2 failing to enumerate files, and Fortnite itself failing to save settings between sessions. The fastest repair path is to reset the folder permissions to the default user-profile values. Open File Explorer, navigate to %LocalAppData%\FortniteGame\Saved\Config, right-click the WindowsClient folder, choose Properties > Security > Advanced, click Disable inheritance, choose Convert inherited permissions into explicit permissions, then re-enable inheritance and click Apply. This restores the user account’s ownership and removes any stale ACLs left over from previous tools. Restart AlphaRes; detection should succeed. If permissions damage is widespread (other AppData folders also failing), a Windows account migration or a profile rebuild is the deeper fix.
Will the manual ini edit hold across Fortnite patches the same way AlphaRes does?
Yes, provided the Read-only attribute is applied to GameUserSettings.ini after the edit. The actual mechanism that prevents Fortnite patches from rewriting the file is the Windows Read-only flag, not anything specific to AlphaRes. Fortnite tries to write the file at startup; the OS rejects the write because the file is flagged read-only; the engine falls back to the values already in the file. AlphaRes automates the steps (edit values, save, set read-only) into a single Apply click, but the persistence guarantee comes from the OS-level attribute. A manual ini edit followed by ticking Read-only in File Explorer Properties produces the identical outcome and survives Fortnite patches the same way. The read-only lock guide covers the underlying mechanism in detail, including how to verify the lock is intact and what happens during a patch cycle.
Where to Go Next
After detection is working
- How to Apply a Stretched Resolution in Fortnite Using AlphaRes: full walkthrough of the Apply workflow once detection is confirmed.
- How to Lock Fortnite Resolution So Updates Cannot Reset It: deep dive on the read-only attribute mechanism that keeps the resolution intact.
- AlphaRes Settings Not Saving: Read-Only Permission Fix: when AlphaRes detects Fortnite cleanly but the read-only lock fails to persist.
- AlphaRes Won’t Open on Windows 11: 7 Working Fixes: when the launch itself fails before detection can run.
- AlphaRes Download, Latest v1.1.0 for Windows 10/11: verified binary with SHA-256, file specs, and release notes.
- AlphaRes for Fortnite, Complete Guide (2026): the pillar reference covering every cluster guide.