Skip to content

Commit 9c9d99e

Browse files
authored
Merge pull request #854 from cjakeman/manual-cached-files
fix: Updating manual to match PR 647
2 parents fc86323 + 027fac8 commit 9c9d99e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Source/Documentation/Manual/appendices.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ The following folders are also written to by Open Rails.
123123
Save images AppData\\Roaming\\Open Rails\\shunt_1 2021-07-18 19.46.35.png
124124
Replays AppData\\Roaming\\Open Rails\\shunt_1 2021-07-18 19.46.35.replay
125125
Evaluations AppData\\Roaming\\Open Rails\\shunt_1 2021-07-18 19.46.35.dbfeval
126-
Loading progress bar AppData\\Roaming\\Open Rails\\Load Cache\\3cd9... ...0ce2.dat
126+
Loading progress bar AppData\\Roaming\\Open Rails\\Cache\\Load\\3cd9... ...0ce2.cache-or
127+
Timetable path files AppData\\Roaming\\Open Rails\\Cache\\Path\\4ae2... ...4132.cache-or
127128
==================== ========================================================================================
128129

129130

Source/Documentation/Manual/timetable.rst

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -296,16 +296,15 @@ Special Rows
296296

297297
Large timetables can require many paths, and loading those paths can take
298298
considerable time (several minutes). To reduce this loading time, the paths
299-
can be stored in a processed, binary format. This format is the same as used
300-
in the 'save' command. Note that the binary path information cannot be
301-
directly accessed by the user, either for reading or for writing. When
302-
``/binary`` is set, the program will check if a binary path exists. If so, it
303-
will read that path. If not, it will read the 'normal' path, and will then
304-
store this as binary for future use. Binary paths are stored in a subdirectory
305-
named ``OpenRails`` which must be created in the Paths directory of the route.
299+
can be stored in files in a processed, binary format. When
300+
``/binary`` is set, the program will check if a binary path file exists.
301+
If so, it will read that path. If not, it will read the 'normal' path, and will then
302+
store this as a binary path file for future use.
306303

307304
Note: If a path or the route is edited, then the binary data will be out of date.
308305
If so, it is deleted and re-created automatically when the user starts the route.
306+
These files are stored in the same
307+
folder as Saves - see :ref:`Folders used by Open Rails <appendices-folders_used>`.
309308

310309
- ``#consist`` row
311310

0 commit comments

Comments
 (0)