Add section for mod manager integration with Steam/Proton #63

Merged
valters-tomsons merged 8 commits from main into main 2025-01-04 17:47:37 -05:00
Showing only changes of commit 7cebcda718 - Show all commits

View File

@@ -60,7 +60,7 @@ replacing `OriginalGame.exe` and `CustomLoader.exe` with game's executable name
Here's an example of full Fallout 4 VR launch options:
```
WINEDLLOVERRIDES="WinHTTP.dll=n,b;x3daudio1_7.dll=n,b" bash -c 'exec "${@/Fallout4VR.exe/f4sevr_loader.exe}"' -- %command% -forcesteamloader
WINEDLLOVERRIDES="WinHTTP.dll=n,b;x3daudio1_7.dll=n,b" bash -c 'exec "${@/Fallout4VR.exe/f4sevr_loader.exe}"' -- %command%
```
Put any environment variables before `bash`, put any launch arguments for the game after `%command%`.
Put any environment variables before `bash`, put any launch arguments for the game after `%command%`.