From 027fac86495b01e5103ce3a1f5e76dd30acb4a98 Mon Sep 17 00:00:00 2001 From: cjakeman Date: Fri, 21 Jul 2023 20:16:33 +0100 Subject: [PATCH] Updating manual to match PR 647 --- Source/Documentation/Manual/appendices.rst | 3 ++- Source/Documentation/Manual/timetable.rst | 13 ++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Source/Documentation/Manual/appendices.rst b/Source/Documentation/Manual/appendices.rst index 1d88c53241..8bb95fb62e 100644 --- a/Source/Documentation/Manual/appendices.rst +++ b/Source/Documentation/Manual/appendices.rst @@ -123,7 +123,8 @@ The following folders are also written to by Open Rails. Save images AppData\\Roaming\\Open Rails\\shunt_1 2021-07-18 19.46.35.png Replays AppData\\Roaming\\Open Rails\\shunt_1 2021-07-18 19.46.35.replay Evaluations AppData\\Roaming\\Open Rails\\shunt_1 2021-07-18 19.46.35.dbfeval - Loading progress bar AppData\\Roaming\\Open Rails\\Load Cache\\3cd9... ...0ce2.dat + Loading progress bar AppData\\Roaming\\Open Rails\\Cache\\Load\\3cd9... ...0ce2.cache-or + Timetable path files AppData\\Roaming\\Open Rails\\Cache\\Path\\4ae2... ...4132.cache-or ==================== ======================================================================================== diff --git a/Source/Documentation/Manual/timetable.rst b/Source/Documentation/Manual/timetable.rst index b0be5d9469..36d9e0f414 100644 --- a/Source/Documentation/Manual/timetable.rst +++ b/Source/Documentation/Manual/timetable.rst @@ -296,16 +296,15 @@ Special Rows Large timetables can require many paths, and loading those paths can take considerable time (several minutes). To reduce this loading time, the paths - can be stored in a processed, binary format. This format is the same as used - in the 'save' command. Note that the binary path information cannot be - directly accessed by the user, either for reading or for writing. When - ``/binary`` is set, the program will check if a binary path exists. If so, it - will read that path. If not, it will read the 'normal' path, and will then - store this as binary for future use. Binary paths are stored in a subdirectory - named ``OpenRails`` which must be created in the Paths directory of the route. + can be stored in files in a processed, binary format. When + ``/binary`` is set, the program will check if a binary path file exists. + If so, it will read that path. If not, it will read the 'normal' path, and will then + store this as a binary path file for future use. Note: If a path or the route is edited, then the binary data will be out of date. If so, it is deleted and re-created automatically when the user starts the route. + These files are stored in the same + folder as Saves - see :ref:`Folders used by Open Rails `. - ``#consist`` row