Added game "Operation BlackSquare".
This commit is contained in:
parent
6968707b7b
commit
cab6106c93
@ -890,6 +890,7 @@ gameList=(
|
|||||||
"MudSplat English"
|
"MudSplat English"
|
||||||
#"MudSplat Swedish"
|
#"MudSplat Swedish"
|
||||||
"Oh Shit"
|
"Oh Shit"
|
||||||
|
"Operation BlackSquare"
|
||||||
"Pacman Talks"
|
"Pacman Talks"
|
||||||
"Palace Punch Up"
|
"Palace Punch Up"
|
||||||
"Paladin of the Sky"
|
"Paladin of the Sky"
|
||||||
@ -1908,6 +1909,13 @@ EOF
|
|||||||
find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \;
|
find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \;
|
||||||
add_launcher "c:\Program Files\oh_shit\OhShit.exe"
|
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")
|
"Pacman Talks")
|
||||||
install_wine_bottle
|
install_wine_bottle
|
||||||
download "http://www.gmagames.com/pmt101.exe"
|
download "http://www.gmagames.com/pmt101.exe"
|
||||||
|
Loading…
Reference in New Issue
Block a user