Added game "Extant"

This commit is contained in:
Storm Dragon 2021-02-15 16:00:37 -05:00
parent e428a1b58c
commit f5fcaf2f0d

View File

@ -535,6 +535,7 @@ gameList=(
"Easter Quest" "Easter Quest"
#"Entombed" #"Entombed"
#"Eurofly" #"Eurofly"
"Extant"
"Fantasy Story II" "Fantasy Story II"
#"Fartman" #"Fartman"
"Finger Panic" "Finger Panic"
@ -770,6 +771,12 @@ case "${game}" in
unzip -d "$WINEPREFIX/drive_c/Eurofly" "${cache}/Launcher_1.2.zip" unzip -d "$WINEPREFIX/drive_c/Eurofly" "${cache}/Launcher_1.2.zip"
add_launcher "c:\Eurofly\launcher.exe" add_launcher "c:\Eurofly\launcher.exe"
;; ;;
"Extant")
install_wine_bottle speechsdk
download "https://agarchive.net/games/other/extant.zip"
unzip -d "$WINEPREFIX/drive_c/Program Files/extant" "${cache}/extant.zip"
add_launcher "c:\Program Files\extant\Extant.exe"
;;
"Fantasy Story II") "Fantasy Story II")
export winVer="win10" export winVer="win10"
install_wine_bottle speechsdk install_wine_bottle speechsdk