From a18ed1fc327ef5a9c9f3e5537eefe6f4c66b75f3 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Mon, 21 Sep 2020 06:58:47 -0400 Subject: [PATCH] Removed road to rage because it does not have plain old sapi support as far as I can tell. --- audiogame-manager.sh | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index ffe0b89..06c11a5 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -103,6 +103,8 @@ help() { } install_wine_bottle() { + # 32 bit installations work best and are the default here, if you need to override it, do it in the game specific installation steps. + export WINEARCH="${WINEARCH:-win32}" local bottle="${game,,}" bottle="${bottle//[[:space:]]/-}" mkdir -p "$HOME/.local/wine/${bottle}" @@ -279,8 +281,6 @@ cache="${XDG_CONFIG_HOME:-$HOME/.config}/storm-games/audiogame-manager/cache" configFile="${XDG_CONFIG_HOME:-$HOME/.config}/storm-games/audiogame-manager/games.conf" mkdir -p "${cache}" mkdir -p "${configFile%/*}" -# 32 bit installations work best and are the default here, if you need to override it, do it in the game specific installation steps. -export WINEARCH=win32 # Turn off debug messages export WINEDEBUG="-all" # During installation, you can set winVer to the versions available. @@ -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"