From e008373255deb71c083470fa3f21b6b4c5f8e8d3 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sun, 25 Oct 2020 12:55:26 -0400 Subject: [PATCH] Added game "Revenge of the undead" --- audiogame-manager.sh | 40 +++++++++++++++++++++++++--------------- 1 file changed, 25 insertions(+), 15 deletions(-) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 0131159..20cc5be 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -338,6 +338,7 @@ gameList=( "Manamon 2" "Paladin of the Sky" "Pontes Kickups!" + "Revenge of the Undead" "Run For Your Life" "Shades of Doom" "Super Egg Hunt" @@ -386,20 +387,6 @@ case "${game}" in wine "${cache}/adrian's doom.exe" /silent 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") install_wine_bottle speechsdk 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" 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") export winVer="win7" 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" 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") export winVer="win7" install_wine_bottle download "http://oriolgomez.com/games/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") install_wine_bottle vcrun6