From fe213cee367df77d045795891652d4a2834fbf4f Mon Sep 17 00:00:00 2001 From: Krutonium <3945538+Krutonium@users.noreply.github.com> Date: Wed, 2 Jan 2019 03:44:51 -0500 Subject: [PATCH] Typos, Linux Path --- Replay-System.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Replay-System.md b/Replay-System.md index 5ea126c..5e1361e 100644 --- a/Replay-System.md +++ b/Replay-System.md @@ -1,7 +1,7 @@ OpenRCT2 has a replay system that allows you to record and replay game actions such as placing footpath or creating an entire coaster. This system can be used to create regression tests so previous fixed bugs will be caught if they somehow manage to slip in again. # Recording -The system will record every command such as placing footpath, creating a ride, modifying its attributes etc. To start a recording open the in-game console, then type +The system will record every command such as placing footpath, creating a ride, modifying its attributes etc. To start a recording, open the in-game console and type: ``` replay_startrecord example_recording ``` @@ -10,9 +10,10 @@ If you are done recording you can stop it via the console, just type: ``` replay_stoprecord ``` -That should create a file in your user data folder under in a folder called "replay", the file on a Windows machine would be located at: +That should create a file in your user data folder under in a folder called "replay", the file will be located at: ``` -%USERPROFILE%\Documents\OpenRCT2\replay\example_recording.sv6r +Windows: %USERPROFILE%\Documents\OpenRCT2\replay\example_recording.sv6r +Linux: ~/.config/OpenRCT2/replay/example_recording.sv6r ``` # Playback