New game "Scramble!" added. It is not working yet because of missing dlls, so disabled for now.

This commit is contained in:
Storm Dragon 2022-03-05 21:44:56 -05:00
parent cfbfe4224d
commit 7759a7b163

View File

@ -973,6 +973,7 @@ gameList=(
"RS Games" "RS Games"
"Run For Your Life" "Run For Your Life"
#"Sammy Center" #"Sammy Center"
#"Scramble!"
"Screaming Strike 2" "Screaming Strike 2"
"Sketchbook" "Sketchbook"
"Sequence Storm" "Sequence Storm"
@ -2171,6 +2172,14 @@ EOF
find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \; find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \;
add_launcher "c:\Program Files\Sam Tupy\SammyCenter\SammyCenter.exe" add_launcher "c:\Program Files\Sam Tupy\SammyCenter\SammyCenter.exe"
;; ;;
"Scramble!")
export winVer="win7"
install_wine_bottle speechsdk
download "https://stevend.net/downloads/scramble_win32.zip" "https://stormgames.wolfe.casa/downloads/nvdaControllerClient32.dll"
unzip -d "$WINEPREFIX/drive_c/Program Files/" "${cache}/scramble_win32.zip"
find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \;
add_launcher "c:\Program Files\scramble_win32\scramble.exe"
;;
"Screaming Strike 2") "Screaming Strike 2")
export winVer="win7" export winVer="win7"
install_wine_bottle fakejapanese speechsdk install_wine_bottle fakejapanese speechsdk