From eb0a19efa3435026e403af7c56dc2546baf63b09 Mon Sep 17 00:00:00 2001 From: Michael Taboada Date: Sun, 17 Apr 2022 09:32:13 -0700 Subject: [PATCH] Blind Drive added, but comment until sapi works in 64-bit wine --- audiogame-manager.sh | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index ff1e70c..02f3916 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -921,6 +921,7 @@ gameList=( "BG Word Target" "BG Word Yahtzee" "BG Yahtzee" + #"Blind Drive" "Bloodshed" "Bombercats" #"Breed Memorial" @@ -969,7 +970,7 @@ gameList=( "Lunimals" "Manamon" "Manamon 2" - #"Marina Break" + "Marina Break" "Monkey Business" "MudSplat French" "MudSplat English" @@ -1540,6 +1541,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