From 4070edbb63decc7f677833f0cf081c9648c08195 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Wed, 12 May 2021 18:55:08 -0400 Subject: [PATCH] Added game Breed memorial. It is not working currently. --- audiogame-manager.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 0638fc3..b3d727b 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -622,6 +622,7 @@ gameList=( "Beatstar Pro" "Bloodshed" "Bombercats" + "Breed Memorial" "Castaways" "Castaways 2" #"Chopper Challenge" @@ -823,6 +824,14 @@ case "${game}" in find "${WINEPREFIX}" -type f -name "nvdaControllerClient32.dll" -exec rm -fv "{}" \; add_launcher "c:\Program Files\bomvercats\game.exe" ;; + "Breed Memorial") + export winVer="win7" + install_wine_bottle speechsdk + download "https://hirotaka2014.sakura.ne.jp/mh0406/game/breed_memorial.zip" "https://stormgames.wolfe.casa/downloads/nvdaControllerClient32.dll" + unzip -d "$WINEPREFIX/drive_c/Program Files/" "${cache}/breed_memorial.zip" + find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \; + add_launcher "c:\Program Files\Breed memorial\Breed memorial\breed memorial.exe" + ;; "Castaways") export winVer="win7" install_wine_bottle vb6run dx8vb speechsdk