Updated the Wave of the Undead installer. It works now, but no speech.
This commit is contained in:
parent
73c3396e11
commit
7240f53cd5
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user