Added game "Future Life". I fixed the problem of it needing root permissions to be removed.

This commit is contained in:
Storm Dragon 2022-01-07 21:34:19 -05:00
parent ae2b80f546
commit d002a1f2ae

View File

@ -913,6 +913,7 @@ gameList=(
#"Fartman" #"Fartman"
"Finger Panic" "Finger Panic"
"Fuck That Bird" "Fuck That Bird"
"Future Life"
"GMA Tank Commander" "GMA Tank Commander"
"Hammer of Glory" "Hammer of Glory"
#"Hearthstone" #"Hearthstone"
@ -1714,6 +1715,15 @@ 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
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") "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"