Removed Future life, it appears to no longer have an installer.

This commit is contained in:
Storm Dragon 2022-09-19 11:12:51 -04:00
parent 703b3394cb
commit 2ed9370d67

View File

@ -977,7 +977,6 @@ gameList=(
#"Fartman" #"Fartman"
"Finger Panic" "Finger Panic"
"Fuck That Bird" "Fuck That Bird"
"Future Life"
"GMA Tank Commander" "GMA Tank Commander"
"Grizzly Gulch" "Grizzly Gulch"
"Hammer of Glory" "Hammer of Glory"
@ -1891,15 +1890,6 @@ case "${game}" in
unzip -d "$WINEPREFIX/drive_c/Program Files/fuck that bird" "${cache}/bird_en.zip" unzip -d "$WINEPREFIX/drive_c/Program Files/fuck that bird" "${cache}/bird_en.zip"
add_launcher "c:\Program Files\fuck that bird\game.exe" 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") "GMA Tank Commander")
install_wine_bottle vb6run dx8vb speechsdk install_wine_bottle vb6run dx8vb speechsdk
download "http://www.gmagames.com/gtc120.exe" download "http://www.gmagames.com/gtc120.exe"