Added game "Sonic Zoom".
This commit is contained in:
parent
f5fcaf2f0d
commit
ddcc7eb091
@ -571,6 +571,7 @@ gameList=(
|
|||||||
"Shades of Doom"
|
"Shades of Doom"
|
||||||
#"Silver Dollar"
|
#"Silver Dollar"
|
||||||
"Slender Lost Vision"
|
"Slender Lost Vision"
|
||||||
|
"Sonic Zoom"
|
||||||
"Super Egg Hunt"
|
"Super Egg Hunt"
|
||||||
"Super Liam"
|
"Super Liam"
|
||||||
#"Super Mario Bros"
|
#"Super Mario Bros"
|
||||||
@ -1104,6 +1105,13 @@ EOF
|
|||||||
download "https://www.iamtalon.me/games/slender.zip"
|
download "https://www.iamtalon.me/games/slender.zip"
|
||||||
unzip -d "$WINEPREFIX/drive_c/Program Files/" "${cache}/slender.zip"
|
unzip -d "$WINEPREFIX/drive_c/Program Files/" "${cache}/slender.zip"
|
||||||
add_launcher "c:\Program Files\slender\slender.exe"
|
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")
|
"Super Egg Hunt")
|
||||||
install_wine_bottle
|
install_wine_bottle
|
||||||
|
Loading…
Reference in New Issue
Block a user