Installer motor-rock-archive

files:
- game_archive: https://archive.org/download/motor-rock/Motor%20Rock.rar
game:
  exe: drive_c/Program Files (x86)/Motor Rock/MR.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win64
    description: Creating WINE prefix
    name: create_prefix
    prefix: $GAMEDIR
- extract:
    dst: $CACHE
    file: game_archive
    format: rar
- task:
    description: Installing...
    executable: $CACHE/Motor Rock.exe
    name: wineexec
    prefix: $GAMEDIR
description: Play "Motor Rock" on Linux!
game_slug: motor-rock
gogslug: ''
humblestoreid: ''
installer_slug: motor-rock-archive
name: Motor Rock
notes: ''
runner: wine
script:
  files:
  - game_archive: https://archive.org/download/motor-rock/Motor%20Rock.rar
  game:
    exe: drive_c/Program Files (x86)/Motor Rock/MR.exe
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win64
      description: Creating WINE prefix
      name: create_prefix
      prefix: $GAMEDIR
  - extract:
      dst: $CACHE
      file: game_archive
      format: rar
  - task:
      description: Installing...
      executable: $CACHE/Motor Rock.exe
      name: wineexec
      prefix: $GAMEDIR
slug: motor-rock-archive
steamid: 263260
version: archive
year: 2013
{
  "game_slug": "motor-rock",
  "version": "archive",
  "description": "Play \"Motor Rock\" on Linux!",
  "notes": "",
  "name": "Motor Rock",
  "year": 2013,
  "steamid": 263260,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "motor-rock-archive",
  "installer_slug": "motor-rock-archive",
  "script": {
    "files": [
      {
        "game_archive": "https://archive.org/download/motor-rock/Motor%20Rock.rar"
      }
    ],
    "game": {
      "exe": "drive_c/Program Files (x86)/Motor Rock/MR.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win64",
          "description": "Creating WINE prefix",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "extract": {
          "dst": "$CACHE",
          "file": "game_archive",
          "format": "rar"
        }
      },
      {
        "task": {
          "description": "Installing...",
          "executable": "$CACHE/Motor Rock.exe",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      }
    ]
  }
}
Back to game