@@ -141,22 +141,29 @@ This example has a base package for the Kuju stock stuff, an XTracks package and
141
141
...
142
142
143
143
## Paths and References
144
- Files in a package can contain references to files in the same or other packages. For example:
144
+ Files in a package can contain references to files in the same or other packages. For example,
145
+ a reference from one OR content package to another:
145
146
146
- /OR/SomePackage/Shapes/bungalow.s
147
+ /OR/SomePackage/Shapes/bungalow.shape-or
147
148
148
- refers to file
149
+ which might refer to physical file:
149
150
150
- C:\Users\Ryan\Open Rails\SomePackage.zip\SomePackage\Shapes\bungalow.s
151
+ C:\Users\Ryan\Open Rails\SomePackage.zip\SomePackage\Shapes\bungalow.shape-or
151
152
152
- Files in the MSTS-organised packages can continue to use legacy references such as:
153
+ A reference from one MSTS content package to another:
154
+
155
+ /MSTS/SomePackage/Shapes/bungalow.s
156
+
157
+ This also works as a reference from an OR content package to an MSTS one.
158
+
159
+ References from one MSTS content package to another may also use a legacy reference such as:
153
160
154
161
..\..\SomePackage\Shapes\bungalow.s
155
162
156
- but files in the OR-organised packages must start from the /OR root and may not use ".."
163
+ but files in the OR content packages must start from the /OR root and may not use ".."
157
164
158
165
159
166
### For OR assets that are inextricably linked with other assets (paths and activities vis-a-vis routes)
160
- An activity must be linked to a route. In OR packages, this will be achieved with a more restrictive reference:
167
+ An activity must be linked to a route. In OR packages, this constraint will be achieved with a more restrictive reference, such as :
161
168
162
169
"Route": "/OR/SomePackage/Routes/SomeRoute.route-or"
0 commit comments