More examples to a subsection

This commit is contained in:
Valters Tomsons 2025-02-02 01:51:37 +02:00
parent 140899ba49
commit 20efb3ced0

View file

@ -57,13 +57,15 @@ bash -c 'exec "${@/OriginalGame.exe/CustomLoader.exe}"' -- %command%
replacing `OriginalGame.exe` and `CustomLoader.exe` with game's executable name and your custom launcher respectively.
Here's an example of full Fallout 4 VR launch options:
## Examples
Redirect Fallout 4 VR to [F4 Script Extender](https://f4se.silverlock.org/) with dll overrides needed for other mods to work:
```
WINEDLLOVERRIDES="WinHTTP.dll=n,b;x3daudio1_7.dll=n,b" bash -c 'exec "${@/Fallout4VR.exe/f4sevr_loader.exe}"' -- %command%
```
Example for redirecting original Crysis (2007) to [Crysis VR](https://crysis.vrmods.eu/):
Redirect original Crysis (2007) executables to [Crysis VR](https://crysis.vrmods.eu/):
```
MANGOHUD=0 bash -c 'exec "${@/Crysis.exe/CrysisVR.exe}"' -- %command%