Game Space Defender partially done. I gotta work around 64 bit problems with nvda dll.
This commit is contained in:
parent
59638134e8
commit
2c108f202c
@ -870,6 +870,7 @@ gameList=(
|
|||||||
#"Silver Dollar"
|
#"Silver Dollar"
|
||||||
"Slender Lost Vision"
|
"Slender Lost Vision"
|
||||||
"Sonic Zoom"
|
"Sonic Zoom"
|
||||||
|
#"Space Defender"
|
||||||
"Super Egg Hunt"
|
"Super Egg Hunt"
|
||||||
"Super Liam"
|
"Super Liam"
|
||||||
#"Super Mario Bros"
|
#"Super Mario Bros"
|
||||||
@ -1915,6 +1916,15 @@ EOF
|
|||||||
download "http://wwwx.cs.unc.edu/Research/assist/et/projects/SonicZoom/soniczoom11.zip"
|
download "http://wwwx.cs.unc.edu/Research/assist/et/projects/SonicZoom/soniczoom11.zip"
|
||||||
unzip -d "$WINEPREFIX/drive_c/Program Files/" "${cache}/soniczoom11.zip"
|
unzip -d "$WINEPREFIX/drive_c/Program Files/" "${cache}/soniczoom11.zip"
|
||||||
add_launcher "c:\Program Files\Sonic Zoom\SonicZoom.exe"
|
add_launcher "c:\Program Files\Sonic Zoom\SonicZoom.exe"
|
||||||
|
;;
|
||||||
|
"Space Defender")
|
||||||
|
export WINEARCH="win64"
|
||||||
|
export winVer="win7"
|
||||||
|
install_wine_bottle speechsdk
|
||||||
|
download "http://tunmi13.ddns.net/projects/space_defender.zip" "https://stormgames.wolfe.casa/downloads/nvdaControllerClient32.dll"
|
||||||
|
unzip -d "$WINEPREFIX/drive_c/Program Files/" "${cache}/space_defender.zip"
|
||||||
|
find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \;
|
||||||
|
add_launcher "c:\Program Files\space_defender\sdefender.exe"
|
||||||
;;
|
;;
|
||||||
"Super Egg Hunt")
|
"Super Egg Hunt")
|
||||||
install_wine_bottle
|
install_wine_bottle
|
||||||
|
Loading…
Reference in New Issue
Block a user