Game Future Life added, but it seems to freeze up directly after login so disabled for now.
This commit is contained in:
parent
fc2dfe5f70
commit
925bae8b6b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user