Installer overlord-ii-gog

files:
- game: N/A:Please select the GOG.com Windows installer.
game:
  exe: $GAMEDIR/drive_c/game/Overlord2.exe
  prefix: $GAMEDIR
installer:
- task:
    description: Creating Wine prefix
    name: create_prefix
    prefix: $GAMEDIR
- task:
    args: /SUPPRESSMSGBOXES '/DIR=C:/game'
    description: Installing...
    executable: game
    name: wineexec
    prefix: $GAMEDIR
- task:
    app: directx9
    description: Installing DirectX 9
    name: winetricks
    prefix: $GAMEDIR/prefix
    silent: true
- task:
    app: vcrun2005
    description: Installing MSVC 2005
    name: winetricks
    prefix: $GAMEDIR/prefix
    silent: true
- task:
    app: physx
    description: Installing PhysX
    name: winetricks
    prefix: $GAMEDIR/prefix
    silent: true
description: This is the Wine+GOG version. You need to provide the GOG windows installer
game_slug: overlord-ii
gogslug: overlord_ii
humblestoreid: ''
installer_slug: overlord-ii-gog
name: Overlord II
notes: ''
runner: wine
script:
  files:
  - game: N/A:Please select the GOG.com Windows installer.
  game:
    exe: $GAMEDIR/drive_c/game/Overlord2.exe
    prefix: $GAMEDIR
  installer:
  - task:
      description: Creating Wine prefix
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      args: /SUPPRESSMSGBOXES '/DIR=C:/game'
      description: Installing...
      executable: game
      name: wineexec
      prefix: $GAMEDIR
  - task:
      app: directx9
      description: Installing DirectX 9
      name: winetricks
      prefix: $GAMEDIR/prefix
      silent: true
  - task:
      app: vcrun2005
      description: Installing MSVC 2005
      name: winetricks
      prefix: $GAMEDIR/prefix
      silent: true
  - task:
      app: physx
      description: Installing PhysX
      name: winetricks
      prefix: $GAMEDIR/prefix
      silent: true
slug: overlord-ii-gog
steamid: 12810
version: GOG
year: 2009
{
  "game_slug": "overlord-ii",
  "version": "GOG",
  "description": "This is the Wine+GOG version. You need to provide the GOG windows installer",
  "notes": "",
  "name": "Overlord II",
  "year": 2009,
  "steamid": 12810,
  "gogslug": "overlord_ii",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "overlord-ii-gog",
  "installer_slug": "overlord-ii-gog",
  "script": {
    "files": [
      {
        "game": "N/A:Please select the GOG.com Windows installer."
      }
    ],
    "game": {
      "exe": "$GAMEDIR/drive_c/game/Overlord2.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "description": "Creating Wine prefix",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "args": "/SUPPRESSMSGBOXES '/DIR=C:/game'",
          "description": "Installing...",
          "executable": "game",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "directx9",
          "description": "Installing DirectX 9",
          "name": "winetricks",
          "prefix": "$GAMEDIR/prefix",
          "silent": true
        }
      },
      {
        "task": {
          "app": "vcrun2005",
          "description": "Installing MSVC 2005",
          "name": "winetricks",
          "prefix": "$GAMEDIR/prefix",
          "silent": true
        }
      },
      {
        "task": {
          "app": "physx",
          "description": "Installing PhysX",
          "name": "winetricks",
          "prefix": "$GAMEDIR/prefix",
          "silent": true
        }
      }
    ]
  }
}
Back to game