The game Beatstar Pro has been rewritten and is now only available as x86_64. It is currently not working so has been disabled in audiogame-manager.

This commit is contained in:
Storm Dragon 2022-02-27 14:35:38 -05:00
parent 9dbfb4f212
commit 0640397000

View File

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