Removed Future life, it appears to no longer have an installer.
This commit is contained in:
parent
703b3394cb
commit
2ed9370d67
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user