Added game "Revenge of the undead"

This commit is contained in:
Storm Dragon 2020-10-25 12:55:26 -04:00
parent 00182aba6d
commit e008373255

View File

@ -338,6 +338,7 @@ gameList=(
"Manamon 2" "Manamon 2"
"Paladin of the Sky" "Paladin of the Sky"
"Pontes Kickups!" "Pontes Kickups!"
"Revenge of the Undead"
"Run For Your Life" "Run For Your Life"
"Shades of Doom" "Shades of Doom"
"Super Egg Hunt" "Super Egg Hunt"
@ -386,20 +387,6 @@ case "${game}" in
wine "${cache}/adrian's doom.exe" /silent wine "${cache}/adrian's doom.exe" /silent
add_launcher "c:\Program Files\Two Caring Citizens\Adrian's Doom!\adrian.exe" add_launcher "c:\Program Files\Two Caring Citizens\Adrian's Doom!\adrian.exe"
;; ;;
"Battle Zone")
export winVer="win7"
install_wine_bottle speechsdk
download "https://www.agarchive.net/games/gameMadnessInteractive/battle%20zone%2013.5%20setup.exe"
wine "${cache}/battle zone 13.5 setup.exe" /silent
add_launcher "c:\Program Files\Battle Zone\ss.exe"
rm -fv "${WINEPREFIX}/drive_c/Program Files/Battle Zone/nvdaControllerClient32.dll"
;;
"Bloodshed")
install_wine_bottle speechsdk
download "http://www.samtupy.com/games/bloodshed.exe"
cp "${cache}/bloodshed.exe" "$WINEPREFIX/drive_c/Program Files/"
add_launcher "c:\Program Files\bloodshed.exe"
;;
"Adventurers At C") "Adventurers At C")
install_wine_bottle speechsdk install_wine_bottle speechsdk
download "http://www.vgstorm.com/aac/aac.zip" "https://www.agarchive.net/games/vg/adventure%20at%20c%20stages.7z" download "http://www.vgstorm.com/aac/aac.zip" "https://www.agarchive.net/games/vg/adventure%20at%20c%20stages.7z"
@ -413,6 +400,21 @@ case "${game}" in
unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/audiodisc.zip" unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/audiodisc.zip"
add_launcher "c:\Program Files\audiodisc\disco.exe" add_launcher "c:\Program Files\audiodisc\disco.exe"
;; ;;
"Battle Zone")
export winVer="win7"
install_wine_bottle speechsdk
download "https://www.agarchive.net/games/gameMadnessInteractive/battle%20zone%2013.5%20setup.exe"
wine "${cache}/battle zone 13.5 setup.exe" /silent
add_launcher "c:\Program Files\Battle Zone\ss.exe"
rm -fv "${WINEPREFIX}/drive_c/Program Files/Battle Zone/nvdaControllerClient32.dll"
;;
"Bloodshed")
export winVer="win7"
install_wine_bottle speechsdk
download "http://www.samtupy.com/games/bloodshed.exe"
cp "${cache}/bloodshed.exe" "$WINEPREFIX/drive_c/Program Files/"
add_launcher "c:\Program Files\bloodshed.exe"
;;
"Crazy Party") "Crazy Party")
export winVer="win7" export winVer="win7"
install_wine_bottle speechsdk install_wine_bottle speechsdk
@ -507,12 +509,20 @@ case "${game}" in
rm -fv "${WINEPREFIX}/drive_c/Program Files/Pontes Games/Pontes Kick-ups/nvdaControllerClient32.dll" rm -fv "${WINEPREFIX}/drive_c/Program Files/Pontes Games/Pontes Kick-ups/nvdaControllerClient32.dll"
add_launcher "c:\Program Files\Pontes Games\Pontes Kick-ups\PontesKickUps.exe" add_launcher "c:\Program Files\Pontes Games\Pontes Kick-ups\PontesKickUps.exe"
;; ;;
"Revenge of the Undead")
export winVer="win7"
install_wine_bottle speechsdk
download "https://tunmi13.dev/projects/rotu.zip"
unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/rotu.zip"
rm -fv "${WINEPREFIX}/drive_c/Program Files/rotu/nvdaControllerClient32.dll"
add_launcher "c:\Program Files\rotu\rotu.exe"
;;
"Run For Your Life") "Run For Your Life")
export winVer="win7" export winVer="win7"
install_wine_bottle install_wine_bottle
download "http://oriolgomez.com/games/rfyl_en.zip" download "http://oriolgomez.com/games/rfyl_en.zip"
unzip -d "$WINEPREFIX/drive_c/Program Files/run for your life" "${cache}/rfyl_en.zip" unzip -d "$WINEPREFIX/drive_c/Program Files/run for your life" "${cache}/rfyl_en.zip"
add_launcher "c:\Program Files\run for your life/game.exe" add_launcher "c:\Program Files\run for your life\game.exe"
;; ;;
"Shades of Doom") "Shades of Doom")
install_wine_bottle vcrun6 install_wine_bottle vcrun6