Added The Great Toy Robbery, but for now sounds are a bit shakey.

This commit is contained in:
Storm Dragon 2020-11-11 12:43:19 -05:00
parent f70ba54270
commit 9000b36349

View File

@ -350,6 +350,7 @@ gameList=(
"Super Liam" "Super Liam"
"Swamp" "Swamp"
"The Blind Swordsman" "The Blind Swordsman"
"The Great Toy Robbery"
"Technoshock" "Technoshock"
"Top Speed 3" "Top Speed 3"
"Undead Assault" "Undead Assault"
@ -598,6 +599,14 @@ case "${game}" in
unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/theblindswordsmanPC.zip" unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/theblindswordsmanPC.zip"
add_launcher "c:\Program Files\TheBlindSwordsman.exe" 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") "Technoshock")
install_wine_bottle install_wine_bottle
download "http://tiflocomp.ru/download/games/technoshock_140b_en.zip" "http://tiflocomp.ru/download/games/technoshock140b_en_update.zip" download "http://tiflocomp.ru/download/games/technoshock_140b_en.zip" "http://tiflocomp.ru/download/games/technoshock140b_en_update.zip"