Installer cuphead-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:
- install: N/A:Select the Windows setup file downloaded from GOG
game:
  exe: drive_c/game/Cuphead.exe
  gogid: 1963513391
  prefix: $GAMEDIR
installer:
- task:
    name: create_prefix
    prefix: $GAMEDIR
- task:
    args: /LANG=en /SP- /NOCANCEL /SUPPRESSMSGBOXES /NOGUI /DIR="C:/game"
    executable: install
    name: wineexec
    prefix: $GAMEDIR
- task:
    app: corefonts
    name: winetricks
    prefix: $GAMEDIR
{
  "files": [
    {
      "install": "N/A:Select the Windows setup file downloaded from GOG"
    }
  ],
  "game": {
    "exe": "drive_c/game/Cuphead.exe",
    "gogid": 1963513391,
    "prefix": "$GAMEDIR"
  },
  "installer": [
    {
      "task": {
        "name": "create_prefix",
        "prefix": "$GAMEDIR"
      }
    },
    {
      "task": {
        "args": "/LANG=en /SP- /NOCANCEL /SUPPRESSMSGBOXES /NOGUI /DIR=\"C:/game\"",
        "executable": "install",
        "name": "wineexec",
        "prefix": "$GAMEDIR"
      }
    },
    {
      "task": {
        "app": "corefonts",
        "name": "winetricks",
        "prefix": "$GAMEDIR"
      }
    }
  ]
}
Back to game