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"
|
#"Fartman"
|
||||||
"Finger Panic"
|
"Finger Panic"
|
||||||
"Fuck That Bird"
|
"Fuck That Bird"
|
||||||
|
#"Future Life"
|
||||||
"GMA Tank Commander"
|
"GMA Tank Commander"
|
||||||
"Golden Crayon"
|
"Golden Crayon"
|
||||||
"Hammer of Glory"
|
"Hammer of Glory"
|
||||||
@ -1705,6 +1706,14 @@ 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://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")
|
"Golden Crayon")
|
||||||
export winVer="win7"
|
export winVer="win7"
|
||||||
install_wine_bottle speechsdk
|
install_wine_bottle speechsdk
|
||||||
|
Loading…
Reference in New Issue
Block a user