From 8b0360009503d2a96c65d2e8ae811566edddf9e5 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Mon, 18 Jan 2021 15:13:46 -0500 Subject: [PATCH] Added game Battle of the Hunter. --- audiogame-manager.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index c60e1e0..5dee1ac 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -515,6 +515,7 @@ gameList=( "Adrian's Doom" "Adventurers At C" "AudioDisc" + "Battle of the Hunter" "Battle Zone" "Bloodshed" "Castaways" @@ -651,6 +652,14 @@ case "${game}" in unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/audiodisc.zip" add_launcher "c:\Program Files\audiodisc\disco.exe" ;; + "Battle of the Hunter") + export winVer="win7" + install_wine_bottle speechsdk + download "https://tunmi13.dev/projects/bth.zip" + unzip -d "$WINEPREFIX/drive_c/Program Files/$game" "${cache}/bth.zip" + find "${WINEPREFIX}" -type f -name "nvdaControllerClient32.dll" -exec rm -fv "{}" \; + add_launcher "c:\Program Files\\${game}/bth.exe" + ;; "Battle Zone") export winVer="win7" install_wine_bottle speechsdk