From 77d57a4fefce5f16c149cae577e8b3888bf77cc7 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Wed, 19 Jun 2024 23:00:02 -0400 Subject: [PATCH] Added game "Scrolling Battles Rewrite". --- audiogame-manager.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index f23198a..d05161d 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -1231,6 +1231,7 @@ gameList=( "Sarah and the Castle of Witchcraft and Wizardry" "Scramble!" "Screaming Strike 2" + "Scrolling Battles" "Sketchbook" "Sequence Storm" #"Shades of Doom 1.2" @@ -2861,6 +2862,16 @@ EOF find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \; add_launcher "c:\nyanchangame\Screaming Strike 2\play.exe" ;; + "Scrolling Battles") + export WINEARCH=win64 + export winVer="win7" + get_installer "sbrw-win.zip" "https://masonasons.itch.io/sbrw" + download "https://stormgames.wolfe.casa/downloads/Tolk.dll" + install_wine_bottle + unzip -d "$WINEPREFIX/drive_c/Program Files/sbrw" "${cache}/sbrw-win.zip" + find "${WINEPREFIX}" -type f -name 'Tolk.dll' -exec cp -v "${cache}/Tolk.dll" "{}" \; + add_launcher "c:\Program Files\sbrw\sb.exe" + ;; "Sketchbook") export winVer="win7" download "http://sbyw.games/SBYW/SBYW.zip" "http://sbyw.games/SBYW/sounds.zip" "${nvdaControllerClientDll}"