Added game Battle of the Hunter.

This commit is contained in:
Storm Dragon 2021-01-18 15:13:46 -05:00
parent f58855d65c
commit 8b03600095

View File

@ -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