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.
|
# Use menu friendly names.
|
||||||
gameList=(
|
gameList=(
|
||||||
"Adrian's Doom"
|
"Adrian's Doom"
|
||||||
"Battle Zone"
|
|
||||||
"Bloodshed"
|
"Bloodshed"
|
||||||
"Easter Quest"
|
"Easter Quest"
|
||||||
"Kitchensinc Games"
|
"Kitchensinc Games"
|
||||||
"Light Cars"
|
"Light Cars"
|
||||||
"Lockpick"
|
"Lockpick"
|
||||||
"Oh Shit!"
|
|
||||||
"Shades of Doom"
|
"Shades of Doom"
|
||||||
"Super Egg Hunt"
|
"Super Egg Hunt"
|
||||||
"Super Liam"
|
"Super Liam"
|
||||||
"Survive the Wild"
|
|
||||||
"Swamp"
|
"Swamp"
|
||||||
"The Blind Swordsman"
|
"The Blind Swordsman"
|
||||||
"Technoshock"
|
"Technoshock"
|
||||||
"Top Speed 3"
|
"Top Speed 3"
|
||||||
"Q9"
|
"Q9"
|
||||||
"RS Games"
|
|
||||||
"Undead Assault"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
# With no arguments, open the game launcher.
|
# With no arguments, open the game launcher.
|
||||||
@ -328,14 +323,6 @@ case "${game}" in
|
|||||||
wine "${cache}/adrian's doom.exe" /silent
|
wine "${cache}/adrian's doom.exe" /silent
|
||||||
add_launcher "c:\Program Files\Two Caring Citizens\Adrian's Doom!\adrian.exe"
|
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")
|
"Bloodshed")
|
||||||
install_wine_bottle speechsdk
|
install_wine_bottle speechsdk
|
||||||
download "http://www.samtupy.com/games/bloodshed.exe"
|
download "http://www.samtupy.com/games/bloodshed.exe"
|
||||||
@ -373,12 +360,6 @@ case "${game}" in
|
|||||||
wine "${cache}/lockpicksetup.exe" /silent
|
wine "${cache}/lockpicksetup.exe" /silent
|
||||||
add_launcher "c:\Program Files\lWorks\Lockpick\lockpick.exe"
|
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")
|
"Shades of Doom")
|
||||||
install_wine_bottle vcrun6
|
install_wine_bottle vcrun6
|
||||||
download "http://www.gmagames.com/sod20022.exe"
|
download "http://www.gmagames.com/sod20022.exe"
|
||||||
@ -397,13 +378,6 @@ case "${game}" in
|
|||||||
wine "${cache}/superliamsetup.exe" /silent
|
wine "${cache}/superliamsetup.exe" /silent
|
||||||
add_launcher "c:\Program Files\lWorks\Super Liam\sl.exe"
|
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")
|
"Swamp")
|
||||||
winetricksSettings="vd=1024x768"
|
winetricksSettings="vd=1024x768"
|
||||||
install_wine_bottle vb6run dx8vb quartz speechsdk corefonts
|
install_wine_bottle vb6run dx8vb quartz speechsdk corefonts
|
||||||
@ -445,14 +419,6 @@ case "${game}" in
|
|||||||
wine "${cache}/q9_english_installer.exe" /silent
|
wine "${cache}/q9_english_installer.exe" /silent
|
||||||
add_launcher "c:\Program Files\Q9 Action Game\q9.exe"
|
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")
|
"Undead Assault")
|
||||||
# Does not speak with sapi.
|
# Does not speak with sapi.
|
||||||
install_wine_bottle speechsdk vcrun6sp6
|
install_wine_bottle speechsdk vcrun6sp6
|
||||||
|
Loading…
Reference in New Issue
Block a user