Aprone game "Tarot Assistant" added.

This commit is contained in:
Storm Dragon 2024-02-17 16:34:33 -05:00
parent 25b720cea3
commit 2250718e8a
1 changed files with 11 additions and 0 deletions

View File

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