Added game Battle of the Hunter.
This commit is contained in:
parent
f58855d65c
commit
8b03600095
@ -515,6 +515,7 @@ gameList=(
|
|||||||
"Adrian's Doom"
|
"Adrian's Doom"
|
||||||
"Adventurers At C"
|
"Adventurers At C"
|
||||||
"AudioDisc"
|
"AudioDisc"
|
||||||
|
"Battle of the Hunter"
|
||||||
"Battle Zone"
|
"Battle Zone"
|
||||||
"Bloodshed"
|
"Bloodshed"
|
||||||
"Castaways"
|
"Castaways"
|
||||||
@ -651,6 +652,14 @@ 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 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")
|
"Battle Zone")
|
||||||
export winVer="win7"
|
export winVer="win7"
|
||||||
install_wine_bottle speechsdk
|
install_wine_bottle speechsdk
|
||||||
|
Loading…
Reference in New Issue
Block a user