Installer act-of-war-direct-action-gog
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: - installer: N/A:Please select the GOG.com Windows installer game: exe: drive_c/GOG Games/Act of War - Direct Action/ActOfWar.exe prefix: $GAMEDIR installer: - task: name: create_prefix prefix: $GAMEDIR - task: args: /SP- /NOCANCEL /SUPPRESSMSGBOXES executable: installer name: wineexec prefix: $GAMEDIR
{ "files": [ { "installer": "N/A:Please select the GOG.com Windows installer" } ], "game": { "exe": "drive_c/GOG Games/Act of War - Direct Action/ActOfWar.exe", "prefix": "$GAMEDIR" }, "installer": [ { "task": { "name": "create_prefix", "prefix": "$GAMEDIR" } }, { "task": { "args": "/SP- /NOCANCEL /SUPPRESSMSGBOXES", "executable": "installer", "name": "wineexec", "prefix": "$GAMEDIR" } } ] }