Merged to master.

This commit is contained in:
Storm Dragon 2020-09-21 06:59:28 -04:00
parent d9489819b7
commit c3a7e39def

View File

@ -308,7 +308,6 @@ gameList=(
"Super Liam" "Super Liam"
"Swamp" "Swamp"
"The Blind Swordsman" "The Blind Swordsman"
"The Road to Rage"
"Technoshock" "Technoshock"
"Top Speed 3" "Top Speed 3"
"Q9" "Q9"
@ -450,17 +449,6 @@ 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 Road to Rage")
if [[ "$(uname -m)" != "x86_64" ]]; then
echo "Sorry, this game is only supported on 64 bit systems."
exit 0
fi
export WINEARCH=win64
install_wine_bottle speechsdk
download "https://iamtalon.me/games/rtr_ultimate.zip"
unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/rtr_ultimate.zip"
add_launcher "c:\Program Files\rtr_Ultimate\trtr.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"