From d002a1f2ae7fb9735846b448580dc0e14806e90c Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Fri, 7 Jan 2022 21:34:19 -0500 Subject: [PATCH] Added game "Future Life". I fixed the problem of it needing root permissions to be removed. --- audiogame-manager.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 2c9eda9..bf272da 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -913,6 +913,7 @@ gameList=( #"Fartman" "Finger Panic" "Fuck That Bird" + "Future Life" "GMA Tank Commander" "Hammer of Glory" #"Hearthstone" @@ -1714,6 +1715,15 @@ 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 + download "https://download1494.mediafire.com/2rlnaffbiong/phkzxtqjaw6nao9/Future+Life.zip" + 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"