From caaf414fa1a3f8e4cf50f40acecadd395fd0e089 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Mon, 8 Aug 2022 19:08:49 -0400 Subject: [PATCH] Added game "Tomb Hunter". --- audiogame-manager.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 6d2deb9..da5494e 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -1007,6 +1007,7 @@ gameList=( "Thief" "Traders of Known Space" #"Three D velocity" + "Tomb Hunter" "Top Speed 2" "Top Speed 3" "Triple Triad" @@ -2456,6 +2457,13 @@ EOF wine "${cache}/Tspeed_2.00.exe" /silent add_launcher "c:\Program Files\Playing in the dark\Top Speed 2\TopSpeed.exe" ;; + "Tomb Hunter") + install_wine_bottle speechsdk + download "http://masonasons.me/softs/th_freeware_password_is_tombhunter.7z" + 7z e -o"$WINEPREFIX/drive_c/Program Files/Tomb Hunter" "${cache}/th_freeware_password_is_tombhunter.7z" -ptombhunter + find "${WINEPREFIX}" -type f -name "nvdaControllerClient32.dll" -exec rm -fv "{}" \; + add_launcher "c:\Program Files\Tomb Hunter\th.exe" + ;; "Top Speed 3") install_wine_bottle directplay download "https://github.com/PlayingintheDark/TopSpeed/releases/download/h/Tspeed_3.0.3.exe"