Added game "Tomb Hunter".

This commit is contained in:
Storm Dragon 2022-08-08 19:08:49 -04:00
parent 2594ed06d4
commit caaf414fa1

View File

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