diff --git a/audiogame-manager.sh b/audiogame-manager.sh index f5bed55..be4b701 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -342,6 +342,7 @@ gameList=( "Pontes Kickups!" "Q9" "Revenge of the Undead" + "RS Games" "Run For Your Life" "Shades of Doom" "Super Egg Hunt" @@ -534,6 +535,15 @@ case "${game}" in rm -fv "${WINEPREFIX}/drive_c/Program Files/rotu/nvdaControllerClient32.dll" add_launcher "c:\Program Files\rotu\rotu.exe" ;; + "RS Games") + export winVer="win7" + install_wine_bottle speechsdk + download "http://rsgames.org/rsdownloads/rsgclient/rsgames-client-setup-2.01.exe" + wine "${cache}/rsgames-client-setup-2.01.exe" /silent + cp -v "${cache}/nvdaControllerClient32.dll" "${WINEPREFIX}/drive_c/Program Files/RS Games Client/" + cp -v "${cache}/nvdaControllerClient32.dll" "${WINEPREFIX}/drive_c/Program Files/RS Games Client/accessible_output2/lib/" + add_launcher "c:\Program Files\RS Games Client\rsg.exe" + ;; "Run For Your Life") export winVer="win7" install_wine_bottle