"Wave of the Undead" added, but commented because of problems with the installer.

This commit is contained in:
stormdragon2976 2023-04-16 20:23:30 -04:00
parent 16e58d74d0
commit 73c3396e11

View File

@ -1166,6 +1166,7 @@ gameList=(
"Villains From Beyond" "Villains From Beyond"
"VIP Mud" "VIP Mud"
"Warsim" "Warsim"
#"Wave of the Undead"
#"Wolf Games Launcher" #"Wolf Games Launcher"
"World of War" "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" unzip -d "$WINEPREFIX/drive_c/Program Files/Warsim/" "${cache}/Warsim Full Game.zip"
add_launcher "c:\Program Files\Warsim\Warsim.exe" 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") "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"
export WINEARCH=win64 export WINEARCH=win64