Added game "Scrolling Battles Rewrite".

This commit is contained in:
Storm Dragon 2024-06-19 23:00:02 -04:00
parent 91c6892785
commit 77d57a4fef

View File

@ -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}"