Update gw2 script
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
9f29f25756
commit
fb22cca9a4
3 changed files with 7 additions and 254 deletions
|
@ -29,5 +29,11 @@ export LOGFILE=/dev/null
|
|||
# Enable esync
|
||||
export WINEESYNC=1
|
||||
|
||||
# DXVK settings
|
||||
export DXVK_LOG_LEVEL=none
|
||||
export DXVK_HUD=0
|
||||
export STAGING_SHARED_MEMORY=1
|
||||
export __GL_SHADER_DISK_CACHE_PATH="${WINEPREFIX}"
|
||||
|
||||
# Run GW2 using some settings
|
||||
wine64 "${WINEPREFIX}/drive_c/Program Files/Guild Wars 2/Gw2-64.exe" -mapLoadInfo
|
||||
wine64 "${WINEPREFIX}/drive_c/Program Files/Guild Wars 2/Gw2-64.exe"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue