Game "Bounce Bounce" added.

This commit is contained in:
stormdragon2976 2023-06-04 13:10:51 -04:00
parent 87f2fd756c
commit 88e3378f6a

View File

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