From c3a7e39def93ee647ff61498044cc90375be0dc1 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Mon, 21 Sep 2020 06:59:28 -0400 Subject: [PATCH] Merged to master. --- audiogame-manager.sh | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index f3cb3a2..06c11a5 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -308,7 +308,6 @@ gameList=( "Super Liam" "Swamp" "The Blind Swordsman" - "The Road to Rage" "Technoshock" "Top Speed 3" "Q9" @@ -450,17 +449,6 @@ case "${game}" in unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/theblindswordsmanPC.zip" 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") install_wine_bottle download "http://tiflocomp.ru/download/games/technoshock_140b_en.zip" "http://tiflocomp.ru/download/games/technoshock140b_en_update.zip"