From 039ae7dc96f6206dc073a4c5ee34e6c4740cc6ab Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Wed, 30 Jun 2021 01:34:31 -0400 Subject: [PATCH] Game "Screaming Strike 2" added. --- audiogame-manager.sh | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 7656390..f84f86d 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -612,6 +612,12 @@ game_launcher() { wine "$winePath\\$wineExec" exit 0 fi + if [[ "$game" =~ screaming-strike-2 ]]; then + pushd "$(winepath "$winePath")" + wine "$wineExec" + popd + exit 0 + fi if [[ -d "${WINEPREFIX}/drive_c/windows/syswow64" ]]; then wine64 start /realtime /d "${winePath}" "$wineExec" else @@ -743,6 +749,7 @@ gameList=( "RS Games" "Run For Your Life" #"Sammy Center" + "Screaming Strike 2" "Scrolling Battles" "Sequence Storm" #"Shades of Doom 1.2" @@ -1436,6 +1443,16 @@ EOF find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \; add_launcher "c:\Program Files\Sam Tupy\SammyCenter\SammyCenter.exe" ;; + "Screaming Strike 2") + export winVer="win7" + install_wine_bottle cjkfonts speechsdk + download "https://www.nyanchangames.com/softs/screamingStrike2.exe" + wine "${cache}/screamingStrike2.exe" & + xdotool sleep 10 key Return + wineserver -w + find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \; + add_launcher "c:\nyanchangame\Screaming Strike 2\play.exe" + ;; "Scrolling Battles") export winVer="win7" install_wine_bottle speechsdk