From cab6106c93bdc9fe539fb0cee80faa68838d9620 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Wed, 15 Dec 2021 13:45:48 -0500 Subject: [PATCH] Added game "Operation BlackSquare". --- audiogame-manager.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index b3aa7fd..4109920 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -890,6 +890,7 @@ gameList=( "MudSplat English" #"MudSplat Swedish" "Oh Shit" + "Operation BlackSquare" "Pacman Talks" "Palace Punch Up" "Paladin of the Sky" @@ -1908,6 +1909,13 @@ EOF find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \; add_launcher "c:\Program Files\oh_shit\OhShit.exe" ;; + "Operation BlackSquare") + export winVer="win7" + install_wine_bottle + download "https://www.iamtalon.me/games/blacksquare.zip" + unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/blacksquare.zip" + add_launcher "c:\Program Files\blacksquare\OperationBlackSquare.exe" + ;; "Pacman Talks") install_wine_bottle download "http://www.gmagames.com/pmt101.exe"