Added Rhythm Rage.

This commit is contained in:
Storm Dragon 2020-11-20 12:37:54 -05:00
parent f38190b670
commit 9d28dcce6d

View File

@ -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