From 9f6f6f7d91c02e2e9ca9dd16132d065441d8910b Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Thu, 24 Mar 2022 19:04:06 -0400 Subject: [PATCH] Added the game "Laser Breakout" but it is disabled for now because it does not speak. --- audiogame-manager.sh | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index ed70748..d249c4c 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -961,6 +961,7 @@ gameList=( "Judgement Day" "Kitchensinc Games" "Kringle Crash" + #"Laser Breakout" #"Light Battles" "Light Cars" "Lockpick" @@ -1942,6 +1943,17 @@ EOF wine "${cache}/kringle crash setup.exe" /silent add_launcher "c:\Program Files\Kringle Crash\kringlecrash.exe" ;; + "Laser Breakout") + export bottle="nyanchan" + export winVer="win7" + install_wine_bottle speechsdk + download "http://www.nyanchangames.com/softs/lsSetup.exe" "https://stormgames.wolfe.casa/downloads/nvdaControllerClient32.dll" + wine "${cache}/lsSetup.exe" & + xdotool sleep 10 key Return + wineserver -w + find "${WINEPREFIX}" -type f -name "nvdaControllerClient.dll" -exec rm -fv "{}" \; + add_launcher "c:\nyanchangame\laser breakout\play.exe" + ;; "Light Battles") export winVer="win7" install_wine_bottle speechsdk @@ -2013,7 +2025,7 @@ EOF export bottle="nyanchan" export winVer="win7" install_wine_bottle speechsdk - download "https://www.nyanchangames.com/softs/MbSetupE.exe" "https://stormgames.wolfe.casa/downloads/nvdaControllerClient32.dll" + download "https://www.nyanchangames.com/softs/MbSetupE.exe" wine "${cache}/MbSetupE.exe" & xdotool sleep 10 key Return wineserver -w