Added game "f*ck That Bird".

This commit is contained in:
Storm Dragon 2020-10-05 03:51:17 -04:00
parent b5f33ff908
commit b2114a4f53

View File

@ -302,6 +302,7 @@ gameList=(
"Bloodshed" "Bloodshed"
"Crazy Party" "Crazy Party"
"Easter Quest" "Easter Quest"
"Fuck That Bird"
"Kitchensinc Games" "Kitchensinc Games"
"Light Cars" "Light Cars"
"Lockpick" "Lockpick"
@ -314,8 +315,6 @@ gameList=(
"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.
@ -382,6 +381,13 @@ case "${game}" in
wine "${cache}/easter quest setup.exe" /silent wine "${cache}/easter quest setup.exe" /silent
add_launcher "c:\Program Files\MTGames\Easter Quest\easter.exe" 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") "Kitchensinc Games")
install_wine_bottle vb6run speechsdk dx8vb install_wine_bottle vb6run speechsdk dx8vb
download "https://stormgames.wolfe.casa/downloads/kitchen.tar.xz" download "https://stormgames.wolfe.casa/downloads/kitchen.tar.xz"
@ -474,14 +480,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"
;;
"Make a One Time Donation") "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" 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"
;; ;;