From 9d28dcce6d00e78341fb8d925f1cc74d8ca15958 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Fri, 20 Nov 2020 12:37:54 -0500 Subject: [PATCH] Added Rhythm Rage. --- audiogame-manager.sh | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index ad4ba47..6d26f1e 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -118,7 +118,7 @@ checklist() { if command -v xclip &> /dev/null ; then echo "Xclip is installed." else - errorList+=("Warning: Xclip is not installed. Some games may not speak.") + errorList+=("Warning: Xclip is not installed. Some games may not speak or register properly.") fi if command -v xdotool &> /dev/null ; then echo "Xdotool is installed." @@ -391,6 +391,7 @@ gameList=( "Pontes Kickups!" "Q9" "Revenge of the Undead" + "Rhythm Rage" "RS Games" "Run For Your Life" "Sequence Storm" @@ -617,6 +618,14 @@ case "${game}" in rm -fv "${WINEPREFIX}/drive_c/Program Files/rotu/nvdaControllerClient32.dll" add_launcher "c:\Program Files\rotu\rotu.exe" ;; + "Rhythm Rage") + export winVer="win7" + install_wine_bottle speechsdk + download "http://oriolgomez.com/games/rr_en.zip" "https://stormgames.wolfe.casa/downloads/nvdaControllerClient32.dll" + unzip -d "$WINEPREFIX/drive_c/Program Files/rhythm rage" "${cache}/rr_en.zip" + find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \; + add_launcher "c:\Program Files\rhythm rage/game.exe" + ;; "RS Games") export winVer="win7" install_wine_bottle speechsdk