From 38d7b893408bff8b053da269cf3d8c5bebbbc2b5 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Thu, 5 Nov 2020 19:47:01 -0500 Subject: [PATCH] Added RS Games. --- audiogame-manager.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) 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