diff --git a/audiogame-manager.sh b/audiogame-manager.sh index c283685..c8d3409 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -302,6 +302,7 @@ gameList=( "Bloodshed" "Crazy Party" "Easter Quest" + "Fuck That Bird" "Kitchensinc Games" "Light Cars" "Lockpick" @@ -314,8 +315,6 @@ gameList=( "Technoshock" "Top Speed 3" "Q9" - "RS Games" - "Undead Assault" ) # With no arguments, open the game launcher. @@ -382,6 +381,13 @@ case "${game}" in wine "${cache}/easter quest setup.exe" /silent add_launcher "c:\Program Files\MTGames\Easter Quest\easter.exe" ;; + "Fuck That Bird") + export winVer="win7" + install_wine_bottle + download "http://oriolgomez.com/games/bird_en.zip" + unzip -d "$WINEPREFIX/drive_c/Program Files/fuck that bird" "${cache}/bird_en.zip" + add_launcher "c:\Program Files\fuck that bird/game.exe" + ;; "Kitchensinc Games") install_wine_bottle vb6run speechsdk dx8vb download "https://stormgames.wolfe.casa/downloads/kitchen.tar.xz" @@ -474,14 +480,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" - ;; "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" ;;