Installer romcenter-400rc3

files:
- download: http://www.romcenter.com/download/rc_4_0_0_rc3.7z
game:
  arch: win32
  exe: drive_c/Program Files/RomCenter/RomCenter.exe
  prefix: $GAMEDIR
  working_dir: $GAMEDIR/drive_c/Program Files/RomCenter
installer:
- task:
    arch: win32
    description: Creating Wine prefix
    name: create_prefix
    prefix: $GAMEDIR
- task:
    app: vcrun2010
    arch: win32
    description: Installing Visual C++ Runtime 2010
    name: winetricks
    prefix: $GAMEDIR
- task:
    app: dotnet35
    arch: win32
    description: Installing .NET 3.5
    name: winetricks
    prefix: $GAMEDIR
- task:
    app: dotnet40
    arch: win32
    description: Installing .NET 4.0
    name: winetricks
    prefix: $GAMEDIR
- extract:
    description: Extracting RomCenter
    dst: $GAMEDIR/drive_c/Program Files/RomCenter
    file: $download
description: Not working.
game_slug: romcenter
gogslug: ''
humblestoreid: ''
installer_slug: romcenter-400rc3
name: RomCenter
notes: Not working.
runner: wine
script:
  files:
  - download: http://www.romcenter.com/download/rc_4_0_0_rc3.7z
  game:
    arch: win32
    exe: drive_c/Program Files/RomCenter/RomCenter.exe
    prefix: $GAMEDIR
    working_dir: $GAMEDIR/drive_c/Program Files/RomCenter
  installer:
  - task:
      arch: win32
      description: Creating Wine prefix
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      app: vcrun2010
      arch: win32
      description: Installing Visual C++ Runtime 2010
      name: winetricks
      prefix: $GAMEDIR
  - task:
      app: dotnet35
      arch: win32
      description: Installing .NET 3.5
      name: winetricks
      prefix: $GAMEDIR
  - task:
      app: dotnet40
      arch: win32
      description: Installing .NET 4.0
      name: winetricks
      prefix: $GAMEDIR
  - extract:
      description: Extracting RomCenter
      dst: $GAMEDIR/drive_c/Program Files/RomCenter
      file: $download
slug: romcenter-400rc3
steamid: null
version: 4.0.0.rc3
year: 1997
{
  "game_slug": "romcenter",
  "version": "4.0.0.rc3",
  "description": "Not working.",
  "notes": "Not working.",
  "name": "RomCenter",
  "year": 1997,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "romcenter-400rc3",
  "installer_slug": "romcenter-400rc3",
  "script": {
    "files": [
      {
        "download": "http://www.romcenter.com/download/rc_4_0_0_rc3.7z"
      }
    ],
    "game": {
      "arch": "win32",
      "exe": "drive_c/Program Files/RomCenter/RomCenter.exe",
      "prefix": "$GAMEDIR",
      "working_dir": "$GAMEDIR/drive_c/Program Files/RomCenter"
    },
    "installer": [
      {
        "task": {
          "description": "Creating Wine prefix",
          "name": "create_prefix",
          "prefix": "$GAMEDIR",
          "arch": "win32"
        }
      },
      {
        "task": {
          "app": "vcrun2010",
          "arch": "win32",
          "description": "Installing Visual C++ Runtime 2010",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "dotnet35",
          "description": "Installing .NET 3.5",
          "name": "winetricks",
          "prefix": "$GAMEDIR",
          "arch": "win32"
        }
      },
      {
        "task": {
          "app": "dotnet40",
          "description": "Installing .NET 4.0",
          "name": "winetricks",
          "prefix": "$GAMEDIR",
          "arch": "win32"
        }
      },
      {
        "extract": {
          "description": "Extracting RomCenter",
          "dst": "$GAMEDIR/drive_c/Program Files/RomCenter",
          "file": "$download"
        }
      }
    ]
  }
}
Back to game