Added game "Operation BlackSquare".

This commit is contained in:
Storm Dragon 2021-12-15 13:45:48 -05:00
parent 6968707b7b
commit cab6106c93

View File

@ -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"