Wave of the Undead updated, but not working yet, so commented for now.
This commit is contained in:
parent
be67215786
commit
6d21a91df9
@ -3203,9 +3203,9 @@ export norh=false # Must install a voice, and rhvoice works easily with 64 bit.
|
|||||||
"Wave of the Undead")
|
"Wave of the Undead")
|
||||||
export WINEARCH=win64
|
export WINEARCH=win64
|
||||||
export winVer="win7"
|
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
|
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 20 key Alt+n sleep 2 key Alt+n sleep 2 key Alt+n
|
||||||
xdotool sleep 2 key Alt+i
|
xdotool sleep 2 key Alt+i
|
||||||
xdotool sleep 20 key Alt+n
|
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
|
xdotool sleep 2 key Alt+f
|
||||||
wineserver -w
|
wineserver -w
|
||||||
find "${WINEPREFIX}" -type f -name 'nvdaControllerClient64.dll' -exec cp -v "${cache}/nvda2speechd64.dll" "{}" \;
|
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")
|
"Wolf Games Launcher")
|
||||||
download "https://sightlesswolf.com/wg-release.zip" "https://github.com/RastislavKish/nvda2speechd/releases/download/v0.1/nvda2speechd64.dll"
|
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