From 7240f53cd5a323cd86fd731524d45e101780f3ba Mon Sep 17 00:00:00 2001 From: stormdragon2976 Date: Sun, 16 Apr 2023 23:42:05 -0400 Subject: [PATCH] Updated the Wave of the Undead installer. It works now, but no speech. --- audiogame-manager.sh | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index b6dd29e..7c99ada 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -3061,11 +3061,19 @@ export norh=false # Must install a voice, and rhvoice works easily with 64 bit. add_launcher "c:\Program Files\Warsim\Warsim.exe" ;; "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" + 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" install_wine_bottle - wine "${cache}/Wave Of The Undead Setup.exe" - #add_launcher "c:\Program Files\" + 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 + xdotool sleep 2 key space + 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" ;; "Wolf Games Launcher") download "https://sightlesswolf.com/wg-release.zip" "https://github.com/RastislavKish/nvda2speechd/releases/download/v0.1/nvda2speechd64.dll"