Installer lego-loco-10-retail-cd

game:
  arch: win32
  exe: $GAMEDIR/drive_c/Program Files/LEGO Media/Constructive/LEGO LOCO/Exe/Loco.exe
  prefix: $GAMEDIR
installer:
- insert-disc:
    requires: art-res
- task:
    arch: win32
    description: Creating Wine prefix
    name: create_prefix
    prefix: $GAMEDIR
- task:
    app: directplay
    description: Installing networking capabilities
    name: winetricks
    prefix: $GAMEDIR
- task:
    description: Run installer
    executable: $DISC/SETUP.EXE
    name: wineexec
    prefix: $GAMEDIR
system:
  xephyr: 16bpp
  xephyr_fullscreen: false
  xephyr_resolution: 1024x768
description: Installs the version from the original CD. Install the game to the default
  path in the installer.
game_slug: lego-loco
gogslug: ''
humblestoreid: ''
installer_slug: lego-loco-10-retail-cd
name: Lego Loco
notes: ''
runner: wine
script:
  game:
    arch: win32
    exe: $GAMEDIR/drive_c/Program Files/LEGO Media/Constructive/LEGO LOCO/Exe/Loco.exe
    prefix: $GAMEDIR
  installer:
  - insert-disc:
      requires: art-res
  - task:
      arch: win32
      description: Creating Wine prefix
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      app: directplay
      description: Installing networking capabilities
      name: winetricks
      prefix: $GAMEDIR
  - task:
      description: Run installer
      executable: $DISC/SETUP.EXE
      name: wineexec
      prefix: $GAMEDIR
  system:
    xephyr: 16bpp
    xephyr_fullscreen: false
    xephyr_resolution: 1024x768
slug: lego-loco-10-retail-cd
steamid: null
version: 1.0 (Retail CD)
year: 1998
{
  "game_slug": "lego-loco",
  "version": "1.0 (Retail CD)",
  "description": "Installs the version from the original CD. Install the game to the default path in the installer.",
  "notes": "",
  "name": "Lego Loco",
  "year": 1998,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "lego-loco-10-retail-cd",
  "installer_slug": "lego-loco-10-retail-cd",
  "script": {
    "game": {
      "arch": "win32",
      "exe": "$GAMEDIR/drive_c/Program Files/LEGO Media/Constructive/LEGO LOCO/Exe/Loco.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "insert-disc": {
          "requires": "art-res"
        }
      },
      {
        "task": {
          "arch": "win32",
          "description": "Creating Wine prefix",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "directplay",
          "description": "Installing networking capabilities",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "description": "Run installer",
          "executable": "$DISC/SETUP.EXE",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      }
    ],
    "system": {
      "xephyr": "16bpp",
      "xephyr_fullscreen": false,
      "xephyr_resolution": "1024x768"
    }
  }
}
Back to game