From 2ed9370d67a34ed0ff6a229c9bed0c672ba2426d Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Mon, 19 Sep 2022 11:12:51 -0400 Subject: [PATCH] Removed Future life, it appears to no longer have an installer. --- audiogame-manager.sh | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 993a52d..2bd6f87 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -977,7 +977,6 @@ gameList=( #"Fartman" "Finger Panic" "Fuck That Bird" - "Future Life" "GMA Tank Commander" "Grizzly Gulch" "Hammer of Glory" @@ -1891,15 +1890,6 @@ case "${game}" in unzip -d "$WINEPREFIX/drive_c/Program Files/fuck that bird" "${cache}/bird_en.zip" add_launcher "c:\Program Files\fuck that bird\game.exe" ;; - "Future Life") - export winVer="win7" - install_wine_bottle speechsdk - get_installer "Future Life.zip" "https://www.mediafire.com/file/phkzxtqjaw6nao9/Future" - unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/Future Life.zip" - chmod +w "$WINEPREFIX/drive_c/Program Files/Future Life" - find "${WINEPREFIX}" -type f -name "nvdaControllerClient32.dll" -exec rm -fv "{}" \; - add_launcher "c:\Program Files\Future Life\future_life.exe" - ;; "GMA Tank Commander") install_wine_bottle vb6run dx8vb speechsdk download "http://www.gmagames.com/gtc120.exe"