Installer obduction-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 gog setup exe
- mfplat_dll_64: https://lutris.net/files/tools/dll/mfplat/x64/mfplat.dll
game:
  exe: drive_c/GOG Games/Obduction/Obduction.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win64
    name: create_prefix
    prefix: $GAMEDIR/prefix
- merge:
    dst: $GAMEDIR/prefix/drive_c/windows/system32
    src: mfplat_dll_64
- task:
    app: mf
    name: winetricks
    prefix: $GAMEDIR/prefix
- task:
    cabfile: $HOME/.cache/winetricks/win7sp1/windows6.1-KB976932-X86.exe
    component: mediafoundation
    name: install_cab_component
    prefix: $GAMEDIR/prefix
- task:
    cabfile: $HOME/.cache/winetricks/win7sp1/windows6.1-KB976932-X86.exe
    component: mf_
    name: install_cab_component
    prefix: $GAMEDIR/prefix
- task:
    cabfile: $HOME/.cache/winetricks/win7sp1/windows6.1-KB976932-X86.exe
    component: mfreadwrite
    name: install_cab_component
    prefix: $GAMEDIR/prefix
- task:
    cabfile: $HOME/.cache/winetricks/win7sp1/windows6.1-KB976932-X86.exe
    component: wmadmod
    name: install_cab_component
    prefix: $GAMEDIR/prefix
- task:
    cabfile: $HOME/.cache/winetricks/win7sp1/windows6.1-KB976932-X86.exe
    component: wmvdecod
    name: install_cab_component
    prefix: $GAMEDIR/prefix
- task:
    app: xact
    name: winetricks
    prefix: $GAMEDIR/prefix
- task:
    args: /SP- /SUPPRESSMSGBOXES /NOCANCEL
    executable: setup
    name: wineexec
    prefix: $GAMEDIR
system:
  env:
    DXVK_HUD: 0
wine:
  dxvk: true
  overrides:
    mf: native,builtin
    mfplat: native,builtin
    mfreadwrite: native,builtin
    xaudio2_7: native,builtin
{
  "files": [
    {
      "setup": "N/A:Select gog setup exe"
    },
    {
      "mfplat_dll_64": "https://lutris.net/files/tools/dll/mfplat/x64/mfplat.dll"
    }
  ],
  "game": {
    "exe": "drive_c/GOG Games/Obduction/Obduction.exe",
    "prefix": "$GAMEDIR"
  },
  "installer": [
    {
      "task": {
        "arch": "win64",
        "name": "create_prefix",
        "prefix": "$GAMEDIR/prefix"
      }
    },
    {
      "merge": {
        "dst": "$GAMEDIR/prefix/drive_c/windows/system32",
        "src": "mfplat_dll_64"
      }
    },
    {
      "task": {
        "app": "mf",
        "name": "winetricks",
        "prefix": "$GAMEDIR/prefix"
      }
    },
    {
      "task": {
        "cabfile": "$HOME/.cache/winetricks/win7sp1/windows6.1-KB976932-X86.exe",
        "component": "mediafoundation",
        "name": "install_cab_component",
        "prefix": "$GAMEDIR/prefix"
      }
    },
    {
      "task": {
        "cabfile": "$HOME/.cache/winetricks/win7sp1/windows6.1-KB976932-X86.exe",
        "component": "mf_",
        "name": "install_cab_component",
        "prefix": "$GAMEDIR/prefix"
      }
    },
    {
      "task": {
        "cabfile": "$HOME/.cache/winetricks/win7sp1/windows6.1-KB976932-X86.exe",
        "component": "mfreadwrite",
        "name": "install_cab_component",
        "prefix": "$GAMEDIR/prefix"
      }
    },
    {
      "task": {
        "cabfile": "$HOME/.cache/winetricks/win7sp1/windows6.1-KB976932-X86.exe",
        "component": "wmadmod",
        "name": "install_cab_component",
        "prefix": "$GAMEDIR/prefix"
      }
    },
    {
      "task": {
        "cabfile": "$HOME/.cache/winetricks/win7sp1/windows6.1-KB976932-X86.exe",
        "component": "wmvdecod",
        "name": "install_cab_component",
        "prefix": "$GAMEDIR/prefix"
      }
    },
    {
      "task": {
        "app": "xact",
        "name": "winetricks",
        "prefix": "$GAMEDIR/prefix"
      }
    },
    {
      "task": {
        "args": "/SP- /SUPPRESSMSGBOXES /NOCANCEL",
        "executable": "setup",
        "name": "wineexec",
        "prefix": "$GAMEDIR"
      }
    }
  ],
  "system": {
    "env": {
      "DXVK_HUD": 0
    }
  },
  "wine": {
    "dxvk": true,
    "overrides": {
      "mf": "native,builtin",
      "mfplat": "native,builtin",
      "mfreadwrite": "native,builtin",
      "xaudio2_7": "native,builtin"
    }
  }
}
Back to game