Removed survive the wild. Was being difficult, and no one has requested it.

This commit is contained in:
Storm Dragon 2020-09-20 16:05:05 -04:00
parent 625a32c9c1
commit f4a1496517

View File

@ -282,7 +282,6 @@ gameList=(
"Shades of Doom"
"Super Egg Hunt"
"Super Liam"
"Survive the Wild"
"Swamp"
"The Blind Swordsman"
"The Road to Rage"
@ -408,13 +407,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
@ -475,13 +467,6 @@ case "${game}" in
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
download "http://undead-assault.com/static/files/public/undead_assault.zip"
unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/undead_assault.zip"
add_launcher "c:\Program Files\Undead Assault.exe"
;;
"Make a One Time Donation")
xdg-open "https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=stormdragon2976@gmail.com&lc=US&item_name=Donation+to+Storm+Games&no_note=0&cn=&currency_code=USD&bn=PP-DonationsBF:btn_donateCC_LG.gif:NonHosted"
;;