Installer swat-4-gold-edition-gog-version-and-elit
This script is for reference only and can't be directly used to install the game in the Lutris client. To install the game, download the full script.
files: - setup: N/A:Please select the GOG installer - elite_force: N/A:Please Select the SWAT Elite Force v7 zip file game: exe: drive_c/GOG Games/SWAT 4/ContentExpansion/System/Swat4X.exe prefix: $GAMEDIR working_dir: $GAMEDIR/drive_c/GOG Games/SWAT 4/SEF/System installer: - task: name: create_prefix prefix: $GAMEDIR - task: args: /NOCANCEL /SP- /SUPPRESSMSGBOXES description: Installing the Game executable: setup name: wineexec prefix: $GAMEDIR - extract: dst: $GAMEDIR/drive_c/GOG Games/SWAT 4/SEF file: elite_force
{ "files": [ { "setup": "N/A:Please select the GOG installer" }, { "elite_force": "N/A:Please Select the SWAT Elite Force v7 zip file" } ], "game": { "exe": "drive_c/GOG Games/SWAT 4/ContentExpansion/System/Swat4X.exe", "prefix": "$GAMEDIR", "working_dir": "$GAMEDIR/drive_c/GOG Games/SWAT 4/SEF/System" }, "installer": [ { "task": { "name": "create_prefix", "prefix": "$GAMEDIR" } }, { "task": { "args": "/NOCANCEL /SP- /SUPPRESSMSGBOXES", "description": "Installing the Game", "executable": "setup", "name": "wineexec", "prefix": "$GAMEDIR" } }, { "extract": { "dst": "$GAMEDIR/drive_c/GOG Games/SWAT 4/SEF", "file": "elite_force" } } ] }