Installer gylt-gog

files:
- goginstaller: N/A:Select the installer from GOG
- zip: https://github.com/z0z0z/mf-install/archive/refs/heads/master.zip
game:
  exe: $GAMEDIR/drive_c/GOG Games/GYLT/Gylt/Binaries/Win64/Gylt-Win64-Shipping.exe
  gogid: 1185763446
  prefix: $GAMEDIR
installer:
- task:
    name: create_prefix
    prefix: $GAMEDIR
- task:
    args: /SP- /NOCANCEL
    executable: goginstaller
    name: wineexec
    prefix: $GAMEDIR
- extract:
    dst: $CACHE
    file: zip
- chmodx: $CACHE/mf-install.sh
- execute:
    command: $CACHE/mf-install.sh
system:
  env:
    WINEPREFIX: $GAMEDIR
  reset_desktop: true
description: Fix cutscenes not playing
game_slug: gylt
gogslug: gylt_bundle
humblestoreid: ''
installer_slug: gylt-gog
name: Gylt
notes: "On Lutris, click once on the game, then at the bottom select 'open a bash\
  \ terminal'.\r\nThen enter '[Location of the mf-install folder]/mf-install.sh'.\
  \ \r\n\r\nIt works with the command line, but failed with the yaml script.\r\nWork\
  \ in progress."
runner: wine
script:
  files:
  - goginstaller: N/A:Select the installer from GOG
  - zip: https://github.com/z0z0z/mf-install/archive/refs/heads/master.zip
  game:
    exe: $GAMEDIR/drive_c/GOG Games/GYLT/Gylt/Binaries/Win64/Gylt-Win64-Shipping.exe
    gogid: 1185763446
    prefix: $GAMEDIR
  installer:
  - task:
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      args: /SP- /NOCANCEL
      executable: goginstaller
      name: wineexec
      prefix: $GAMEDIR
  - extract:
      dst: $CACHE
      file: zip
  - chmodx: $CACHE/mf-install.sh
  - execute:
      command: $CACHE/mf-install.sh
  system:
    env:
      WINEPREFIX: $GAMEDIR
    reset_desktop: true
slug: gylt-gog
steamid: 2206210
version: GOG
year: 2019
{
  "game_slug": "gylt",
  "version": "GOG",
  "description": "Fix cutscenes not playing",
  "notes": "On Lutris, click once on the game, then at the bottom select 'open a bash terminal'.\r\nThen enter '[Location of the mf-install folder]/mf-install.sh'. \r\n\r\nIt works with the command line, but failed with the yaml script.\r\nWork in progress.",
  "name": "Gylt",
  "year": 2019,
  "steamid": 2206210,
  "gogslug": "gylt_bundle",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "gylt-gog",
  "installer_slug": "gylt-gog",
  "script": {
    "files": [
      {
        "goginstaller": "N/A:Select the installer from GOG"
      },
      {
        "zip": "https://github.com/z0z0z/mf-install/archive/refs/heads/master.zip"
      }
    ],
    "game": {
      "exe": "$GAMEDIR/drive_c/GOG Games/GYLT/Gylt/Binaries/Win64/Gylt-Win64-Shipping.exe",
      "gogid": 1185763446,
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "args": "/SP- /NOCANCEL",
          "executable": "goginstaller",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "extract": {
          "dst": "$CACHE",
          "file": "zip"
        }
      },
      {
        "chmodx": "$CACHE/mf-install.sh"
      },
      {
        "execute": {
          "command": "$CACHE/mf-install.sh"
        }
      }
    ],
    "system": {
      "env": {
        "WINEPREFIX": "$GAMEDIR"
      },
      "reset_desktop": true
    }
  }
}
Back to game