Aprone game "Tarot Assistant" added.
This commit is contained in:
parent
25b720cea3
commit
2250718e8a
@ -324,6 +324,7 @@ get_bottle() {
|
|||||||
"rettou"*) ;&
|
"rettou"*) ;&
|
||||||
"revelation"*) ;&
|
"revelation"*) ;&
|
||||||
"swamp"*) ;&
|
"swamp"*) ;&
|
||||||
|
"tarot-assistant"*) ;&
|
||||||
"triple-triad"*)
|
"triple-triad"*)
|
||||||
export WINEPREFIX="${HOME}/.local/wine/aprone" ;;
|
export WINEPREFIX="${HOME}/.local/wine/aprone" ;;
|
||||||
"bg-"*) export WINEPREFIX="${HOME}/.local/wine/bg";;
|
"bg-"*) export WINEPREFIX="${HOME}/.local/wine/bg";;
|
||||||
@ -1257,6 +1258,7 @@ gameList=(
|
|||||||
"Tomb Hunter"
|
"Tomb Hunter"
|
||||||
"Top Speed 2"
|
"Top Speed 2"
|
||||||
"Top Speed 3"
|
"Top Speed 3"
|
||||||
|
"Tarot Assistant"
|
||||||
"Triple Triad"
|
"Triple Triad"
|
||||||
"Troopanum2"
|
"Troopanum2"
|
||||||
"Tube Sim"
|
"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" "{}" \;
|
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"
|
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")
|
"Triple Triad")
|
||||||
export bottle="aprone"
|
export bottle="aprone"
|
||||||
export winVer="win7"
|
export winVer="win7"
|
||||||
|
Loading…
Reference in New Issue
Block a user