Fix laser breakout

This commit is contained in:
Michael Taboada 2023-01-22 12:52:13 -08:00
parent 1fce98d135
commit 938ee43f9e

View File

@ -1002,7 +1002,7 @@ gameList=(
"Judgement Day"
"Kitchensinc Games"
"Kringle Crash"
#"Laser Breakout"
"Laser Breakout"
"Light Battles"
"Light Cars"
"Lockpick"
@ -2157,9 +2157,10 @@ EOF
export bottle="nyanchan"
export winVer="win7"
install_wine_bottle
download "https://www.agarchive.net/games/nyanchan/laser%20breakout.7z" "https://github.com/RastislavKish/nvda2speechd/releases/download/v0.1/nvda2speechd32.dll"
download "https://www.agarchive.net/games/nyanchan/laser%20breakout.7z" "https://github.com/RastislavKish/nvda2speechd/releases/download/v0.1/nvda2speechd32.dll" "https://stormgames.wolfe.casa/downloads/laser-breakout-options.dat"
7z x -o"$WINEPREFIX/drive_c/nyanchangame/" "$cache/laser breakout.7z"
find "${WINEPREFIX}" -type f -name 'nvdaControllerClient.dll' -exec cp -v "${cache}/nvda2speechd32.dll" "{}" \;
cp -v "$cache/laser-breakout-options.dat" "$WINEPREFIX/drive_c/nyanchangame/laser breakout/options.dat"
add_launcher "c:\nyanchangame\laser breakout\play.exe"
;;
"Light Battles")