From 925bae8b6bb07e09e4a9d5a3ac8ce588baa3e2f6 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sun, 2 Jan 2022 00:31:46 -0500 Subject: [PATCH] Game Future Life added, but it seems to freeze up directly after login so disabled for now. --- audiogame-manager.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 4edcb96..d02294c 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -905,6 +905,7 @@ gameList=( #"Fartman" "Finger Panic" "Fuck That Bird" + #"Future Life" "GMA Tank Commander" "Golden Crayon" "Hammer of Glory" @@ -1705,6 +1706,14 @@ 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://teknolojihakkindahersey.net/future_life.zip" + unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/future_life.zip" + find "${WINEPREFIX}" -type f -name "nvdaControllerClient32.dll" -exec rm -fv "{}" \; + add_launcher "c:\Program Files\Future Life\future_life.exe" + ;; "Golden Crayon") export winVer="win7" install_wine_bottle speechsdk