diff --git a/audiogame-manager.sh b/audiogame-manager.sh index a834d67..64a88a6 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -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"