Fixes for Battle Zone, speech now works.
This commit is contained in:
parent
091daa7dad
commit
625a32c9c1
@ -331,12 +331,12 @@ case "${game}" in
|
||||
add_launcher "c:\Program Files\Two Caring Citizens\Adrian's Doom!\adrian.exe"
|
||||
;;
|
||||
"Battle Zone")
|
||||
# Speech not working through sapi.
|
||||
export winVer="win7"
|
||||
install_wine_bottle speechsdk
|
||||
download "https://www.agarchive.net/games/gameMadnessInteractive/battle%20zone%2013.5%20setup.exe"
|
||||
wine "${cache}/battle zone 13.5 setup.exe" /silent
|
||||
add_launcher "c:\Program Files\Battle Zone\ss.exe"
|
||||
rm -fv "${WINEPREFIX}/drive_c/Program Files/Battle Zone/nvdaControllerClient32.dll"
|
||||
;;
|
||||
"Bloodshed")
|
||||
install_wine_bottle speechsdk
|
||||
@ -348,8 +348,8 @@ case "${game}" in
|
||||
install_wine_bottle speechsdk
|
||||
download "http://pragmapragma.free.fr/crazy-party/Crazy-Party-beta73.zip"
|
||||
unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/Crazy-Party-beta73.zip"
|
||||
rm -f "$WINEPREFIX/drive_c/Program Files/Crazy-Party-beta73/nvdaControllerClient32.dll"
|
||||
add_launcher "c:\Program Files\Crazy-Party-beta73\Crazy Party.exe"
|
||||
rm -f "${WINEPREFIX}/drive_c/Program Files/Crazy-Party-beta73/nvdaControllerClient32.dll"
|
||||
;;
|
||||
"Easter Quest")
|
||||
install_wine_bottle
|
||||
|
Loading…
Reference in New Issue
Block a user