RS Games requires an older version of wine to actually speak. Trying 7.7.

This commit is contained in:
stormdragon2976 2023-01-30 21:54:06 -05:00
parent 947c5eacb9
commit b434cc16db

View File

@ -844,6 +844,7 @@ game_launcher() {
export version="7.0" export version="7.0"
fi fi
if [[ "$game" =~ rs-games ]] || [[ "$game" =~ screaming-strike-2 ]]; then if [[ "$game" =~ rs-games ]] || [[ "$game" =~ screaming-strike-2 ]]; then
export version="7.7"
pushd "$(winepath "$winePath")" pushd "$(winepath "$winePath")"
wine "$wineExec" wine "$wineExec"
popd popd
@ -2512,6 +2513,8 @@ EOF
add_launcher "c:\Program Files\RTR Offline\rtr.exe" add_launcher "c:\Program Files\RTR Offline\rtr.exe"
;; ;;
"RS Games") "RS Games")
export version="7.7"
install_wine "$version" "32"
export winVer="win7" export winVer="win7"
install_wine_bottle speechsdk install_wine_bottle speechsdk
download "http://rsgames.org/rsdownloads/rsgclient/rsgames-client-setup-2.01.exe" "https://stormgames.wolfe.casa/downloads/nvdaControllerClient32.dll" download "http://rsgames.org/rsdownloads/rsgclient/rsgames-client-setup-2.01.exe" "https://stormgames.wolfe.casa/downloads/nvdaControllerClient32.dll"