Removed survive the wild. Was being difficult, and no one has requested it.
This commit is contained in:
parent
625a32c9c1
commit
f4a1496517
@ -282,7 +282,6 @@ gameList=(
|
|||||||
"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"
|
||||||
"The Road to Rage"
|
"The Road to Rage"
|
||||||
@ -408,13 +407,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
|
||||||
@ -475,13 +467,6 @@ case "${game}" in
|
|||||||
wine "${cache}/rsgames-client-setup-2.01.exe" /silent
|
wine "${cache}/rsgames-client-setup-2.01.exe" /silent
|
||||||
add_launcher "c:\Program Files\RS Games Client\rsg.exe"
|
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")
|
"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"
|
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"
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user