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