Added game "Future Life". I fixed the problem of it needing root permissions to be removed.
This commit is contained in:
parent
ae2b80f546
commit
d002a1f2ae
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user