diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 1d5392d..4d1d141 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -378,7 +378,6 @@ get_bottle() { "super-liam"*) ;& "the-great-toy-robbery"*) export WINEPREFIX="${HOME}/.local/wine/l-works";; # Oriol Gomez games group - "beatstar-pro"*) ;& "bombercats"*) ;& "copter-mission"*) ;& "danger-on-the-wheel"*) ;& @@ -847,7 +846,7 @@ gameList=( "AudioQuake" "Battle of the Hunter" "Battle Zone" - "Beatstar Pro" + #"Beatstar Pro" "BG 2048" "BG 15 Puzzle" "BG Aces Up Solitaire" @@ -1136,9 +1135,9 @@ case "${game}" in add_launcher "c:\Program Files\Battle Zone\ss.exe" ;; "Beatstar Pro") - export bottle="oriol-gomez" + export WINEARCH=win64 export winVer="win7" - install_wine_bottle speechsdk mf + install_wine_bottle sapi mf download "https://oriolgomez.com/games/beat_windows.zip" unzip -d "$WINEPREFIX/drive_c/Program Files/Beatstar Pro" "${cache}/beat_windows.zip" add_launcher "c:\Program Files\Beatstar Pro\beatstar.exe"