Added game Crazy tennis.
This commit is contained in:
parent
763b6887f5
commit
bd09450e4c
@ -414,6 +414,7 @@ gameList=(
|
|||||||
#"Chopper Challenge"
|
#"Chopper Challenge"
|
||||||
"Christmas WhoopAss"
|
"Christmas WhoopAss"
|
||||||
"Crazy Party"
|
"Crazy Party"
|
||||||
|
"Crazy Tennis"
|
||||||
"Death on the Road"
|
"Death on the Road"
|
||||||
"Easter Quest"
|
"Easter Quest"
|
||||||
#"Entombed"
|
#"Entombed"
|
||||||
@ -559,6 +560,14 @@ case "${game}" in
|
|||||||
add_launcher "c:\Program Files\Crazy-Party-beta73\Crazy Party.exe"
|
add_launcher "c:\Program Files\Crazy-Party-beta73\Crazy Party.exe"
|
||||||
rm -f "${WINEPREFIX}/drive_c/Program Files/Crazy-Party-beta73/nvdaControllerClient32.dll"
|
rm -f "${WINEPREFIX}/drive_c/Program Files/Crazy-Party-beta73/nvdaControllerClient32.dll"
|
||||||
;;
|
;;
|
||||||
|
"Crazy Tennis")
|
||||||
|
install_wine_bottle speechsdk
|
||||||
|
download "https://www.agarchive.net/games/VIP/crazy%20tennis%20setup.exe"
|
||||||
|
wine "${cache}/crazy tennis setup.exe" /silent &
|
||||||
|
xdotool sleep 10 key --clearmodifiers alt+y 2> /dev/null
|
||||||
|
wineserver -w
|
||||||
|
add_launcher "c:\Program Files\Crazytennis\crazytennis.exe"
|
||||||
|
;;
|
||||||
"Death on the Road")
|
"Death on the Road")
|
||||||
export winVer="win7"
|
export winVer="win7"
|
||||||
install_wine_bottle
|
install_wine_bottle
|
||||||
|
Loading…
Reference in New Issue
Block a user