Installer rocket-league-old-client

exe: rocket-league/Binaries/Linux/RocketLeague
files:
- game: https://archive.org/download/rclinux.tar/rclinux.tar.gz
installer:
- extract:
    dst: $GAMEDIR
    file: game
description: This installs the old steam client
game_slug: rocket-league
gogslug: ''
humblestoreid: ''
installer_slug: rocket-league-old-client
name: Rocket League
notes: Only local multiplayer works
runner: linux
script:
  exe: rocket-league/Binaries/Linux/RocketLeague
  files:
  - game: https://archive.org/download/rclinux.tar/rclinux.tar.gz
  installer:
  - extract:
      dst: $GAMEDIR
      file: game
slug: rocket-league-old-client
steamid: 252950
version: old client
year: 2015
{
  "game_slug": "rocket-league",
  "version": "old client",
  "description": "This installs the old steam client",
  "notes": "Only local multiplayer works",
  "name": "Rocket League",
  "year": 2015,
  "steamid": 252950,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "linux",
  "slug": "rocket-league-old-client",
  "installer_slug": "rocket-league-old-client",
  "script": {
    "exe": "rocket-league/Binaries/Linux/RocketLeague",
    "files": [
      {
        "game": "https://archive.org/download/rclinux.tar/rclinux.tar.gz"
      }
    ],
    "installer": [
      {
        "extract": {
          "dst": "$GAMEDIR",
          "file": "game"
        }
      }
    ]
  }
}
Back to game