removed games that aren't working with speech. Started a new testing branch to try to get new games working before they are added to the released version.
This commit is contained in:
parent
aafa1b18e5
commit
f46a4efa88
@ -271,24 +271,19 @@ unset manualInstall
|
||||
# Use menu friendly names.
|
||||
gameList=(
|
||||
"Adrian's Doom"
|
||||
"Battle Zone"
|
||||
"Bloodshed"
|
||||
"Easter Quest"
|
||||
"Kitchensinc Games"
|
||||
"Light Cars"
|
||||
"Lockpick"
|
||||
"Oh Shit!"
|
||||
"Shades of Doom"
|
||||
"Super Egg Hunt"
|
||||
"Super Liam"
|
||||
"Survive the Wild"
|
||||
"Swamp"
|
||||
"The Blind Swordsman"
|
||||
"Technoshock"
|
||||
"Top Speed 3"
|
||||
"Q9"
|
||||
"RS Games"
|
||||
"Undead Assault"
|
||||
)
|
||||
|
||||
# With no arguments, open the game launcher.
|
||||
@ -328,14 +323,6 @@ case "${game}" in
|
||||
wine "${cache}/adrian's doom.exe" /silent
|
||||
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"
|
||||
;;
|
||||
"Bloodshed")
|
||||
install_wine_bottle speechsdk
|
||||
download "http://www.samtupy.com/games/bloodshed.exe"
|
||||
@ -373,12 +360,6 @@ case "${game}" in
|
||||
wine "${cache}/lockpicksetup.exe" /silent
|
||||
add_launcher "c:\Program Files\lWorks\Lockpick\lockpick.exe"
|
||||
;;
|
||||
"Oh Shit!")
|
||||
install_wine_bottle msvcrt40 speechsdk
|
||||
download "http://samtupy.com/stevend/oh_shit.zip"
|
||||
unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/oh_shit.zip"
|
||||
add_launcher "c:\Program Files\oh_shit\OhShit.exe"
|
||||
;;
|
||||
"Shades of Doom")
|
||||
install_wine_bottle vcrun6
|
||||
download "http://www.gmagames.com/sod20022.exe"
|
||||
@ -397,13 +378,6 @@ case "${game}" in
|
||||
wine "${cache}/superliamsetup.exe" /silent
|
||||
add_launcher "c:\Program Files\lWorks\Super Liam\sl.exe"
|
||||
;;
|
||||
"Survive the Wild")
|
||||
export winVer="win7"
|
||||
install_wine_bottle setupapi speechsdk
|
||||
download "http://www.samtupy.com/games/STWSetup.exe"
|
||||
wine "${cache}/STWSetup.exe" /silent
|
||||
add_launcher "c:\Program Files\Sam Tupy\Survive the Wild\stw.exe"
|
||||
;;
|
||||
"Swamp")
|
||||
winetricksSettings="vd=1024x768"
|
||||
install_wine_bottle vb6run dx8vb quartz speechsdk corefonts
|
||||
@ -445,14 +419,6 @@ case "${game}" in
|
||||
wine "${cache}/q9_english_installer.exe" /silent
|
||||
add_launcher "c:\Program Files\Q9 Action Game\q9.exe"
|
||||
;;
|
||||
"RS Games")
|
||||
# Does not speak with sapi.
|
||||
export winetricksSettings="vd=1024x768"
|
||||
install_wine_bottle speechsdk vcrun6
|
||||
download "http://rsgames.org/rsdownloads/rsgclient/rsgames-client-setup-2.01.exe"
|
||||
wine "${cache}/rsgames-client-setup-2.01.exe" /silent
|
||||
add_launcher "c:\Program Files\RS Games Client\rsg.exe"
|
||||
;;
|
||||
"Undead Assault")
|
||||
# Does not speak with sapi.
|
||||
install_wine_bottle speechsdk vcrun6sp6
|
||||
|
Loading…
Reference in New Issue
Block a user