diff --git a/audiogame-manager.sh b/audiogame-manager.sh index d3be52b..b6dd29e 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -1166,6 +1166,7 @@ gameList=( "Villains From Beyond" "VIP Mud" "Warsim" + #"Wave of the Undead" #"Wolf Games Launcher" "World of War" ) @@ -3059,6 +3060,13 @@ export norh=false # Must install a voice, and rhvoice works easily with 64 bit. unzip -d "$WINEPREFIX/drive_c/Program Files/Warsim/" "${cache}/Warsim Full Game.zip" add_launcher "c:\Program Files\Warsim\Warsim.exe" ;; + "Wave of the Undead") + export winVer="win7" + download "https://www.dropbox.com/s/x5ap56yevvvxzdh/Wave%20Of%20The%20Undead%20Setup.exe?dl=1" + install_wine_bottle + wine "${cache}/Wave Of The Undead Setup.exe" + #add_launcher "c:\Program Files\" + ;; "Wolf Games Launcher") download "https://sightlesswolf.com/wg-release.zip" "https://github.com/RastislavKish/nvda2speechd/releases/download/v0.1/nvda2speechd64.dll" export WINEARCH=win64