Testing 'Oh Shit' to see if we can get it working.
This commit is contained in:
parent
9229826610
commit
aafa1b18e5
@ -277,9 +277,11 @@ gameList=(
|
|||||||
"Kitchensinc Games"
|
"Kitchensinc Games"
|
||||||
"Light Cars"
|
"Light Cars"
|
||||||
"Lockpick"
|
"Lockpick"
|
||||||
|
"Oh Shit!"
|
||||||
"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"
|
||||||
"Technoshock"
|
"Technoshock"
|
||||||
@ -371,6 +373,12 @@ case "${game}" in
|
|||||||
wine "${cache}/lockpicksetup.exe" /silent
|
wine "${cache}/lockpicksetup.exe" /silent
|
||||||
add_launcher "c:\Program Files\lWorks\Lockpick\lockpick.exe"
|
add_launcher "c:\Program Files\lWorks\Lockpick\lockpick.exe"
|
||||||
;;
|
;;
|
||||||
|
"Oh Shit!")
|
||||||
|
install_wine_bottle msvcrt40 speechsdk
|
||||||
|
download "http://samtupy.com/stevend/oh_shit.zip"
|
||||||
|
unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/oh_shit.zip"
|
||||||
|
add_launcher "c:\Program Files\oh_shit\OhShit.exe"
|
||||||
|
;;
|
||||||
"Shades of Doom")
|
"Shades of Doom")
|
||||||
install_wine_bottle vcrun6
|
install_wine_bottle vcrun6
|
||||||
download "http://www.gmagames.com/sod20022.exe"
|
download "http://www.gmagames.com/sod20022.exe"
|
||||||
@ -389,6 +397,13 @@ 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
|
||||||
|
Loading…
Reference in New Issue
Block a user