merged to master.
This commit is contained in:
parent
9f42469b89
commit
881498ea47
@ -350,6 +350,7 @@ gameList=(
|
||||
"Super Liam"
|
||||
"Swamp"
|
||||
"The Blind Swordsman"
|
||||
"The Great Toy Robbery"
|
||||
"Technoshock"
|
||||
"Top Speed 3"
|
||||
"Undead Assault"
|
||||
@ -560,7 +561,8 @@ case "${game}" in
|
||||
add_launcher "c:\Program Files\run for your life\game.exe"
|
||||
;;
|
||||
"Shades of Doom")
|
||||
install_wine_bottle vcrun6
|
||||
export winVer="win7"
|
||||
install_wine_bottle speechsdk vb6run dx8vb
|
||||
download "http://www.gmagames.com/sod20022.exe"
|
||||
wine "${cache}/sod20022.exe" /silent
|
||||
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"
|
||||
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")
|
||||
install_wine_bottle
|
||||
download "http://tiflocomp.ru/download/games/technoshock_140b_en.zip" "http://tiflocomp.ru/download/games/technoshock140b_en_update.zip"
|
||||
|
Loading…
Reference in New Issue
Block a user