More progress on Entombed. Not quite there yet, but closer than before, I think.

This commit is contained in:
Storm Dragon 2020-12-04 21:07:59 -05:00
parent d1b1650b77
commit ba2f84079b

View File

@ -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")