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:
parent
9dbfb4f212
commit
0640397000
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user