From 7759a7b1631ecfca03d8710f726aea10fa378135 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sat, 5 Mar 2022 21:44:56 -0500 Subject: [PATCH] New game "Scramble!" added. It is not working yet because of missing dlls, so disabled for now. --- audiogame-manager.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index ba12236..eedfca8 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -973,6 +973,7 @@ gameList=( "RS Games" "Run For Your Life" #"Sammy Center" + #"Scramble!" "Screaming Strike 2" "Sketchbook" "Sequence Storm" @@ -2171,6 +2172,14 @@ EOF find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \; 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") export winVer="win7" install_wine_bottle fakejapanese speechsdk