feat: update scripts
This commit is contained in:
parent
5a4589858c
commit
5dec143167
|
@ -1,15 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
export MANGOHUD=1
|
|
||||||
|
|
||||||
# https://docs.mesa3d.org/envvars.html
|
|
||||||
export AMD_VULKAN_ICD="RADV"
|
|
||||||
export RADV_PERFTEST="sam"
|
|
||||||
|
|
||||||
export WINEFSYNC=1
|
|
||||||
export WINEPREFIX=/home/wizardlink/Games/guild_wars_2/
|
|
||||||
export WINEARCH="win64"
|
|
||||||
|
|
||||||
export DXVKV_ASYNC=1
|
|
||||||
export DXVK_CONFIG_FILE=/home/wizardlink/.config/dxvk.conf
|
|
||||||
|
|
||||||
gamemoderun wine64 /home/wizardlink/Games/guild_wars_2/drive_c/Program\ Files/Guild\ Wars\ 2/Gw2-64.exe -autologin
|
|
|
@ -3,10 +3,9 @@ export MANGOHUD=1
|
||||||
|
|
||||||
# https://docs.mesa3d.org/envvars.html
|
# https://docs.mesa3d.org/envvars.html
|
||||||
export AMD_VULKAN_ICD="RADV"
|
export AMD_VULKAN_ICD="RADV"
|
||||||
export RADV_PERFTEST="sam"
|
|
||||||
|
|
||||||
export PROTON_NO_FSYNC=1
|
|
||||||
|
|
||||||
export DXVK_ASYNC=1
|
export DXVK_ASYNC=1
|
||||||
|
|
||||||
|
export ENABLE_VKBASALT=1
|
||||||
|
|
||||||
gamemoderun "$@"
|
gamemoderun "$@"
|
||||||
|
|
Loading…
Reference in a new issue