Added game "Sonic Zoom".
This commit is contained in:
parent
f5fcaf2f0d
commit
ddcc7eb091
@ -571,6 +571,7 @@ gameList=(
|
||||
"Shades of Doom"
|
||||
#"Silver Dollar"
|
||||
"Slender Lost Vision"
|
||||
"Sonic Zoom"
|
||||
"Super Egg Hunt"
|
||||
"Super Liam"
|
||||
#"Super Mario Bros"
|
||||
@ -1104,6 +1105,13 @@ EOF
|
||||
download "https://www.iamtalon.me/games/slender.zip"
|
||||
unzip -d "$WINEPREFIX/drive_c/Program Files/" "${cache}/slender.zip"
|
||||
add_launcher "c:\Program Files\slender\slender.exe"
|
||||
;;
|
||||
"Sonic Zoom")
|
||||
export winVer="win7"
|
||||
install_wine_bottle speechsdk
|
||||
download "http://wwwx.cs.unc.edu/Research/assist/et/projects/SonicZoom/soniczoom11.zip"
|
||||
unzip -d "$WINEPREFIX/drive_c/Program Files/" "${cache}/soniczoom11.zip"
|
||||
add_launcher "c:\Program Files\Sonic Zoom\SonicZoom.exe"
|
||||
;;
|
||||
"Super Egg Hunt")
|
||||
install_wine_bottle
|
||||
|
Loading…
Reference in New Issue
Block a user