Skip to content

Commit 84abe09

Browse files
Update README.md
1 parent d34ce25 commit 84abe09

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,14 @@ AltLauncher comes with an auto-updater program that can act as a drop-in replace
151151

152152
- On Steam, you can modify the launch options to run the game through AltLauncher:
153153
- `"C:\Path\To\AltLauncher.exe" -- %command%`
154+
- You can disable the deletion of removed files and folders by setting `True` or `False` either the environment path: `AltLauncher_ForbidDeletions` or the ini setting: `[Settings]ForbidDeletions`
154155
- AltLauncher supports **environment variable expansion**, allowing dynamic resolution of paths:
155-
- `%USERPROFILE%` will automatically expand to `C:\Users\YourUsername\`
156-
- `%APPDATA%` expands to `C:\Users\YourUsername\AppData\Roaming\`
156+
- `%USERPROFILE%` will automatically expand to `C:\Users\YourUsername`
157+
- `%LOCALAPPDATA%` expands to `C:\Users\YourUsername\AppData\Local`
158+
- `%APPDATA%` expands to `C:\Users\YourUsername\AppData\Roaming`
159+
- `%PROGRAMFILES%` expands to `C:\Program Files`
160+
- `%PROGRAMFILES(x86)%` expands to `C:\Program Files (x86)`
161+
- `%PROGRAMDATA%` expands to `C:\ProgramData`
157162
- Set the environment paths `%SteamID%`, `%SteamID64%`, and `%UbisoftID%` to your user-id.
158163
- You can obtain your user-id by checking the following directories:
159164
- `C:\Program Files (x86)\Steam\userdata`
@@ -166,4 +171,4 @@ AltLauncher comes with an auto-updater program that can act as a drop-in replace
166171
- If **AltLauncher.ini** is missing, ensure it's located in the same directory as `AltLauncher.exe`.
167172
- If the game fails to launch, verify that the `Executable` entry matches the correct `.exe` file.
168173
- If profiles are not loading correctly, check the `ProfilesPath` for missing directories.
169-
- If all else fails, we have a [Discord](https://discord.gg/zVAa2vkU5M) server where you can receive support!
174+
- If all else fails, we have a [Discord](https://discord.gg/zVAa2vkU5M) server where you can receive support!

0 commit comments

Comments
 (0)