Added game "Extant"
This commit is contained in:
parent
e428a1b58c
commit
f5fcaf2f0d
@ -535,6 +535,7 @@ gameList=(
|
||||
"Easter Quest"
|
||||
#"Entombed"
|
||||
#"Eurofly"
|
||||
"Extant"
|
||||
"Fantasy Story II"
|
||||
#"Fartman"
|
||||
"Finger Panic"
|
||||
@ -770,6 +771,12 @@ case "${game}" in
|
||||
unzip -d "$WINEPREFIX/drive_c/Eurofly" "${cache}/Launcher_1.2.zip"
|
||||
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")
|
||||
export winVer="win10"
|
||||
install_wine_bottle speechsdk
|
||||
|
Loading…
Reference in New Issue
Block a user