From ecec18417e69e54c0ef32cc3e55eb11a99a438b0 Mon Sep 17 00:00:00 2001 From: stormdragon2976 Date: Tue, 7 Feb 2023 03:46:15 -0500 Subject: [PATCH] Added game "Tactical Battle". --- audiogame-manager.sh | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index b658ba9..31c5a99 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -356,6 +356,9 @@ get_bottle() { *) export WINEPREFIX="${HOME}/.local/wine/${game%|*}";; esac # Wine version for bottles + if [[ "$game" =~ entombed ]]; then + install_wine "6.18" "32" + fi if [[ "$game" =~ rs-games ]]; then install_wine "7.0" "32" fi @@ -861,9 +864,6 @@ game_launcher() { wine "$winePath\\$wineExec" exit 0 fi - if [[ "$game" =~ entombed ]]; then - export version="7.0" - fi if [[ "$game" =~ screaming-strike-2 ]]; then pushd "$(winepath "$winePath")" ${wine} "$wineExec" @@ -1126,6 +1126,7 @@ gameList=( "Super Mario Bros" "Survive the Wild" "Swamp" + "Tactical Battle" "Technoshock" "Ten Pin Alley" "The Blind Swordsman" @@ -1980,7 +1981,7 @@ case "${game}" in add_launcher "c:\Program Files\Endless Runner\runner.exe" ;; "Entombed") - export version="7.0" + export version="6.18" install_wine "$version" "32" export winVer="win7" install_wine_bottle speechsdk msvcrt40 gdiplus ie7 wmp11 mf @@ -2739,6 +2740,14 @@ EOF fi add_launcher "c:\Program Files\swamp\Swamp.exe" ;; + "Tactical Battle") + install_wine_bottle speechsdk + LC_ALL=C DISPLAY="" winetricks -q dotnet462 + ${wine}server -k + download "https://blindgamers.com/downloads/Tactical%20Battle%20Dev.zip" + unzip -d "$WINEPREFIX/drive_c/Program Files/Tactical Battle" "${cache}/Tactical Battle Dev.zip" + add_launcher "c:\Program Files\Tactical Battle\Tactical Battle.exe" + ;; "Technoshock") install_wine_bottle download "http://tiflocomp.ru/download/games/technoshock_140b_en.zip" "http://tiflocomp.ru/download/games/technoshock140b_en_update.zip"