From ba2f84079bac195cfccdf1026b6deff98e1c611a Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Fri, 4 Dec 2020 21:07:59 -0500 Subject: [PATCH] More progress on Entombed. Not quite there yet, but closer than before, I think. --- audiogame-manager.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 3ea6c9e..9d232eb 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -385,7 +385,7 @@ gameList=( "Crazy Party" "Death on the Road" "Easter Quest" - #"Entombed" + "Entombed" "Fantasy Story II" #"Fartman" "Finger Panic" @@ -538,10 +538,10 @@ case "${game}" in ;; "Entombed") export winVer="win7" - install_wine_bottle dotnet35 msvcrt40 speechsdk - download "http://www.blind-games.com/EntombedSetup.exe" "http://www.blind-games.com/EntombedUpdate.exe" + #install_wine_bottle dotnet35 msvcrt40 speechsdk + install_wine_bottle speechsdk msvcrt40 dotnet48 xna40 + download "http://blind-games.com/newentombed/EntombedSetup.exe" wine "${cache}/EntombedSetup.exe" /silent - wine "${cache}/EntombedUpdate.exe" /silent #add_launcher "c:\Program Files\MTGames\Easter Quest\easter.exe" ;; "Fantasy Story II")