diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 6937360..f218cc9 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -1058,6 +1058,7 @@ gameList=( "Bokurano Daibouken 3" "Bombercats" "Bop It Emulator" + "Bounce Bounce" #"Breed Memorial" "Breu2 Shadow Hunt" "Castaways" @@ -1797,6 +1798,16 @@ download "https://erion.cf/files/ag_103.zip" 7z x -o"$WINEPREFIX/drive_c/Program Files/Bop It" "${cache}/BopItEmulator3.1PasswordIsBopIt.7z" -pBopIt add_launcher "c:\Program Files\Bop It\bop.exe" ;; + "Bounce Bounce") + export winVer="win7" + export WINEARCH=win64 + get_installer "bounce_bounce.rar" "https://kavyapriya.itch.io/bounce-bounce" + download "https://github.com/RastislavKish/nvda2speechd/releases/download/v0.1/nvda2speechd64.dll" + install_wine_bottle + unrar x "${cache}/bounce_bounce.rar" -op"$WINEPREFIX/drive_c/Program Files" + find "${WINEPREFIX}/drive_c/Program Files/bounce_bounce" -type f -name 'nvdaControllerClient64.dll' -exec cp -v "${cache}/nvda2speechd64.dll" "{}" \; + add_launcher "c:\Program Files\bounce_bounce\bounce.exe" + ;; "Breu2 Shadow Hunt") get_installer "breu2.zip" "https://breu.itch.io/shadowhunt" download "https://github.com/RastislavKish/nvda2speechd/releases/download/v0.1/nvda2speechd64.dll"