Installer the-incredible-machine-even-m-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:
- GOG_INSTALLER: N/A:Please select the GOG installer
game:
  arch: win32
  exe: drive_c/GOG Games/TIM - Even More Contraptions/EvenMore.exe
  gogid: 1207664043
  prefix: $GAMEDIR
installer:
- task:
    arch: win32
    name: create_prefix
    prefix: $GAMEDIR
- task:
    app: corefonts ariel
    arch: win32
    description: Installing fonts
    name: winetricks
    prefix: $GAMEDIR
- task:
    arch: win32
    args: /SUPPRESSMSGBOXES /SP-
    description: Running GOG Installer
    executable: GOG_INSTALLER
    name: wineexec
    prefix: $GAMEDIR
system:
  exclude_processes: HELP.EXE help.exe winevdm.exe
{
  "files": [
    {
      "GOG_INSTALLER": "N/A:Please select the GOG installer"
    }
  ],
  "game": {
    "arch": "win32",
    "exe": "drive_c/GOG Games/TIM - Even More Contraptions/EvenMore.exe",
    "gogid": 1207664043,
    "prefix": "$GAMEDIR"
  },
  "installer": [
    {
      "task": {
        "arch": "win32",
        "name": "create_prefix",
        "prefix": "$GAMEDIR"
      }
    },
    {
      "task": {
        "app": "corefonts ariel",
        "arch": "win32",
        "description": "Installing fonts",
        "name": "winetricks",
        "prefix": "$GAMEDIR"
      }
    },
    {
      "task": {
        "arch": "win32",
        "args": "/SUPPRESSMSGBOXES /SP-",
        "description": "Running GOG Installer",
        "executable": "GOG_INSTALLER",
        "name": "wineexec",
        "prefix": "$GAMEDIR"
      }
    }
  ],
  "system": {
    "exclude_processes": "HELP.EXE help.exe winevdm.exe"
  }
}
Back to game