Installer darksiders-genesis-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:
- setup: N/A:Select the game's setup file
game:
  arch: win64
  exe: drive_c/GOG Games/Darksiders Genesis/DarksidersGenesis.exe
  prefix: $GAMEDIR
installer:
- task:
    description: Creating wine prefix
    name: create_prefix
    prefix: $GAMEDIR
- task:
    args: /SP- /NOCANCEL /SUPPRESSMSGBOXES
    executable: setup
    name: wineexec
    prefix: $GAMEDIR
- task:
    app: win7
    name: winetricks
    prefix: $GAMEDIR
wine:
  dxvk: true
  esync: true
{
  "files": [
    {
      "setup": "N/A:Select the game's setup file"
    }
  ],
  "game": {
    "arch": "win64",
    "exe": "drive_c/GOG Games/Darksiders Genesis/DarksidersGenesis.exe",
    "prefix": "$GAMEDIR"
  },
  "installer": [
    {
      "task": {
        "description": "Creating wine prefix",
        "name": "create_prefix",
        "prefix": "$GAMEDIR"
      }
    },
    {
      "task": {
        "args": "/SP- /NOCANCEL /SUPPRESSMSGBOXES",
        "executable": "setup",
        "name": "wineexec",
        "prefix": "$GAMEDIR"
      }
    },
    {
      "task": {
        "app": "win7",
        "name": "winetricks",
        "prefix": "$GAMEDIR"
      }
    }
  ],
  "wine": {
    "dxvk": true,
    "esync": true
  }
}
Back to game