Installer super-monday-night-combat-steam

game:
  appid: 104700
  prefix: $GAMEDIR/prefix
installer:
- task:
    app: dotnet35
    description: Installing .NET 3.5
    name: winetricks
    prefix: $GAMEDIR/prefix
- task:
    app: d3dx9
    description: Installing DirectX 9
    name: winetricks
    prefix: $GAMEDIR/prefix
- move:
    dst: $GAMEDIR/MNCGame/Support/dotNetFx35setup.exe.bak
    src: $GAMEDIR/MNCGame/Support/dotNetFx35setup.exe
- move:
    dst: $GAMEDIR/MNCGame/Support/dxwebsetup.exe.bak
    src: $GAMEDIR/MNCGame/Support/dxwebsetup.exe
description: ''
game_slug: super-monday-night-combat
gogslug: ''
humblestoreid: ''
installer_slug: super-monday-night-combat-steam
name: Super Monday Night Combat
notes: ''
runner: winesteam
script:
  game:
    appid: 104700
    prefix: $GAMEDIR/prefix
  installer:
  - task:
      app: dotnet35
      description: Installing .NET 3.5
      name: winetricks
      prefix: $GAMEDIR/prefix
  - task:
      app: d3dx9
      description: Installing DirectX 9
      name: winetricks
      prefix: $GAMEDIR/prefix
  - move:
      dst: $GAMEDIR/MNCGame/Support/dotNetFx35setup.exe.bak
      src: $GAMEDIR/MNCGame/Support/dotNetFx35setup.exe
  - move:
      dst: $GAMEDIR/MNCGame/Support/dxwebsetup.exe.bak
      src: $GAMEDIR/MNCGame/Support/dxwebsetup.exe
slug: super-monday-night-combat-steam
steamid: 104700
version: Steam
year: 2012
{
  "game_slug": "super-monday-night-combat",
  "version": "Steam",
  "description": "",
  "notes": "",
  "name": "Super Monday Night Combat",
  "year": 2012,
  "steamid": 104700,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "winesteam",
  "slug": "super-monday-night-combat-steam",
  "installer_slug": "super-monday-night-combat-steam",
  "script": {
    "game": {
      "appid": 104700,
      "prefix": "$GAMEDIR/prefix"
    },
    "installer": [
      {
        "task": {
          "app": "dotnet35",
          "description": "Installing .NET 3.5",
          "name": "winetricks",
          "prefix": "$GAMEDIR/prefix"
        }
      },
      {
        "task": {
          "app": "d3dx9",
          "description": "Installing DirectX 9",
          "name": "winetricks",
          "prefix": "$GAMEDIR/prefix"
        }
      },
      {
        "move": {
          "dst": "$GAMEDIR/MNCGame/Support/dotNetFx35setup.exe.bak",
          "src": "$GAMEDIR/MNCGame/Support/dotNetFx35setup.exe"
        }
      },
      {
        "move": {
          "dst": "$GAMEDIR/MNCGame/Support/dxwebsetup.exe.bak",
          "src": "$GAMEDIR/MNCGame/Support/dxwebsetup.exe"
        }
      }
    ]
  }
}
Back to game