From 53c0cafcef2efdae9bf4aa71d158f0d723019953 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sun, 8 Dec 2024 20:03:09 -0500 Subject: [PATCH] Added game "Side Party". --- audiogame-manager.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index bc45830..83dfe62 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -1294,6 +1294,7 @@ gameList=( "Shades of Doom" "Shadow Line" "Shooter" + "Side Party" "Silver Dollar" "Simple Fighter" "Skateboarder Pro" @@ -3039,6 +3040,16 @@ EOF echo "If everything worked as expected you should be back on the game menu and speech should work." alert ;; + "Side Party") + export WINEARCH=win64 + export winVer="win7" + get_installer "sideparty-win.zip" "https://masonasons.itch.io/sideparty" + download "https://github.com/RastislavKish/nvda2speechd/releases/download/v0.1/nvda2speechd64.dll" + install_wine_bottle + unzip -d "$WINEPREFIX/drive_c/Program Files/Side Party" "${cache}/sideparty-win.zip" + find "${WINEPREFIX}" -type f -name 'nvdaControllerClient64.dll' -exec cp -v "${cache}/nvda2speechd64.dll" "{}" \; + add_launcher "c:\Program Files\Side Party\SideParty.exe" + ;; "Silver Dollar") export winVer="win7" export bottle="draconis"