diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 0eb2593..3dd0cd8 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -906,6 +906,7 @@ gameList=( "BG Word Target" "BG Word Yahtzee" "BG Yahtzee" + #"Blind Drive" "Bloodshed" "Bombercats" #"Breed Memorial" @@ -954,7 +955,7 @@ gameList=( "Lunimals" "Manamon" "Manamon 2" - #"Marina Break" + "Marina Break" "Monkey Business" "MudSplat French" "MudSplat English" @@ -1525,6 +1526,17 @@ case "${game}" in wine "${cache}/${bgInstaller}" /silent add_launcher "c:\Program Files\Games\yahtzeeB\BGYahtzee.exe" ;; + "Blind Drive") + get_installer "Blind Drive 1.1.112.00i-win64.zip" "https://lofipeople.itch.io/blind-drive" + export WINEARCH=win64 + export winVer="win8" + install_wine_bottle sapi + unzip -d "$WINEPREFIX/drive_c/Program Files/blind-drive" "${cache}/Blind Drive 1.1.112.00i-win64.zip" + # Weird work around to get keyboard working. + winetricks -q usetakefocus=y + winetricks -q usetakefocus=n + add_launcher "c:\Program Files\blind-drive\Blind Drive.exe" + ;; "Bloodshed") export winVer="win7" install_wine_bottle speechsdk