Game "The Vale" now working.

This commit is contained in:
Storm Dragon 2022-02-06 02:05:43 -05:00
parent 7a73efb9b3
commit 70eed45603

View File

@ -2331,9 +2331,12 @@ EOF
"The Vale") "The Vale")
get_installer "the-vale-win.zip" "https://falling-squirrel.itch.io/the-vale" get_installer "the-vale-win.zip" "https://falling-squirrel.itch.io/the-vale"
export WINEARCH=win64 export WINEARCH=win64
export winVer="win7" export winVer="win8"
install_wine_bottle install_wine_bottle
unzip -d "$WINEPREFIX/drive_c/Program Files/the-vale" "${cache}/the-vale-win.zip" unzip -d "$WINEPREFIX/drive_c/Program Files/the-vale" "${cache}/the-vale-win.zip"
# Weird work around to get keyboard working.
winetricks -q usetakefocus=y
winetricks -q usetakefocus=n
add_launcher "c:\Program Files\the-vale\TheVale.exe" add_launcher "c:\Program Files\the-vale\TheVale.exe"
;; ;;
"Thief") "Thief")