diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 9d0a9dd..c8f87f9 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -333,6 +333,9 @@ echo "Loading documentation, please wait..." gameDoc="$(find "$gamePath" -type f -iname "$i" -or -iname 'manual.htm' | head -1)" done fi + if [[ -z "$gameDoc" ]]; then + gameDoc="$(find "$gamePath" -type f -iname 'BG*Help.htm' -or -iname 'BG*Help.html' | head -1)" + fi if [[ -z "$gameDoc" ]]; then gameDoc="$(find "$gamePath" -type f -iname 'manual.html' -or -iname 'manual.htm' | head -1)" fi @@ -643,6 +646,7 @@ gameList=( "Battle of the Hunter" "Battle Zone" "Beatstar Pro" + "BG Hearts" "Bloodshed" "Bombercats" #"Breed Memorial" @@ -835,6 +839,12 @@ case "${game}" in unzip -d "$WINEPREFIX/drive_c/Program Files/Beatstar Pro" "${cache}/beat_windows.zip" add_launcher "c:\Program Files\Beatstar Pro/beatstar.exe" ;; + "BG Hearts") + get_installer "BGH32Setup10b.exe" + install_wine_bottle speechsdk + wine "${cache}/BGH32Setup10b.exe" /silent + add_launcher "c:\Program Files\Games\HeartsB\HeartsB.exe" + ;; "Bloodshed") export winVer="win7" install_wine_bottle speechsdk