Last active
April 23, 2018 23:22
-
-
Save theneosloth/32c9d62a3968675b9f6844849a98ece0 to your computer and use it in GitHub Desktop.
Add the special forces SWAT 4 mod to the GOG Galaxy launch options
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"clientId": "49700451081649670", | |
"gameId": "1409964317", | |
"language": "English", | |
"languages": [ | |
"en" | |
], | |
"name": "SWAT 4 Gold Edition", | |
"playTasks": [ | |
{ | |
"category": "game", | |
"isPrimary": true, | |
"languages": [ | |
"*" | |
], | |
"name": "SWAT 4 Gold Edition", | |
"path": "Content//System/swat4.exe", | |
"type": "FileTask", | |
"workingDir": "Content//System" | |
}, | |
{ | |
"category": "document", | |
"languages": [ | |
"en" | |
], | |
"name": "Manual", | |
"path": "Manual.pdf", | |
"type": "FileTask" | |
}, | |
{ | |
"category": "document", | |
"languages": [ | |
"en" | |
], | |
"link": "http://www.gog.com/support/swat_4_gold_edition", | |
"name": "Support", | |
"type": "URLTask" | |
}, | |
{ | |
"icon": "goggame-1409964317.ico", | |
"languages": [ | |
"*" | |
], | |
"name": "SWAT 4 - The Stetchkov Syndicate", | |
"path": "ContentExpansion//System//SWAT4X.exe", | |
"type": "FileTask", | |
"workingDir": "ContentExpansion//System" | |
}, { | |
"icon": "goggame-1409964317.ico", | |
"languages": [ | |
"*" | |
], | |
"name": "SWAT 4 - Elite Force Mod", | |
"path": "ContentExpansion//System//SWAT4X.exe", | |
"type": "FileTask", | |
"workingDir": "SEF//System" | |
}, | |
{ | |
"icon": "goggame-1409964317.ico", | |
"languages": [ | |
"*" | |
], | |
"name": "SWAT 4 - The Stetchkov Syndicate", | |
"path": "ContentExpansion//System//SWAT4X.exe", | |
"type": "FileTask", | |
"workingDir": "ContentExpansion//System" | |
}, | |
{ | |
"category": "document", | |
"languages": [ | |
"*" | |
], | |
"name": "Manual - Expansion", | |
"path": "Manual_Expansion.pdf", | |
"type": "FileTask" | |
} | |
], | |
"rootGameId": "1409964317", | |
"version": 1 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment