Road to Rage added but commented out because it is not speaking yet.

This commit is contained in:
Storm Dragon 2022-09-24 15:05:08 -04:00
parent 3e7d462751
commit dc37c865ca

View File

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