From 2250718e8a98b7f1c7b9b158c091a5f98539e520 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sat, 17 Feb 2024 16:34:33 -0500 Subject: [PATCH] Aprone game "Tarot Assistant" added. --- audiogame-manager.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 4adae5a..22aa7e9 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -324,6 +324,7 @@ get_bottle() { "rettou"*) ;& "revelation"*) ;& "swamp"*) ;& + "tarot-assistant"*) ;& "triple-triad"*) export WINEPREFIX="${HOME}/.local/wine/aprone" ;; "bg-"*) export WINEPREFIX="${HOME}/.local/wine/bg";; @@ -1257,6 +1258,7 @@ gameList=( "Tomb Hunter" "Top Speed 2" "Top Speed 3" + "Tarot Assistant" "Triple Triad" "Troopanum2" "Tube Sim" @@ -3168,6 +3170,15 @@ export norh=false # Must install a voice, and rhvoice works easily with 64 bit. find "${WINEPREFIX}" -type f -name 'nvdaControllerClient64.dll' -exec cp -v "${cache}/nvda2speechd64.dll" "{}" \; add_launcher "c:\Program Files\Three-D-Velocity-Binaries-master\tdv.exe" ;; + "Tarot Assistant") + export bottle="aprone" + export winVer="win7" + download "https://www.kaldobsky.com/audiogames/tarot.zip" + install_wine_bottle vb6run dx8vb speechsdk + unzip -d "$WINEPREFIX/drive_c/Program Files/Tarot Assistant" "${cache}/tarot.zip" + wine "c:\Program Files\Tarot Assistant\Checkup.exe" /verysilent + add_launcher "c:\Program Files\Tarot Assistant\TarotAssistant.exe" + ;; "Triple Triad") export bottle="aprone" export winVer="win7"