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"