From 6d21a91df991e54ededf8bfa439b0a1d87622d85 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sun, 27 Aug 2023 18:55:08 -0400 Subject: [PATCH] Wave of the Undead updated, but not working yet, so commented for now. --- audiogame-manager.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 9766d5e..6f526e9 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -3203,9 +3203,9 @@ export norh=false # Must install a voice, and rhvoice works easily with 64 bit. "Wave of the Undead") export WINEARCH=win64 export winVer="win7" - download "https://www.dropbox.com/s/x5ap56yevvvxzdh/Wave%20Of%20The%20Undead%20Setup.exe?dl=1" "https://github.com/RastislavKish/nvda2speechd/releases/download/v0.1/nvda2speechd64.dll" + download "https://dl.dropbox.com/scl/fi/ukvou0y4gwg21nhhdpj40/Wave-of-the-Undead-Setup.exe?rlkey=4xnuwicpmbkx6w2jo2i56mijg" "https://github.com/RastislavKish/nvda2speechd/releases/download/v0.1/nvda2speechd64.dll" install_wine_bottle - wine "${cache}/Wave Of The Undead Setup.exe" & + wine "${cache}/Wave-of-the-Undead-Setup.exe" & xdotool sleep 20 key Alt+n sleep 2 key Alt+n sleep 2 key Alt+n xdotool sleep 2 key Alt+i xdotool sleep 20 key Alt+n @@ -3213,7 +3213,7 @@ export norh=false # Must install a voice, and rhvoice works easily with 64 bit. xdotool sleep 2 key Alt+f wineserver -w find "${WINEPREFIX}" -type f -name 'nvdaControllerClient64.dll' -exec cp -v "${cache}/nvda2speechd64.dll" "{}" \; - add_launcher "c:\Program Files (x86)\Wave Of The Undead\Wave Of The Undead.exe" + add_launcher "c:\Program Files (x86)\Wave Of The Undead\wave_of_the_undead.exe" ;; "Wolf Games Launcher") download "https://sightlesswolf.com/wg-release.zip" "https://github.com/RastislavKish/nvda2speechd/releases/download/v0.1/nvda2speechd64.dll"