More work on entombed, still not working though

This commit is contained in:
Michael Taboada 2022-03-06 04:51:38 -08:00
parent 19394f68e7
commit 4b7d85b070

View File

@ -1700,12 +1700,17 @@ case "${game}" in
;; ;;
"Entombed") "Entombed")
export winVer="win7" export winVer="win7"
#install_wine_bottle dotnet35 msvcrt40 speechsdk
install_wine_bottle speechsdk msvcrt40 install_wine_bottle speechsdk msvcrt40
# Ok, more dotnet. # Ok, more dotnet.
DISPLAY="" winetricks -q dotnet48 xna40 LC_ALL=C DISPLAY="" winetricks -q dotnet462
wineserver -k # Sigh. wineserver -k # Sigh.
download "http://blind-games.com/newentombed/EntombedSetup.exe" download "http://blind-games.com/newentombed/EntombedSetup.exe" "https://download.microsoft.com/download/E/C/1/EC1B2340-67A0-4B87-85F0-74D987A27160/SSCERuntime-ENU.exe"
mkdir -p "${WINEPREFIX}/drive_c/temp"
pushd "${WINEPREFIX}/drive_c/temp"
7z e "${cache}/SSCERuntime-ENU.exe"
wine msiexec /i "${WINEPREFIX}/drive_c/temp/SSCERuntime_x86-ENU.msi" /q
rm *
popd
wine "${cache}/EntombedSetup.exe" /silent wine "${cache}/EntombedSetup.exe" /silent
add_launcher "c:\Program Files\Entombed\Entombed.exe" add_launcher "c:\Program Files\Entombed\Entombed.exe"
;; ;;