From 9000b36349d30d0966d56216882e72982ceb8a9d Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Wed, 11 Nov 2020 12:43:19 -0500 Subject: [PATCH] Added The Great Toy Robbery, but for now sounds are a bit shakey. --- audiogame-manager.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index dc08d19..ce2a567 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -350,6 +350,7 @@ gameList=( "Super Liam" "Swamp" "The Blind Swordsman" + "The Great Toy Robbery" "Technoshock" "Top Speed 3" "Undead Assault" @@ -598,6 +599,14 @@ case "${game}" in unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/theblindswordsmanPC.zip" add_launcher "c:\Program Files\TheBlindSwordsman.exe" ;; + "The Great Toy Robbery") + export winVer="win7" + install_wine_bottle + download "http://files.l-works.net/tgtrsetup_2.04.exe" "https://stormgames.wolfe.casa/downloads/nvdaControllerClient32.dll" + wine "${cache}/tgtrsetup_2.04.exe" /silent + 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" + ;; "Technoshock") install_wine_bottle download "http://tiflocomp.ru/download/games/technoshock_140b_en.zip" "http://tiflocomp.ru/download/games/technoshock140b_en_update.zip"