diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 4205437..69f465b 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -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=¤cy_code=USD&bn=PP-DonationsBF:btn_donateCC_LG.gif:NonHosted" ;;