merged to master.

This commit is contained in:
Storm Dragon 2020-11-14 13:50:22 -05:00
parent 9f42469b89
commit 881498ea47

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"
@ -560,7 +561,8 @@ case "${game}" in
add_launcher "c:\Program Files\run for your life\game.exe" add_launcher "c:\Program Files\run for your life\game.exe"
;; ;;
"Shades of Doom") "Shades of Doom")
install_wine_bottle vcrun6 export winVer="win7"
install_wine_bottle speechsdk vb6run dx8vb
download "http://www.gmagames.com/sod20022.exe" download "http://www.gmagames.com/sod20022.exe"
wine "${cache}/sod20022.exe" /silent wine "${cache}/sod20022.exe" /silent
add_launcher "c:\Program Files\Shades of Doom 2.0\sod.exe" add_launcher "c:\Program Files\Shades of Doom 2.0\sod.exe"
@ -597,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 speechsdk
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"