More progress on Entombed. Not quite there yet, but closer than before, I think.
This commit is contained in:
parent
d1b1650b77
commit
ba2f84079b
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user