From 45b6d1af85b1de7396ba959d30916d28b8fb4d51 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Thu, 27 Oct 2022 20:17:01 -0400 Subject: [PATCH] Added Bop It Emulator. --- audiogame-manager.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index c00b1fd..c6287d7 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -977,6 +977,7 @@ gameList=( "Bokurano Daibouken 2" "Bokurano Daibouken 3" "Bombercats" + "Bop It Emulator" #"Breed Memorial" "Castaways" "Castaways 2" @@ -1667,6 +1668,13 @@ case "${game}" in find "${WINEPREFIX}" -type f -name 'nvdaControllerClient.dll' -exec cp -v "${cache}/nvda2speechd32.dll" "{}" \; add_launcher "c:\nyanchangame\bk3\play.exe" ;; + "Bop It Emulator") + export winVer="win7" + install_wine_bottle + download "http://www.masonasons.me/softs/BopItEmulator3.1PasswordIsBopIt.7z" + 7z x -o"$WINEPREFIX/drive_c/Program Files/Bop It" "${cache}/BopItEmulator3.1PasswordIsBopIt.7z" -pBopIt + add_launcher "c:\Program Files\Bop It\bop.exe" + ;; "Bombercats") export bottle="oriol-gomez" export winVer="win7"