Added the game "Laser Breakout" but it is disabled for now because it does not speak.

This commit is contained in:
Storm Dragon 2022-03-24 19:04:06 -04:00
parent d2c8694e8a
commit 9f6f6f7d91

View File

@ -961,6 +961,7 @@ gameList=(
"Judgement Day" "Judgement Day"
"Kitchensinc Games" "Kitchensinc Games"
"Kringle Crash" "Kringle Crash"
#"Laser Breakout"
#"Light Battles" #"Light Battles"
"Light Cars" "Light Cars"
"Lockpick" "Lockpick"
@ -1942,6 +1943,17 @@ EOF
wine "${cache}/kringle crash setup.exe" /silent wine "${cache}/kringle crash setup.exe" /silent
add_launcher "c:\Program Files\Kringle Crash\kringlecrash.exe" 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") "Light Battles")
export winVer="win7" export winVer="win7"
install_wine_bottle speechsdk install_wine_bottle speechsdk
@ -2013,7 +2025,7 @@ EOF
export bottle="nyanchan" export bottle="nyanchan"
export winVer="win7" export winVer="win7"
install_wine_bottle speechsdk 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" & wine "${cache}/MbSetupE.exe" &
xdotool sleep 10 key Return xdotool sleep 10 key Return
wineserver -w wineserver -w