RS Games requires an older version of wine to actually speak. Trying 7.7.
This commit is contained in:
parent
947c5eacb9
commit
b434cc16db
@ -844,6 +844,7 @@ game_launcher() {
|
||||
export version="7.0"
|
||||
fi
|
||||
if [[ "$game" =~ rs-games ]] || [[ "$game" =~ screaming-strike-2 ]]; then
|
||||
export version="7.7"
|
||||
pushd "$(winepath "$winePath")"
|
||||
wine "$wineExec"
|
||||
popd
|
||||
@ -2512,6 +2513,8 @@ EOF
|
||||
add_launcher "c:\Program Files\RTR Offline\rtr.exe"
|
||||
;;
|
||||
"RS Games")
|
||||
export version="7.7"
|
||||
install_wine "$version" "32"
|
||||
export winVer="win7"
|
||||
install_wine_bottle speechsdk
|
||||
download "http://rsgames.org/rsdownloads/rsgclient/rsgames-client-setup-2.01.exe" "https://stormgames.wolfe.casa/downloads/nvdaControllerClient32.dll"
|
||||
|
Loading…
Reference in New Issue
Block a user