mirror of
https://gitlab.com/lvra/lvra.gitlab.io.git
synced 2025-02-22 18:43:58 +01:00
Add CrysisVR example
This commit is contained in:
parent
f4a5b5e715
commit
140899ba49
1 changed files with 6 additions and 0 deletions
|
@ -63,4 +63,10 @@ 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%
|
||||
```
|
||||
|
||||
Example for redirecting original Crysis (2007) to [Crysis VR](https://crysis.vrmods.eu/):
|
||||
|
||||
```
|
||||
MANGOHUD=0 bash -c 'exec "${@/Crysis.exe/CrysisVR.exe}"' -- %command%
|
||||
```
|
||||
|
||||
Put any environment variables before `bash`, put any launch arguments for the game after `%command%`.
|
Loading…
Add table
Reference in a new issue