From 7a73efb9b305b55cdcce735387d5834622dc2d18 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sat, 5 Feb 2022 21:38:13 -0500 Subject: [PATCH] Game "The Vale" added but not quite working yet. --- audiogame-manager.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 9d921a8..428b328 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -978,6 +978,7 @@ gameList=( "The Blind Swordsman" #"The Gate" "The Great Toy Robbery" + "The Vale" "Thief" "Traders of Known Space" #"Three D velocity" @@ -2327,6 +2328,14 @@ EOF find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \; add_launcher "c:\Program Files\Lworks\The Great Toy Robbery\tgtr.exe" ;; + "The Vale") + get_installer "the-vale-win.zip" "https://falling-squirrel.itch.io/the-vale" + export WINEARCH=win64 + export winVer="win7" + install_wine_bottle + unzip -d "$WINEPREFIX/drive_c/Program Files/the-vale" "${cache}/the-vale-win.zip" + add_launcher "c:\Program Files\the-vale\TheVale.exe" + ;; "Thief") export bottle="oriol-gomez" export winVer="win7"