From 7b1876bf52c2cbc6a53b090fb0ca02027ce1c835 Mon Sep 17 00:00:00 2001 From: Michael Steenbeek Date: Mon, 15 Apr 2024 16:35:48 +0200 Subject: [PATCH] Correct title sequence path --- Building-OpenRCT2-on-Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-OpenRCT2-on-Linux.md b/Building-OpenRCT2-on-Linux.md index a4cbc44..6432d5a 100644 --- a/Building-OpenRCT2-on-Linux.md +++ b/Building-OpenRCT2-on-Linux.md @@ -122,7 +122,7 @@ Alternatively you can install these assets yourself. The following needs to sati * `$build/data/` has to have contents of `$repo/data/` * `$build/data/g2.dat` needs to exist. Build it using `make g2` and then copy it into `data`. * `$build/data/object` has to have the extracted contents from https://github.com/OpenRCT2/objects/releases - * (optional) `$build/data/title` has to have extracted contents from https://github.com/OpenRCT2/title-sequences/releases + * (optional) `$build/data/sequence` has to have extracted contents from https://github.com/OpenRCT2/title-sequences/releases `$XDG_CONFIG_HOME/OpenRCT2/` (or `~/.config/OpenRCT2/` in its absence) has to have `config.ini` with `game_path` set to an RCT install. `openrct2` will ask you for this directory when it first starts.