Added the game Psycho Strike, but it is disabled by default because it freezes after the first level.

This commit is contained in:
Storm Dragon 2021-08-29 10:05:05 -04:00
parent 7d0c3d3b66
commit 0abdab8442

View File

@ -876,6 +876,7 @@ gameList=(
"Park Boss" "Park Boss"
"Perilous Hearts" "Perilous Hearts"
"Pontes Kickups!" "Pontes Kickups!"
#"Psycho Strike"
"Q9" "Q9"
"Revenge of the Undead" "Revenge of the Undead"
"Rhythm Rage" "Rhythm Rage"
@ -1890,6 +1891,12 @@ EOF
wine "${cache}/perilous hearts concept demo.exe" /silent wine "${cache}/perilous hearts concept demo.exe" /silent
add_launcher "c:\Program Files\Perilous Hearts Concept Demo\perilous_hearts.exe" add_launcher "c:\Program Files\Perilous Hearts Concept Demo\perilous_hearts.exe"
;; ;;
"Psycho Strike")
install_wine_bottle speechsdk
download "http://www.vgstorm.com/psycho_strike_installer.exe"
wine "${cache}/psycho_strike_installer.exe" /silent
add_launcher "c:\Program Files\VGStorm.com\Psycho Strike\strike.exe"
;;
"Q9") "Q9")
install_wine_bottle install_wine_bottle
download "http://www.blastbay.com/q9_english_installer.exe" download "http://www.blastbay.com/q9_english_installer.exe"