Add super dogs bone hunt
This commit is contained in:
parent
6f12f5f91d
commit
edf8b2e356
@ -892,6 +892,7 @@ gameList=(
|
||||
"Slender Lost Vision"
|
||||
"Sonic Zoom"
|
||||
#"Space Defender"
|
||||
"Super Dogs Bone Hunt"
|
||||
"Super Egg Hunt"
|
||||
"Super Liam"
|
||||
#"Super Mario Bros"
|
||||
@ -1858,7 +1859,7 @@ EOF
|
||||
"Pacman Talks")
|
||||
install_wine_bottle
|
||||
download "http://www.gmagames.com/pmt101.exe"
|
||||
wine "${cache}/pmt101.exe" /sp- /silent &
|
||||
wine "${cache}/pmt101.exe" /sp- /silent
|
||||
add_launcher "c:\Program Files\Pacman Talks\pmt.exe"
|
||||
;;
|
||||
"Palace Punch Up")
|
||||
@ -2020,6 +2021,12 @@ EOF
|
||||
find "${WINEPREFIX}" -type f -name 'nvdaControllerClient64.dll' -exec cp -v "${cache}/nvdaControllerClient64.dll" "{}" \;
|
||||
add_launcher "c:\Program Files\space_defender\sdefender.exe"
|
||||
;;
|
||||
"Super Dogs Bone Hunt")
|
||||
install_wine_bottle vb6run dx8vb speechsdk
|
||||
download "http://www.pcs-games.net/SBH11.exe"
|
||||
wine "${cache}/SBH11.exe" /sp- /silent
|
||||
add_launcher "c:\Program Files\SuperDog's Bone Hunt\sbh.exe"
|
||||
;;
|
||||
"Super Egg Hunt")
|
||||
install_wine_bottle
|
||||
download "http://files.l-works.net/superegghuntsetup.exe"
|
||||
|
Loading…
Reference in New Issue
Block a user