Added game Pacman Talks.
This commit is contained in:
parent
bd88b91c53
commit
4cac85efb2
@ -469,6 +469,7 @@ gameList=(
|
|||||||
"MudSplat English"
|
"MudSplat English"
|
||||||
"MudSplat Swedish"
|
"MudSplat Swedish"
|
||||||
"Oh Shit!"
|
"Oh Shit!"
|
||||||
|
"Pacman Talks"
|
||||||
"Palace Punch Up"
|
"Palace Punch Up"
|
||||||
"Paladin of the Sky"
|
"Paladin of the Sky"
|
||||||
"Perilous Hearts"
|
"Perilous Hearts"
|
||||||
@ -837,6 +838,14 @@ EOF
|
|||||||
find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \;
|
find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \;
|
||||||
add_launcher "c:\Program Files\oh_shit\OhShit.exe"
|
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")
|
"Palace Punch Up")
|
||||||
install_wine_bottle speechsdk
|
install_wine_bottle speechsdk
|
||||||
download "https://www.agarchive.net/games/blastbay/palace%20punch-up%20setup.exe"
|
download "https://www.agarchive.net/games/blastbay/palace%20punch-up%20setup.exe"
|
||||||
|
Loading…
Reference in New Issue
Block a user