Installer rollercoaster-tycoon-2-steam-openrct2

This script is for reference only and can't be directly used to install the game in the Lutris client. To install the game, download the full script.

files:
- engine: https://github.com/OpenRCT2/OpenRCT2/releases/download/v0.3.3/OpenRCT2-0.3.3-linux-x86_64.tar.gz
- gameassets: $STEAM:285330:/
game:
  exe: $GAMEDIR/openrct2
installer:
- merge:
    dst: $GAMEDIR
    src: gameassets
- extract:
    file: engine
    format: tgz
- chmodx: $GAMEDIR/openrct2
- mkdir: $HOME/.config/OpenRCT2/
- write_config:
    file: $HOME/.config/OpenRCT2/config.ini
    key: game_path
    section: general
    value: $GAMEDIR
{
  "files": [
    {
      "engine": "https://github.com/OpenRCT2/OpenRCT2/releases/download/v0.3.3/OpenRCT2-0.3.3-linux-x86_64.tar.gz"
    },
    {
      "gameassets": "$STEAM:285330:/"
    }
  ],
  "game": {
    "exe": "$GAMEDIR/openrct2"
  },
  "installer": [
    {
      "merge": {
        "dst": "$GAMEDIR",
        "src": "gameassets"
      }
    },
    {
      "extract": {
        "file": "engine",
        "format": "tgz"
      }
    },
    {
      "chmodx": "$GAMEDIR/openrct2"
    },
    {
      "mkdir": "$HOME/.config/OpenRCT2/"
    },
    {
      "write_config": {
        "file": "$HOME/.config/OpenRCT2/config.ini",
        "key": "game_path",
        "section": "general",
        "value": "$GAMEDIR"
      }
    }
  ]
}
Back to game