Added Beatstar Pro.
This commit is contained in:
parent
8af7793532
commit
23e0e7ca8e
@ -531,6 +531,7 @@ gameList=(
|
|||||||
"AudioDisc"
|
"AudioDisc"
|
||||||
"Battle of the Hunter"
|
"Battle of the Hunter"
|
||||||
"Battle Zone"
|
"Battle Zone"
|
||||||
|
"Beatstar Pro"
|
||||||
"Bloodshed"
|
"Bloodshed"
|
||||||
"Castaways"
|
"Castaways"
|
||||||
"Castaways 2"
|
"Castaways 2"
|
||||||
@ -688,6 +689,13 @@ case "${game}" in
|
|||||||
add_launcher "c:\Program Files\Battle Zone\ss.exe"
|
add_launcher "c:\Program Files\Battle Zone\ss.exe"
|
||||||
rm -fv "${WINEPREFIX}/drive_c/Program Files/Battle Zone/nvdaControllerClient32.dll"
|
rm -fv "${WINEPREFIX}/drive_c/Program Files/Battle Zone/nvdaControllerClient32.dll"
|
||||||
;;
|
;;
|
||||||
|
"Beatstar Pro")
|
||||||
|
export winVer="win7"
|
||||||
|
install_wine_bottle speechsdk
|
||||||
|
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"
|
||||||
|
;;
|
||||||
"Bloodshed")
|
"Bloodshed")
|
||||||
export winVer="win7"
|
export winVer="win7"
|
||||||
install_wine_bottle speechsdk
|
install_wine_bottle speechsdk
|
||||||
|
Loading…
Reference in New Issue
Block a user