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 the Hedgehog"
|
||||||
"Sonic Zoom"
|
"Sonic Zoom"
|
||||||
#"Space Defender"
|
#"Space Defender"
|
||||||
|
"Super Deekout"
|
||||||
"Super Dogs Bone Hunt"
|
"Super Dogs Bone Hunt"
|
||||||
"Super Egg Hunt"
|
"Super Egg Hunt"
|
||||||
"Super Liam"
|
"Super Liam"
|
||||||
@ -2681,6 +2682,14 @@ EOF
|
|||||||
unzip -d "$WINEPREFIX/drive_c/Program Files/" "${cache}/space_defender.zip"
|
unzip -d "$WINEPREFIX/drive_c/Program Files/" "${cache}/space_defender.zip"
|
||||||
find "${WINEPREFIX}" -type f -name 'nvdaControllerClient64.dll' -exec cp -v "${cache}/nvdaControllerClient64.dll" "{}" \;
|
find "${WINEPREFIX}" -type f -name 'nvdaControllerClient64.dll' -exec cp -v "${cache}/nvdaControllerClient64.dll" "{}" \;
|
||||||
add_launcher "c:\Program Files\space_defender\sdefender.exe"
|
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")
|
"Super Dogs Bone Hunt")
|
||||||
install_wine_bottle vb6run dx8vb speechsdk
|
install_wine_bottle vb6run dx8vb speechsdk
|
||||||
|
Loading…
Reference in New Issue
Block a user