Installer re-volt-latest-rvgl

files:
- setup: https://gitlab.com/Medath/install_rvgl/raw/master/install_rvgl.py
game:
  exe: rvgl
installer:
- input_menu:
    description: What additional features do you want?
    id: BONUSPACKS
    options:
    - '0': Original (includes the base game with the original soundtrack)
    - '1': Basic (includes the base game without the soundtrack)
    - '2': Online (includes the base game, soundtrack, custom tracks and custom cars
        necessary for most multiplayer sessions)
    preselect: '0'
- chmodx: setup
- execute:
    args: install $GAMEDIR $INPUT_BONUSPACKS
    description: Installing game. Please be patient
    disable_runtime: true
    file: setup
- move:
    dst: $GAMEDIR/
    src: setup
require-binaries: wget, unzip, 7z
description: 'For multiplayer matches you might want to join the Re-Volt discord here:
  https://discord.gg/NMT4Xdb'
game_slug: re-volt
gogslug: revolt
humblestoreid: ''
installer_slug: re-volt-latest-rvgl
name: Re-Volt
notes: If you want to update the game after running this installer, click the browse
  files button on the right sidebar in lutris, open a terminal in that directory,
  and run "python3 install_rvgl.py"
runner: linux
script:
  files:
  - setup: https://gitlab.com/Medath/install_rvgl/raw/master/install_rvgl.py
  game:
    exe: rvgl
  installer:
  - input_menu:
      description: What additional features do you want?
      id: BONUSPACKS
      options:
      - '0': Original (includes the base game with the original soundtrack)
      - '1': Basic (includes the base game without the soundtrack)
      - '2': Online (includes the base game, soundtrack, custom tracks and custom
          cars necessary for most multiplayer sessions)
      preselect: '0'
  - chmodx: setup
  - execute:
      args: install $GAMEDIR $INPUT_BONUSPACKS
      description: Installing game. Please be patient
      disable_runtime: true
      file: setup
  - move:
      dst: $GAMEDIR/
      src: setup
  require-binaries: wget, unzip, 7z
slug: re-volt-latest-rvgl
steamid: 287310
version: Latest RVGL
year: 1999
{
  "game_slug": "re-volt",
  "version": "Latest RVGL",
  "description": "For multiplayer matches you might want to join the Re-Volt discord here: https://discord.gg/NMT4Xdb",
  "notes": "If you want to update the game after running this installer, click the browse files button on the right sidebar in lutris, open a terminal in that directory, and run \"python3 install_rvgl.py\"",
  "name": "Re-Volt",
  "year": 1999,
  "steamid": 287310,
  "gogslug": "revolt",
  "humblestoreid": "",
  "runner": "linux",
  "slug": "re-volt-latest-rvgl",
  "installer_slug": "re-volt-latest-rvgl",
  "script": {
    "files": [
      {
        "setup": "https://gitlab.com/Medath/install_rvgl/raw/master/install_rvgl.py"
      }
    ],
    "game": {
      "exe": "rvgl"
    },
    "installer": [
      {
        "input_menu": {
          "description": "What additional features do you want?",
          "id": "BONUSPACKS",
          "options": [
            {
              "0": "Original (includes the base game with the original soundtrack)"
            },
            {
              "1": "Basic (includes the base game without the soundtrack)"
            },
            {
              "2": "Online (includes the base game, soundtrack, custom tracks and custom cars necessary for most multiplayer sessions)"
            }
          ],
          "preselect": "0"
        }
      },
      {
        "chmodx": "setup"
      },
      {
        "execute": {
          "args": "install $GAMEDIR $INPUT_BONUSPACKS",
          "description": "Installing game. Please be patient",
          "file": "setup",
          "disable_runtime": true
        }
      },
      {
        "move": {
          "dst": "$GAMEDIR/",
          "src": "setup"
        }
      }
    ],
    "require-binaries": "wget, unzip, 7z"
  }
}
Back to game