Added game Pacman Talks.

This commit is contained in:
Storm Dragon 2020-12-16 19:18:01 -05:00
parent bd88b91c53
commit 4cac85efb2

View File

@ -469,6 +469,7 @@ gameList=(
"MudSplat English"
"MudSplat Swedish"
"Oh Shit!"
"Pacman Talks"
"Palace Punch Up"
"Paladin of the Sky"
"Perilous Hearts"
@ -837,6 +838,14 @@ EOF
find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \;
add_launcher "c:\Program Files\oh_shit\OhShit.exe"
;;
"Pacman Talks")
install_wine_bottle speechsdk
download "http://www.gmagames.com/pmt101.exe"
wine "${cache}/pmt101.exe" /silent &
xdotool sleep 10 key --clearmodifiers alt+y 2> /dev/null
wineserver -w
add_launcher "c:\Program Files\Pacman Talks\pmt.exe"
;;
"Palace Punch Up")
install_wine_bottle speechsdk
download "https://www.agarchive.net/games/blastbay/palace%20punch-up%20setup.exe"