Adding Super Deekout, but have to save for later. Will finish it in a bit.
This commit is contained in:
parent
ecec18417e
commit
bc7cdcfd25
@ -1120,6 +1120,7 @@ gameList=(
|
||||
"Sonic the Hedgehog"
|
||||
"Sonic Zoom"
|
||||
#"Space Defender"
|
||||
"Super Deekout"
|
||||
"Super Dogs Bone Hunt"
|
||||
"Super Egg Hunt"
|
||||
"Super Liam"
|
||||
@ -2682,6 +2683,14 @@ EOF
|
||||
find "${WINEPREFIX}" -type f -name 'nvdaControllerClient64.dll' -exec cp -v "${cache}/nvdaControllerClient64.dll" "{}" \;
|
||||
add_launcher "c:\Program Files\space_defender\sdefender.exe"
|
||||
;;
|
||||
"Super Deekout")
|
||||
install_wine_bottle vb6run dx8vb
|
||||
download "http://www.danielzingaro.com/superdeekout_setup.exe" "http://www.danielzingaro.com/sd_full.exe"
|
||||
${wine} "${cache}/superdeekout_setup.exe" &
|
||||
${wine}server -k
|
||||
7z x -o"$WINEPREFIX/drive_c/Program Files/Super Deekout" "${cache}/sd_full.exe"
|
||||
add_launcher "c:\Program Files\Super Deekout\super.exe"
|
||||
;;
|
||||
"Super Dogs Bone Hunt")
|
||||
install_wine_bottle vb6run dx8vb speechsdk
|
||||
download "http://www.pcs-games.net/SBH11.exe"
|
||||
|
Loading…
Reference in New Issue
Block a user