More work on getting Entombed working.

This commit is contained in:
Storm Dragon 2020-10-18 20:33:10 -04:00
parent 315468dd02
commit 00182aba6d

View File

@ -328,7 +328,7 @@ gameList=(
"Bloodshed" "Bloodshed"
"Crazy Party" "Crazy Party"
"Easter Quest" "Easter Quest"
#"Entombed" "Entombed"
"Finger Panic" "Finger Panic"
"Fuck That Bird" "Fuck That Bird"
"Kitchensinc Games" "Kitchensinc Games"
@ -428,7 +428,8 @@ case "${game}" in
add_launcher "c:\Program Files\MTGames\Easter Quest\easter.exe" add_launcher "c:\Program Files\MTGames\Easter Quest\easter.exe"
;; ;;
"Entombed") "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" download "http://www.blind-games.com/EntombedSetup.exe" "http://www.blind-games.com/EntombedUpdate.exe"
wine "${cache}/EntombedSetup.exe" /silent wine "${cache}/EntombedSetup.exe" /silent
wine "${cache}/EntombedUpdate.exe" /silent wine "${cache}/EntombedUpdate.exe" /silent