From 00182aba6da9b97b638e46ec090f42afaa9524fd Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sun, 18 Oct 2020 20:33:10 -0400 Subject: [PATCH] More work on getting Entombed working. --- audiogame-manager.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 069b980..0131159 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -328,7 +328,7 @@ gameList=( "Bloodshed" "Crazy Party" "Easter Quest" - #"Entombed" + "Entombed" "Finger Panic" "Fuck That Bird" "Kitchensinc Games" @@ -428,7 +428,8 @@ case "${game}" in add_launcher "c:\Program Files\MTGames\Easter Quest\easter.exe" ;; "Entombed") - install_wine_bottle msvcrt40 speechsdk xna31 + export winVer="win7" + install_wine_bottle dotnet35 msvcrt40 speechsdk download "http://www.blind-games.com/EntombedSetup.exe" "http://www.blind-games.com/EntombedUpdate.exe" wine "${cache}/EntombedSetup.exe" /silent wine "${cache}/EntombedUpdate.exe" /silent