From 6bdf01a4c62db6d2fffa189c0f383a15c2571ada Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Tue, 11 May 2021 01:28:24 -0400 Subject: [PATCH] Added game Scrolling Battles (Your World) --- audiogame-manager.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 31f9e50..50bf12f 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -672,6 +672,7 @@ gameList=( "RS Games" "Run For Your Life" #"Sammy Center" + "Scrolling Battles" "Sequence Storm" #"Shades of Doom 1.2" "Shades of Doom" @@ -1254,6 +1255,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" ;; + "Scrolling Battles") + export winVer="win7" + install_wine_bottle speechsdk + download "http://games.ims-productions.com/SBYW/SBYW.zip" "https://stormgames.wolfe.casa/downloads/nvdaControllerClient32.dll" + unzip -d "$WINEPREFIX/drive_c/Program Files/scrolling battles" "${cache}/SBYW.zip" + find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \; + add_launcher "c:\Program Files\scrolling battles\SBYW.exe" + ;; "Sequence Storm") read -p "Make sure sequence-storm-win64.zip is available in either your Downloads or Desktop directory and press enter to continue." continue for i in ~/Downloads ~/Desktop ; do