Remove -forcesteamloader from example because it makes Vortex crash

This commit is contained in:
Valters Tomsons 2024-12-26 19:40:24 +02:00
parent cb72bead7d
commit 7cebcda718

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%`.