Installer garou-mark-of-the-wolves-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:Select the game's setup file game: arch: win32 exe: drive_c/GOG Games/GAROU MARK OF THE WOLVES/GarouApp.exe prefix: $GAMEDIR installer: - task: arch: win32 description: Creating Wine prefix name: create_prefix prefix: $GAMEDIR - task: arch: win32 args: /SILENT /LANG=en /SP- /NOCANCEL /SUPPRESSMSGBOXES /NOGUI description: 'Installing Garou: Mark of the Wolves' executable: installer name: wineexec prefix: $GAMEDIR
{ "files": [ { "installer": "N/A:Select the game's setup file" } ], "game": { "arch": "win32", "exe": "drive_c/GOG Games/GAROU MARK OF THE WOLVES/GarouApp.exe", "prefix": "$GAMEDIR" }, "installer": [ { "task": { "arch": "win32", "description": "Creating Wine prefix", "name": "create_prefix", "prefix": "$GAMEDIR" } }, { "task": { "arch": "win32", "args": "/SILENT /LANG=en /SP- /NOCANCEL /SUPPRESSMSGBOXES /NOGUI", "description": "Installing Garou: Mark of the Wolves", "executable": "installer", "name": "wineexec", "prefix": "$GAMEDIR" } } ] }