From dc37c865ca990ac5eb02518d4a482b15d6f45346 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sat, 24 Sep 2022 15:05:08 -0400 Subject: [PATCH] Road to Rage added but commented out because it is not speaking yet. --- audiogame-manager.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index d9f88a8..7a562b0 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -775,6 +775,9 @@ game_launcher() { if [[ "$game" =~ laser-breakout ]]; then pgrep -u "$USER" nvda2speechd &> /dev/null || ${XDG_DATA_HOME:-$HOME/.local/share}/audiogame-manager/nvda2speechd & fi + if [[ "$game" =~ bokurano-daibouken-3 ]]; then + pgrep -u "$USER" nvda2speechd &> /dev/null || ${XDG_DATA_HOME:-$HOME/.local/share}/audiogame-manager/nvda2speechd & + fi if [[ "$game" =~ sequence-storm ]]; then [[ -x ~/.SequenceStormReader ]] && ~/.SequenceStormReader & fi @@ -1018,6 +1021,7 @@ gameList=( "Revelation" "Rhythm Rage" #"River Raiders" + #"Road to Rage" "RS Games" "Run For Your Life" #"Sammy Center" @@ -2292,6 +2296,15 @@ EOF wineserver -w add_launcher "c:\Program Files\River Raiders\raid.exe" ;; + "Road to Rage") + export WINEARCH=win64 + export winVer="win7" + install_wine_bottle + download "https://iamtalon.me/games/rtr_ultimate.zip" "https://github.com/RastislavKish/nvda2speechd/releases/download/v0.1/nvda2speechd64.dll" + unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/rtr_ultimate.zip" + find "${WINEPREFIX}" -type f -name 'nvdaControllerClient.dll' -exec cp -v "${cache}/nvda2speechd64.dll" "{}" \; + add_launcher "c:\Program Files\rtr_Ultimate\trtr.exe" + ;; "RS Games") export winVer="win7" install_wine_bottle speechsdk