Entombed working again, requires wine 7.0.

This commit is contained in:
stormdragon2976 2023-01-26 21:56:20 -05:00
parent 7e90f9586f
commit 2fdf75a477

View File

@ -838,7 +838,7 @@ game_launcher() {
exit 0 exit 0
fi fi
if [[ "$game" =~ entombed ]]; then if [[ "$game" =~ entombed ]]; then
export version="7.7" export version="7.0"
fi fi
if [[ "$game" =~ rs-games ]] || [[ "$game" =~ screaming-strike-2 ]]; then if [[ "$game" =~ rs-games ]] || [[ "$game" =~ screaming-strike-2 ]]; then
pushd "$(winepath "$winePath")" pushd "$(winepath "$winePath")"
@ -1972,7 +1972,7 @@ case "${game}" in
add_launcher "c:\Program Files\Endless Runner\runner.exe" add_launcher "c:\Program Files\Endless Runner\runner.exe"
;; ;;
"Entombed") "Entombed")
export version="7.7" export version="7.0"
install_wine "$version" "32" install_wine "$version" "32"
export winVer="win7" export winVer="win7"
install_wine_bottle speechsdk msvcrt40 gdiplus ie7 wmp11 mf install_wine_bottle speechsdk msvcrt40 gdiplus ie7 wmp11 mf