From 7cebcda718bfbeaded148e84d4e3147ea469a70e Mon Sep 17 00:00:00 2001 From: Valters Tomsons Date: Thu, 26 Dec 2024 19:40:24 +0200 Subject: [PATCH] Remove -forcesteamloader from example because it makes Vortex crash --- content/docs/steamvr/mod-managers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/steamvr/mod-managers.md b/content/docs/steamvr/mod-managers.md index da75cff..4e246a4 100644 --- a/content/docs/steamvr/mod-managers.md +++ b/content/docs/steamvr/mod-managers.md @@ -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%`. \ No newline at end of file +Put any environment variables before `bash`, put any launch arguments for the game after `%command%`. \ No newline at end of file