Update gw2 script to refer to lutris version
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
a50d683f4c
commit
d57b0150cf
7 changed files with 13 additions and 10 deletions
|
@ -12,6 +12,9 @@
|
|||
# USAGE:
|
||||
# ./gw2
|
||||
# Set custom wineprefix
|
||||
echo "Use Guild Wars 2 installed by Lutris!"
|
||||
exit 1
|
||||
|
||||
export WINEPREFIX="${HOME}/Games/Guild_Wars_2/"
|
||||
|
||||
# Set wine to 64-bit
|
||||
|
@ -36,4 +39,4 @@ 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"
|
||||
wine64 "${WINEPREFIX}/drive_c/Program Files/Guild Wars 2/Gw2-64.exe" -autologin -nopatchui
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue