@@ -296,16 +296,15 @@ Special Rows
296
296
297
297
Large timetables can require many paths, and loading those paths can take
298
298
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.
306
303
307
304
Note: If a path or the route is edited, then the binary data will be out of date.
308
305
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 >`.
309
308
310
309
- ``#consist `` row
311
310
0 commit comments