Compare commits
11 Commits
ducktown-b
...
andrews-3m
| Author | SHA1 | Date | |
|---|---|---|---|
| 1a1f3a79e7 | |||
| 8938d38e02 | |||
| 49ee2933fb | |||
| e9dc5ddaa5 | |||
|
1e779b4c72
|
|||
|
78c784a174
|
|||
|
67c0d5f6ae
|
|||
|
8c7969f515
|
|||
|
4385034c7d
|
|||
|
6f06126b77
|
|||
|
18a9551275
|
@@ -1,4 +1,372 @@
|
||||
{
|
||||
"areas": {
|
||||
"andrews": {
|
||||
"industries": {
|
||||
"Andrews-Piggyback-Service": {
|
||||
"name": "Andrews Piggyback Service",
|
||||
"usesContract": true,
|
||||
"components": {
|
||||
"formula": {
|
||||
"type": "Model.Ops.FormulaicIndustryComponent",
|
||||
"name": "Andrews Piggyback Terminal",
|
||||
"carTypeFilter": "",
|
||||
"sharedStorage": true,
|
||||
"inputTermsPerDay": {
|
||||
"PiggyBack-Trailers": 2000000,
|
||||
"boxcar-parts": 100000,
|
||||
"boxcar-metal-stock": 150000,
|
||||
"boxcar-furniture": 15000
|
||||
},
|
||||
"outputTermsPerDay": {
|
||||
"PiggyBack-Trailers": 2000000
|
||||
}
|
||||
},
|
||||
"LT1": {
|
||||
"type": "Model.Ops.IndustryUnloader",
|
||||
"name": "Andrews Piggyback Terminal Unloading Tracks",
|
||||
"trackSpans": [ "EMB_ADW_PBT_L1", "EMB_ADW_PBT_L3" ],
|
||||
"carTypeFilter": "PBF*",
|
||||
"sharedStorage": true,
|
||||
"loadId": "PiggyBack-Trailers",
|
||||
"storageChangeRate": 0,
|
||||
"maxStorage": 5000000,
|
||||
"orderAroundEmpties": true,
|
||||
"carTransferRate": 5000000,
|
||||
"orderAroundLoaded": true
|
||||
},
|
||||
"LT2": {
|
||||
"type": "Model.Ops.IndustryLoader",
|
||||
"name": "Andrews Piggyback Terminal Loading Tracks",
|
||||
"trackSpans": [ "EMB_ADW_PBT_U2", "EMB_ADW_PBT_U4" ],
|
||||
"carTypeFilter": "PBF*",
|
||||
"sharedStorage": true,
|
||||
"loadId": "PiggyBack-Trailers",
|
||||
"storageChangeRate": 0,
|
||||
"maxStorage": 5000000,
|
||||
"orderAroundEmpties": true,
|
||||
"carTransferRate": 5000000,
|
||||
"orderAroundLoaded": true
|
||||
},
|
||||
"BU1": {
|
||||
"type": "Model.Ops.IndustryUnloader",
|
||||
"name": "Andrews Piggyback Terminal Boxcar Tracks",
|
||||
"trackSpans": [ "EMB_ADW_BXP_U1" ],
|
||||
"carTypeFilter": "XM",
|
||||
"sharedStorage": true,
|
||||
"loadId": "boxcar-parts",
|
||||
"storageChangeRate": 0,
|
||||
"maxStorage": 200000,
|
||||
"orderAroundEmpties": true,
|
||||
"carTransferRate": 50000,
|
||||
"orderAroundLoaded": true
|
||||
},
|
||||
"BU2": {
|
||||
"type": "Model.Ops.IndustryUnloader",
|
||||
"name": "Andrews Piggyback Terminal Boxcar Tracks",
|
||||
"trackSpans": [ "EMB_ADW_BXP_U1" ],
|
||||
"carTypeFilter": "XM",
|
||||
"sharedStorage": true,
|
||||
"loadId": "boxcar-metal-stock",
|
||||
"storageChangeRate": 0,
|
||||
"maxStorage": 400000,
|
||||
"orderAroundEmpties": true,
|
||||
"carTransferRate": 100000,
|
||||
"orderAroundLoaded": true
|
||||
},
|
||||
"BU3": {
|
||||
"type": "Model.Ops.IndustryUnloader",
|
||||
"name": "Andrews Piggyback Terminal Boxcar Tracks",
|
||||
"trackSpans": [ "EMB_ADW_BXP_U1" ],
|
||||
"carTypeFilter": "XM",
|
||||
"sharedStorage": true,
|
||||
"loadId": "boxcar-furniture",
|
||||
"storageChangeRate": 0,
|
||||
"maxStorage": 700000,
|
||||
"orderAroundEmpties": true,
|
||||
"carTransferRate": 75000,
|
||||
"orderAroundLoaded": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"loads": {},
|
||||
"texts": {},
|
||||
"scenery": {
|
||||
"EMBObject_A1": {
|
||||
"modelIdentifier": "EMBEndPlatform",
|
||||
"position": { "x": -27951.291, "y": 549.0, "z": -19977.365 },
|
||||
"rotation": { "x": 0.0, "y": 123.451, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"EMBObject_A2": {
|
||||
"modelIdentifier": "EMB10MPlatform",
|
||||
"position": { "x": -27965.894, "y": 549.0, "z": -19967.719 },
|
||||
"rotation": { "x": 0.0, "y": 123.451, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"EMBObject_A3": {
|
||||
"modelIdentifier": "EMB10MPlatform",
|
||||
"position": { "x": -27974.238, "y": 549.0, "z": -19962.207 },
|
||||
"rotation": { "x": 0.0, "y": 123.451, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"EMBObject_A4": {
|
||||
"modelIdentifier": "EMB10MPlatform",
|
||||
"position": { "x": -27982.584, "y": 549.0, "z": -19956.7 },
|
||||
"rotation": { "x": 0.0, "y": 123.451, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"EMBObject_A5": {
|
||||
"modelIdentifier": "EMB10MPlatform",
|
||||
"position": { "x": -27990.926, "y": 549.0, "z": -19951.18 },
|
||||
"rotation": { "x": 0.0, "y": 123.451, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"EMBObject_A6": {
|
||||
"modelIdentifier": "EMBEndPlatform",
|
||||
"position": { "x": -28005.527, "y": 549.0, "z": -19941.533 },
|
||||
"rotation": { "x": 0.0, "y": 303.451, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"EMBObject_A7": {
|
||||
"modelIdentifier": "EMBPBRamp2",
|
||||
"position": { "x": -27960.629, "y": 549.46, "z": -20012.424 },
|
||||
"rotation": { "x": 0.0, "y": 303.451, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"EMBObject_A8": {
|
||||
"modelIdentifier": "EMBPBRamp2",
|
||||
"position": { "x": -27970.994, "y": 549.46, "z": -20028.074 },
|
||||
"rotation": { "x": 0.0, "y": 303.451, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"EMBObject_A9": {
|
||||
"modelIdentifier": "telegraph-office",
|
||||
"position": { "x": -27941.348, "y": 548.78, "z": -19951.413 },
|
||||
"rotation": { "x": 0.0, "y": 123.451, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"EMBObject_AT1": {
|
||||
"modelIdentifier": "EMBATSF24PB",
|
||||
"position": { "x": -27971.034, "y": 548.83, "z": -19971.874 },
|
||||
"rotation": { "x": -0.7, "y": 213.451, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"EMBObject_AT2": {
|
||||
"modelIdentifier": "EMBATSF24PB",
|
||||
"position": { "x": -28012.752, "y": 548.83, "z": -19944.313 },
|
||||
"rotation": { "x": -0.7, "y": 213.451, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"EMBObject_AT3": {
|
||||
"modelIdentifier": "EMBPRR26PB",
|
||||
"position": { "x": -27993.451, "y": 549.79, "z": -19956.826 },
|
||||
"rotation": { "x": -0.1, "y": 213.451, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"EMBObject_AT4": {
|
||||
"modelIdentifier": "EMBPRR26PB",
|
||||
"position": { "x": -27973.426, "y": 549.79, "z": -19970.056 },
|
||||
"rotation": { "x": -0.1, "y": 213.451, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"EMBObject_AT5": {
|
||||
"modelIdentifier": "EMBSP22PB",
|
||||
"position": { "x": -27976.762, "y": 548.81, "z": -19967.852 },
|
||||
"rotation": { "x": -0.1, "y": 213.451, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"EMBObject_AT6": {
|
||||
"modelIdentifier": "EMBSP22PB",
|
||||
"position": { "x": -27997.621, "y": 548.81, "z": -19954.071 },
|
||||
"rotation": { "x": -0.1, "y": 213.451, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"EMBObject_AT7": {
|
||||
"modelIdentifier": "EMBATSF24PB",
|
||||
"position": { "x": -28010.248, "y": 548.83, "z": -19945.967 },
|
||||
"rotation": { "x": -0.7, "y": 213.451, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"EMBObject_AT8": {
|
||||
"modelIdentifier": "EMBPRR26PB",
|
||||
"position": { "x": -27951.733, "y": 549.79, "z": -19984.388 },
|
||||
"rotation": { "x": -0.1, "y": 213.451, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"EMBObject_AT9": {
|
||||
"modelIdentifier": "EMBSP22PB",
|
||||
"position": { "x": -27983.438, "y": 548.81, "z": -19963.442 },
|
||||
"rotation": { "x": -0.1, "y": 213.451, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"splineys": {
|
||||
"Andrews Track Road 1": {
|
||||
"handler": "StrangeCustoms.FlowyThingBuilder",
|
||||
"profile": "Railroader Paved Road",
|
||||
"style": "Road",
|
||||
"points": [
|
||||
{
|
||||
"position": { "x": -28098.132, "y": 548.8, "z": -19921.584 },
|
||||
"rotation": { "x": 0.0, "y": 123.451, "z": 0.0 },
|
||||
"width": 19.0
|
||||
},
|
||||
{
|
||||
"position": { "x": -27924.34, "y": 548.8, "z": -20036.408 },
|
||||
"rotation": { "x": 0.0, "y": 123.451, "z": 0.0 },
|
||||
"width": 19.0
|
||||
}
|
||||
]
|
||||
},
|
||||
"Andrews Track Road 2": {
|
||||
"handler": "StrangeCustoms.FlowyThingBuilder",
|
||||
"profile": "Railroader Paved Road",
|
||||
"style": "Road",
|
||||
"points": [
|
||||
{
|
||||
"position": { "x": -27934.7, "y": 548.8, "z": -20052.057 },
|
||||
"rotation": { "x": 0.0, "y": 303.451, "z": 0.0 },
|
||||
"width": 19.0
|
||||
},
|
||||
{
|
||||
"position": { "x": -28151.466, "y": 548.8, "z": -19908.85 },
|
||||
"rotation": { "x": 0.0, "y": 303.451, "z": 0.0 },
|
||||
"width": 19.0
|
||||
}
|
||||
]
|
||||
},
|
||||
"Andrews Track Road 3": {
|
||||
"handler": "StrangeCustoms.FlowyThingBuilder",
|
||||
"profile": "Railroader Paved Road",
|
||||
"style": "Road",
|
||||
"points": [
|
||||
{
|
||||
"position": { "x": -27913.987, "y": 548.8, "z": -20020.737 },
|
||||
"rotation": { "x": 0.0, "y": 303.451, "z": 0.0 },
|
||||
"width": 19.0
|
||||
},
|
||||
{
|
||||
"position": { "x": -28087.789, "y": 548.8, "z": -19905.916 },
|
||||
"rotation": { "x": 0.0, "y": 303.451, "z": 0.0 },
|
||||
"width": 19.0
|
||||
}
|
||||
]
|
||||
},
|
||||
"Andrews Track Road 4": {
|
||||
"handler": "StrangeCustoms.FlowyThingBuilder",
|
||||
"profile": "Railroader Paved Road",
|
||||
"style": "Road",
|
||||
"points": [
|
||||
{
|
||||
"position": { "x": -27903.79, "y": 548.8, "z": -20005.319 },
|
||||
"rotation": { "x": 0.0, "y": 303.451, "z": 0.0 },
|
||||
"width": 19.0
|
||||
},
|
||||
{
|
||||
"position": { "x": -28077.587, "y": 548.8, "z": -19890.499 },
|
||||
"rotation": { "x": 0.0, "y": 303.451, "z": 0.0 },
|
||||
"width": 19.0
|
||||
}
|
||||
]
|
||||
},
|
||||
"Andrews Track Road 5": {
|
||||
"handler": "StrangeCustoms.FlowyThingBuilder",
|
||||
"profile": "Railroader Paved Road",
|
||||
"style": "Road",
|
||||
"points": [
|
||||
{
|
||||
"position": { "x": -28059.547, "y": 548.8, "z": -19863.178 },
|
||||
"rotation": { "x": 0.0, "y": 123.451, "z": 0.0 },
|
||||
"width": 10.0
|
||||
},
|
||||
{
|
||||
"position": { "x": -27918.54, "y": 548.8, "z": -19956.334 },
|
||||
"rotation": { "x": 0.0, "y": 123.451, "z": 0.0 },
|
||||
"width": 10.0
|
||||
},
|
||||
{
|
||||
"position": { "x": -27907.09, "y": 548.8, "z": -19992.262 },
|
||||
"rotation": { "x": 0.0, "y": 221.451, "z": 0.0 },
|
||||
"width": 20.0
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"tracks": {
|
||||
"nodes": {
|
||||
"EMB_Node_hqeg": {
|
||||
@@ -563,374 +931,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"areas": {
|
||||
"andrews": {
|
||||
"industries": {
|
||||
"Andrews-Piggyback-Service": {
|
||||
"name": "Andrews Piggyback Service",
|
||||
"usesContract": true,
|
||||
"components": {
|
||||
"formula": {
|
||||
"type": "Model.Ops.FormulaicIndustryComponent",
|
||||
"name": "Andrews Piggyback Terminal",
|
||||
"carTypeFilter": "",
|
||||
"sharedStorage": true,
|
||||
"inputTermsPerDay": {
|
||||
"PiggyBack-Trailers": 2000000,
|
||||
"boxcar-parts": 100000,
|
||||
"boxcar-metal-stock": 200000,
|
||||
"boxcar-furniture": 15000
|
||||
},
|
||||
"outputTermsPerDay": {
|
||||
"PiggyBack-Trailers": 2000000
|
||||
}
|
||||
},
|
||||
"LT1": {
|
||||
"type": "Model.Ops.IndustryUnloader",
|
||||
"name": "Andrews Unloading Tracks",
|
||||
"trackSpans": [ "EMB_ADW_PBT_L1", "EMB_ADW_PBT_L3" ],
|
||||
"carTypeFilter": "PBF*",
|
||||
"sharedStorage": true,
|
||||
"loadId": "PiggyBack-Trailers",
|
||||
"storageChangeRate": 0,
|
||||
"maxStorage": 5000000,
|
||||
"orderAroundEmpties": true,
|
||||
"carTransferRate": 2000000,
|
||||
"orderAroundLoaded": true
|
||||
},
|
||||
"LT2": {
|
||||
"type": "Model.Ops.IndustryLoader",
|
||||
"name": "Andrews Loading Tracks",
|
||||
"trackSpans": [ "EMB_ADW_PBT_U2", "EMB_ADW_PBT_U4" ],
|
||||
"carTypeFilter": "PBF*",
|
||||
"sharedStorage": true,
|
||||
"loadId": "PiggyBack-Trailers",
|
||||
"storageChangeRate": 0,
|
||||
"maxStorage": 5000000,
|
||||
"orderAroundEmpties": true,
|
||||
"carTransferRate": 2000000,
|
||||
"orderAroundLoaded": true
|
||||
},
|
||||
"BU1": {
|
||||
"type": "Model.Ops.IndustryUnloader",
|
||||
"name": "Andrews Boxcar Tracks",
|
||||
"trackSpans": [ "EMB_ADW_BXP_U1" ],
|
||||
"carTypeFilter": "XM",
|
||||
"sharedStorage": true,
|
||||
"loadId": "boxcar-parts",
|
||||
"storageChangeRate": 0,
|
||||
"maxStorage": 200000,
|
||||
"orderAroundEmpties": true,
|
||||
"carTransferRate": 50000,
|
||||
"orderAroundLoaded": true
|
||||
},
|
||||
"BU2": {
|
||||
"type": "Model.Ops.IndustryUnloader",
|
||||
"name": "Andrews Boxcar Tracks",
|
||||
"trackSpans": [ "EMB_ADW_BXP_U1" ],
|
||||
"carTypeFilter": "XM",
|
||||
"sharedStorage": true,
|
||||
"loadId": "boxcar-metal-stock",
|
||||
"storageChangeRate": 0,
|
||||
"maxStorage": 400000,
|
||||
"orderAroundEmpties": true,
|
||||
"carTransferRate": 100000,
|
||||
"orderAroundLoaded": true
|
||||
},
|
||||
"BU3": {
|
||||
"type": "Model.Ops.IndustryUnloader",
|
||||
"name": "Andrews Boxcar Tracks",
|
||||
"trackSpans": [ "EMB_ADW_BXP_U1" ],
|
||||
"carTypeFilter": "XM",
|
||||
"sharedStorage": true,
|
||||
"loadId": "boxcar-furniture",
|
||||
"storageChangeRate": 0,
|
||||
"maxStorage": 700000,
|
||||
"orderAroundEmpties": true,
|
||||
"carTransferRate": 75000,
|
||||
"orderAroundLoaded": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"loads": {},
|
||||
"texts": {},
|
||||
"scenery": {
|
||||
"EMBObject_A1": {
|
||||
"modelIdentifier": "EMBEndPlatform",
|
||||
"position": { "x": -27951.291, "y": 549.0, "z": -19977.365 },
|
||||
"rotation": { "x": 0.0, "y": 123.451, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"EMBObject_A2": {
|
||||
"modelIdentifier": "EMB10MPlatform",
|
||||
"position": { "x": -27965.894, "y": 549.0, "z": -19967.719 },
|
||||
"rotation": { "x": 0.0, "y": 123.451, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"EMBObject_A3": {
|
||||
"modelIdentifier": "EMB10MPlatform",
|
||||
"position": { "x": -27974.238, "y": 549.0, "z": -19962.207 },
|
||||
"rotation": { "x": 0.0, "y": 123.451, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"EMBObject_A4": {
|
||||
"modelIdentifier": "EMB10MPlatform",
|
||||
"position": { "x": -27982.584, "y": 549.0, "z": -19956.7 },
|
||||
"rotation": { "x": 0.0, "y": 123.451, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"EMBObject_A5": {
|
||||
"modelIdentifier": "EMB10MPlatform",
|
||||
"position": { "x": -27990.926, "y": 549.0, "z": -19951.18 },
|
||||
"rotation": { "x": 0.0, "y": 123.451, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"EMBObject_A6": {
|
||||
"modelIdentifier": "EMBEndPlatform",
|
||||
"position": { "x": -28005.527, "y": 549.0, "z": -19941.533 },
|
||||
"rotation": { "x": 0.0, "y": 303.451, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"EMBObject_A7": {
|
||||
"modelIdentifier": "EMBPBRamp2",
|
||||
"position": { "x": -27960.629, "y": 549.46, "z": -20012.424 },
|
||||
"rotation": { "x": 0.0, "y": 303.451, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"EMBObject_A8": {
|
||||
"modelIdentifier": "EMBPBRamp2",
|
||||
"position": { "x": -27970.994, "y": 549.46, "z": -20028.074 },
|
||||
"rotation": { "x": 0.0, "y": 303.451, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"EMBObject_A9": {
|
||||
"modelIdentifier": "telegraph-office",
|
||||
"position": { "x": -27941.348, "y": 548.78, "z": -19951.413 },
|
||||
"rotation": { "x": 0.0, "y": 123.451, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"EMBObject_AT1": {
|
||||
"modelIdentifier": "EMBATSF24PB",
|
||||
"position": { "x": -27971.034, "y": 548.83, "z": -19971.874 },
|
||||
"rotation": { "x": -0.7, "y": 213.451, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"EMBObject_AT2": {
|
||||
"modelIdentifier": "EMBATSF24PB",
|
||||
"position": { "x": -28012.752, "y": 548.83, "z": -19944.313 },
|
||||
"rotation": { "x": -0.7, "y": 213.451, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"EMBObject_AT3": {
|
||||
"modelIdentifier": "EMBPRR26PB",
|
||||
"position": { "x": -27993.451, "y": 549.79, "z": -19956.826 },
|
||||
"rotation": { "x": -0.1, "y": 213.451, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"EMBObject_AT4": {
|
||||
"modelIdentifier": "EMBPRR26PB",
|
||||
"position": { "x": -27973.426, "y": 549.79, "z": -19970.056 },
|
||||
"rotation": { "x": -0.1, "y": 213.451, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"EMBObject_AT5": {
|
||||
"modelIdentifier": "EMBSP22PB",
|
||||
"position": { "x": -27976.762, "y": 548.81, "z": -19967.852 },
|
||||
"rotation": { "x": -0.1, "y": 213.451, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"EMBObject_AT6": {
|
||||
"modelIdentifier": "EMBSP22PB",
|
||||
"position": { "x": -27997.621, "y": 548.81, "z": -19954.071 },
|
||||
"rotation": { "x": -0.1, "y": 213.451, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"EMBObject_AT7": {
|
||||
"modelIdentifier": "EMBATSF24PB",
|
||||
"position": { "x": -28010.248, "y": 548.83, "z": -19945.967 },
|
||||
"rotation": { "x": -0.7, "y": 213.451, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"EMBObject_AT8": {
|
||||
"modelIdentifier": "EMBPRR26PB",
|
||||
"position": { "x": -27951.733, "y": 549.79, "z": -19984.388 },
|
||||
"rotation": { "x": -0.1, "y": 213.451, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"EMBObject_AT9": {
|
||||
"modelIdentifier": "EMBSP22PB",
|
||||
"position": { "x": -27983.438, "y": 548.81, "z": -19963.442 },
|
||||
"rotation": { "x": -0.1, "y": 213.451, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"splineys": {
|
||||
"Andrews Track Road 1": {
|
||||
"handler": "StrangeCustoms.FlowyThingBuilder",
|
||||
"profile": "Railroader Paved Road",
|
||||
"style": "Road",
|
||||
"points": [
|
||||
{
|
||||
"position": { "x": -28098.132, "y": 548.8, "z": -19921.584 },
|
||||
"rotation": { "x": 0.0, "y": 123.451, "z": 0.0 },
|
||||
"width": 19.0
|
||||
},
|
||||
{
|
||||
"position": { "x": -27924.34, "y": 548.8, "z": -20036.408 },
|
||||
"rotation": { "x": 0.0, "y": 123.451, "z": 0.0 },
|
||||
"width": 19.0
|
||||
}
|
||||
]
|
||||
},
|
||||
"Andrews Track Road 2": {
|
||||
"handler": "StrangeCustoms.FlowyThingBuilder",
|
||||
"profile": "Railroader Paved Road",
|
||||
"style": "Road",
|
||||
"points": [
|
||||
{
|
||||
"position": { "x": -27934.7, "y": 548.8, "z": -20052.057 },
|
||||
"rotation": { "x": 0.0, "y": 303.451, "z": 0.0 },
|
||||
"width": 19.0
|
||||
},
|
||||
{
|
||||
"position": { "x": -28151.466, "y": 548.8, "z": -19908.85 },
|
||||
"rotation": { "x": 0.0, "y": 303.451, "z": 0.0 },
|
||||
"width": 19.0
|
||||
}
|
||||
]
|
||||
},
|
||||
"Andrews Track Road 3": {
|
||||
"handler": "StrangeCustoms.FlowyThingBuilder",
|
||||
"profile": "Railroader Paved Road",
|
||||
"style": "Road",
|
||||
"points": [
|
||||
{
|
||||
"position": { "x": -27913.987, "y": 548.8, "z": -20020.737 },
|
||||
"rotation": { "x": 0.0, "y": 303.451, "z": 0.0 },
|
||||
"width": 19.0
|
||||
},
|
||||
{
|
||||
"position": { "x": -28087.789, "y": 548.8, "z": -19905.916 },
|
||||
"rotation": { "x": 0.0, "y": 303.451, "z": 0.0 },
|
||||
"width": 19.0
|
||||
}
|
||||
]
|
||||
},
|
||||
"Andrews Track Road 4": {
|
||||
"handler": "StrangeCustoms.FlowyThingBuilder",
|
||||
"profile": "Railroader Paved Road",
|
||||
"style": "Road",
|
||||
"points": [
|
||||
{
|
||||
"position": { "x": -27903.79, "y": 548.8, "z": -20005.319 },
|
||||
"rotation": { "x": 0.0, "y": 303.451, "z": 0.0 },
|
||||
"width": 19.0
|
||||
},
|
||||
{
|
||||
"position": { "x": -28077.587, "y": 548.8, "z": -19890.499 },
|
||||
"rotation": { "x": 0.0, "y": 303.451, "z": 0.0 },
|
||||
"width": 19.0
|
||||
}
|
||||
]
|
||||
},
|
||||
"Andrews Track Road 5": {
|
||||
"handler": "StrangeCustoms.FlowyThingBuilder",
|
||||
"profile": "Railroader Paved Road",
|
||||
"style": "Road",
|
||||
"points": [
|
||||
{
|
||||
"position": { "x": -28059.547, "y": 548.8, "z": -19863.178 },
|
||||
"rotation": { "x": 0.0, "y": 123.451, "z": 0.0 },
|
||||
"width": 10.0
|
||||
},
|
||||
{
|
||||
"position": { "x": -27918.54, "y": 548.8, "z": -19956.334 },
|
||||
"rotation": { "x": 0.0, "y": 123.451, "z": 0.0 },
|
||||
"width": 10.0
|
||||
},
|
||||
{
|
||||
"position": { "x": -27907.09, "y": 548.8, "z": -19992.262 },
|
||||
"rotation": { "x": 0.0, "y": 221.451, "z": 0.0 },
|
||||
"width": 20.0
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"simpleGraphs": {},
|
||||
"mandelas": {}
|
||||
}
|
||||
@@ -8,7 +8,7 @@
|
||||
"components": {
|
||||
"ALT1": {
|
||||
"type": "Model.Ops.IndustryUnloader",
|
||||
"name": "Andrews Unloading Tracks",
|
||||
"name": "Andrews Piggyback Terminal Unloading Tracks",
|
||||
"trackSpans": [ "EMB_ADW_PBT_L1", "EMB_ADW_PBT_L3" ],
|
||||
"carTypeFilter": "PBF*",
|
||||
"sharedStorage": true,
|
||||
@@ -21,7 +21,7 @@
|
||||
},
|
||||
"ALT2": {
|
||||
"type": "Model.Ops.IndustryLoader",
|
||||
"name": "Andrews Loading Tracks",
|
||||
"name": "Andrews Piggyback Terminal Loading Tracks",
|
||||
"trackSpans": [ "EMB_ADW_PBT_U2", "EMB_ADW_PBT_U4" ],
|
||||
"carTypeFilter": "PBF*",
|
||||
"sharedStorage": false,
|
||||
@@ -34,7 +34,7 @@
|
||||
},
|
||||
"SLT1": {
|
||||
"type": "Model.Ops.IndustryUnloader",
|
||||
"name": "Sylva Unloading Tracks",
|
||||
"name": "Sylva Piggyback Terminal Unloading Tracks",
|
||||
"trackSpans": [ "EMB_SVA_PBT_U2", "EMB_SVA_PBT_U3" ],
|
||||
"carTypeFilter": "PBF*",
|
||||
"sharedStorage": false,
|
||||
@@ -47,7 +47,7 @@
|
||||
},
|
||||
"SLT2": {
|
||||
"type": "Model.Ops.IndustryLoader",
|
||||
"name": "Sylva Loading Tracks",
|
||||
"name": "Sylva Piggyback Terminal Loading Tracks",
|
||||
"trackSpans": [ "EMB_SVA_PBT_L1", "EMB_SVA_PBT_L4" ],
|
||||
"carTypeFilter": "PBF*",
|
||||
"sharedStorage": false,
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"manifestVersion": 5,
|
||||
"id": "Embedded.PiggyBackInd",
|
||||
"name": "Embeddeds Piggyback Andrews/Sylva Industries",
|
||||
"version": "1.2.01",
|
||||
"version": "1.5",
|
||||
"requires": [
|
||||
"Zamu.StrangeCustoms", "Embedded.PiggyBackBase"
|
||||
],
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
"inputTermsPerDay": {
|
||||
"PiggyBack-Trailers": 2000000,
|
||||
"boxcar-parts": 100000,
|
||||
"boxcar-metal-stock": 200000,
|
||||
"boxcar-metal-stock": 150000,
|
||||
"boxcar-furniture": 15000
|
||||
},
|
||||
"outputTermsPerDay": {
|
||||
@@ -23,7 +23,7 @@
|
||||
},
|
||||
"LT1": {
|
||||
"type": "Model.Ops.IndustryUnloader",
|
||||
"name": "Sylva Unloading Tracks",
|
||||
"name": "Sylva Piggyback Terminal Unloading Tracks",
|
||||
"trackSpans": [
|
||||
"EMB_SVA_PBT_L1",
|
||||
"EMB_SVA_PBT_L4"
|
||||
@@ -34,12 +34,12 @@
|
||||
"storageChangeRate": 0,
|
||||
"maxStorage": 5000000,
|
||||
"orderAroundEmpties": true,
|
||||
"carTransferRate": 2000000,
|
||||
"carTransferRate": 5000000,
|
||||
"orderAroundLoaded": true
|
||||
},
|
||||
"LT2": {
|
||||
"type": "Model.Ops.IndustryLoader",
|
||||
"name": "Sylva Loading Tracks",
|
||||
"name": "Sylva Piggyback Terminal Loading Tracks",
|
||||
"trackSpans": [
|
||||
"EMB_SVA_PBT_U2",
|
||||
"EMB_SVA_PBT_U3"
|
||||
@@ -50,12 +50,12 @@
|
||||
"storageChangeRate": 0,
|
||||
"maxStorage": 5000000,
|
||||
"orderAroundEmpties": true,
|
||||
"carTransferRate": 2000000,
|
||||
"carTransferRate": 5000000,
|
||||
"orderAroundLoaded": true
|
||||
},
|
||||
"BU1": {
|
||||
"type": "Model.Ops.IndustryUnloader",
|
||||
"name": "Sylva Boxcar Tracks",
|
||||
"name": "Sylva Piggyback Terminal Boxcar Tracks",
|
||||
"trackSpans": [
|
||||
"EMB_SVA_BXP_U1"
|
||||
],
|
||||
@@ -70,7 +70,7 @@
|
||||
},
|
||||
"BU2": {
|
||||
"type": "Model.Ops.IndustryUnloader",
|
||||
"name": "Sylva Boxcar Tracks",
|
||||
"name": "Sylva Piggyback Terminal Boxcar Tracks",
|
||||
"trackSpans": [
|
||||
"EMB_SVA_BXP_U1"
|
||||
],
|
||||
@@ -85,7 +85,7 @@
|
||||
},
|
||||
"BU3": {
|
||||
"type": "Model.Ops.IndustryUnloader",
|
||||
"name": "Sylva Boxcar Tracks",
|
||||
"name": "Sylva Piggyback Terminal Boxcar Tracks",
|
||||
"trackSpans": [
|
||||
"EMB_SVA_BXP_U1"
|
||||
],
|
||||
@@ -102,6 +102,188 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"scenery": {
|
||||
"EMB Object S1": {
|
||||
"modelIdentifier": "EMBPBRamp2",
|
||||
"position": { "x": 24425.890, "y": 618.519, "z": -700.013 },
|
||||
"rotation": { "x": 0.000, "y": 235.193, "z": 0.000 },
|
||||
"scale": { "x": 1.000, "y": 1.000, "z": 1.000 }
|
||||
},
|
||||
"EMB Object S2": {
|
||||
"modelIdentifier": "EMBPBRamp2",
|
||||
"position": { "x": 24383.860, "y": 618.519, "z": -648.691 },
|
||||
"rotation": { "x": 0.000, "y": 220.193, "z": 0.000 },
|
||||
"scale": { "x": 1.000, "y": 1.000, "z": 1.000 }
|
||||
},
|
||||
"EMB Object S3": {
|
||||
"modelIdentifier": "EMBEndPlatform",
|
||||
"position": { "x": 24383.004, "y": 618.100, "z": -787.358 },
|
||||
"rotation": { "x": 0.000, "y": 266.193, "z": 0.000 },
|
||||
"scale": { "x": 1.000, "y": 1.000, "z": 1.000 }
|
||||
},
|
||||
"EMB Object S4": {
|
||||
"modelIdentifier": "EMBMidPlatform",
|
||||
"position": { "x": 24407.950, "y": 618.100, "z": -785.698 },
|
||||
"rotation": { "x": 0.000, "y": 86.193, "z": 0.000 },
|
||||
"scale": { "x": 1.000, "y": 1.000, "z": 1.000 }
|
||||
},
|
||||
"EMB Object S5": {
|
||||
"modelIdentifier": "EMBMidPlatform",
|
||||
"position": { "x": 24432.894, "y": 618.100, "z": -784.038 },
|
||||
"rotation": { "x": 0.000, "y": 86.193, "z": 0.000 },
|
||||
"scale": { "x": 1.000, "y": 1.000, "z": 1.000 }
|
||||
},
|
||||
"EMB Object S6": {
|
||||
"modelIdentifier": "EMBEndPlatform",
|
||||
"position": { "x": 24457.838, "y": 618.100, "z": -782.379 },
|
||||
"rotation": { "x": 0.000, "y": 86.193, "z": 0.000 },
|
||||
"scale": { "x": 1.000, "y": 1.000, "z": 1.000 }
|
||||
},
|
||||
"EMB Object ST1": {
|
||||
"modelIdentifier": "EMBPRR26PB",
|
||||
"position": { "x": 24457.428, "y": 618.860, "z": -776.193 },
|
||||
"rotation": { "x": 0.000, "y": 356.193, "z": 0.000 },
|
||||
"scale": { "x": 1.000, "y": 1.000, "z": 1.000 }
|
||||
},
|
||||
"EMB Object ST2": {
|
||||
"modelIdentifier": "EMBSP22PB",
|
||||
"position": { "x": 24447.450, "y": 617.880, "z": -776.857 },
|
||||
"rotation": { "x": 0.000, "y": 356.193, "z": 0.000 },
|
||||
"scale": { "x": 1.000, "y": 1.000, "z": 1.000 }
|
||||
},
|
||||
"EMB Object ST3": {
|
||||
"modelIdentifier": "EMBPRR26PB",
|
||||
"position": { "x": 24444.456, "y": 618.870, "z": -777.055 },
|
||||
"rotation": { "x": -0.600, "y": 356.193, "z": 0.000 },
|
||||
"scale": { "x": 1.000, "y": 1.000, "z": 1.000 }
|
||||
},
|
||||
"EMB Object ST4": {
|
||||
"modelIdentifier": "EMBATSF24PB",
|
||||
"position": { "x": 24414.510, "y": 617.910, "z": -778.848 },
|
||||
"rotation": { "x": -0.600, "y": 356.193, "z": 0.000 },
|
||||
"scale": { "x": 1.000, "y": 1.000, "z": 1.000 }
|
||||
},
|
||||
"EMB Object ST5": {
|
||||
"modelIdentifier": "EMBATSF24PB",
|
||||
"position": { "x": 24394.554, "y": 617.910, "z": -780.176 },
|
||||
"rotation": { "x": -0.600, "y": 356.193, "z": 0.000 },
|
||||
"scale": { "x": 1.000, "y": 1.000, "z": 1.000 }
|
||||
},
|
||||
"EMB Object ST6": {
|
||||
"modelIdentifier": "EMBSP22PB",
|
||||
"position": { "x": 24384.597, "y": 617.870, "z": -781.140 },
|
||||
"rotation": { "x": -0.400, "y": 356.193, "z": 0.000 },
|
||||
"scale": { "x": 1.000, "y": 1.000, "z": 1.000 }
|
||||
}
|
||||
},
|
||||
"splineys": {
|
||||
"EMB Bridge S1": {
|
||||
"handler": "StrangeCustoms.AutoTrestleBuilder",
|
||||
"points": [
|
||||
{
|
||||
"position": { "x": 24125.002, "y": 617.772, "z": -840.093 },
|
||||
"rotation": { "x": 0.000, "y": 50.193, "z": 0.000 }
|
||||
},
|
||||
{
|
||||
"position": { "x": 24039.785, "y": 617.502, "z": -907.428 },
|
||||
"rotation": { "x": -0.499, "y": 66.184, "z": -0.009 }
|
||||
}
|
||||
],
|
||||
"headstyle": "bent",
|
||||
"tailstyle": "bent"
|
||||
},
|
||||
"EMB Road S1": {
|
||||
"handler": "StrangeCustoms.FlowyThingBuilder",
|
||||
"profile": "Railroader Paved Road",
|
||||
"style": "Road",
|
||||
"points": [
|
||||
{
|
||||
"position": { "x": 24376.520, "y": 617.872, "z": -657.374 },
|
||||
"rotation": { "x": 0.000, "y": 40.193, "z": 0.000 },
|
||||
"width": 10.000
|
||||
},
|
||||
{
|
||||
"position": { "x": 24388.783, "y": 617.872, "z": -642.860 },
|
||||
"rotation": { "x": 0.000, "y": 40.193, "z": 0.000 },
|
||||
"width": 34.000
|
||||
},
|
||||
{
|
||||
"position": { "x": 24400.367, "y": 617.872, "z": -629.151 },
|
||||
"rotation": { "x": 0.000, "y": 40.193, "z": 0.000 },
|
||||
"width": 34.000
|
||||
},
|
||||
{
|
||||
"position": { "x": 24452.775, "y": 617.872, "z": -638.954 },
|
||||
"rotation": { "x": 0.000, "y": 160.193, "z": 0.000 },
|
||||
"width": 29.000
|
||||
},
|
||||
{
|
||||
"position": { "x": 24474.273, "y": 617.872, "z": -704.549 },
|
||||
"rotation": { "x": 0.000, "y": 160.193, "z": 0.000 },
|
||||
"width": 29.000
|
||||
},
|
||||
{
|
||||
"position": { "x": 24519.011, "y": 618.072, "z": -746.900 },
|
||||
"rotation": { "x": 0.000, "y": 105.193, "z": 0.000 },
|
||||
"width": 24.000
|
||||
},
|
||||
{
|
||||
"position": { "x": 24574.018, "y": 619.372, "z": -761.839 },
|
||||
"rotation": { "x": -1.000, "y": 104.193, "z": 0.000 },
|
||||
"width": 14.000
|
||||
},
|
||||
{
|
||||
"position": { "x": 24608.071, "y": 620.452, "z": -774.306 },
|
||||
"rotation": { "x": 0.000, "y": 119.193, "z": -1.000 },
|
||||
"width": 6.800
|
||||
}
|
||||
]
|
||||
},
|
||||
"EMB Road S2": {
|
||||
"handler": "StrangeCustoms.FlowyThingBuilder",
|
||||
"profile": "Railroader Paved Road",
|
||||
"style": "Road",
|
||||
"points": [
|
||||
{
|
||||
"position": { "x": 24416.553, "y": 617.872, "z": -706.502 },
|
||||
"rotation": { "x": 0.000, "y": 55.193, "z": 0.000 },
|
||||
"width": 10.000
|
||||
},
|
||||
{
|
||||
"position": { "x": 24430.818, "y": 617.872, "z": -696.587 },
|
||||
"rotation": { "x": 0.000, "y": 55.193, "z": 0.000 },
|
||||
"width": 29.000
|
||||
},
|
||||
{
|
||||
"position": { "x": 24453.148, "y": 617.872, "z": -685.950 },
|
||||
"rotation": { "x": 1.000, "y": 72.693, "z": 0.000 },
|
||||
"width": 35.000
|
||||
}
|
||||
]
|
||||
},
|
||||
"EMB Road S3": {
|
||||
"handler": "StrangeCustoms.FlowyThingBuilder",
|
||||
"profile": "Railroader Paved Road",
|
||||
"style": "Road",
|
||||
"points": [
|
||||
{
|
||||
"position": { "x": 24357.685, "y": 617.872, "z": -774.419 },
|
||||
"rotation": { "x": 0.000, "y": 86.193, "z": 0.000 },
|
||||
"width": 25.000
|
||||
},
|
||||
{
|
||||
"position": { "x": 24470.164, "y": 617.872, "z": -766.847 },
|
||||
"rotation": { "x": 0.000, "y": 86.193, "z": 0.000 },
|
||||
"width": 25.000
|
||||
},
|
||||
{
|
||||
"position": { "x": 24500.321, "y": 617.972, "z": -748.670 },
|
||||
"rotation": { "x": 0.000, "y": 21.193, "z": 0.000 },
|
||||
"width": 25.000
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"loads": {
|
||||
},
|
||||
@@ -698,188 +880,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"scenery": {
|
||||
"EMB Object S1": {
|
||||
"modelIdentifier": "EMBPBRamp2",
|
||||
"position": { "x": 24425.890, "y": 618.519, "z": -700.013 },
|
||||
"rotation": { "x": 0.000, "y": 235.193, "z": 0.000 },
|
||||
"scale": { "x": 1.000, "y": 1.000, "z": 1.000 }
|
||||
},
|
||||
"EMB Object S2": {
|
||||
"modelIdentifier": "EMBPBRamp2",
|
||||
"position": { "x": 24383.860, "y": 618.519, "z": -648.691 },
|
||||
"rotation": { "x": 0.000, "y": 220.193, "z": 0.000 },
|
||||
"scale": { "x": 1.000, "y": 1.000, "z": 1.000 }
|
||||
},
|
||||
"EMB Object S3": {
|
||||
"modelIdentifier": "EMBEndPlatform",
|
||||
"position": { "x": 24383.004, "y": 618.100, "z": -787.358 },
|
||||
"rotation": { "x": 0.000, "y": 266.193, "z": 0.000 },
|
||||
"scale": { "x": 1.000, "y": 1.000, "z": 1.000 }
|
||||
},
|
||||
"EMB Object S4": {
|
||||
"modelIdentifier": "EMBMidPlatform",
|
||||
"position": { "x": 24407.950, "y": 618.100, "z": -785.698 },
|
||||
"rotation": { "x": 0.000, "y": 86.193, "z": 0.000 },
|
||||
"scale": { "x": 1.000, "y": 1.000, "z": 1.000 }
|
||||
},
|
||||
"EMB Object S5": {
|
||||
"modelIdentifier": "EMBMidPlatform",
|
||||
"position": { "x": 24432.894, "y": 618.100, "z": -784.038 },
|
||||
"rotation": { "x": 0.000, "y": 86.193, "z": 0.000 },
|
||||
"scale": { "x": 1.000, "y": 1.000, "z": 1.000 }
|
||||
},
|
||||
"EMB Object S6": {
|
||||
"modelIdentifier": "EMBEndPlatform",
|
||||
"position": { "x": 24457.838, "y": 618.100, "z": -782.379 },
|
||||
"rotation": { "x": 0.000, "y": 86.193, "z": 0.000 },
|
||||
"scale": { "x": 1.000, "y": 1.000, "z": 1.000 }
|
||||
},
|
||||
"EMB Object ST1": {
|
||||
"modelIdentifier": "EMBPRR26PB",
|
||||
"position": { "x": 24457.428, "y": 618.860, "z": -776.193 },
|
||||
"rotation": { "x": 0.000, "y": 356.193, "z": 0.000 },
|
||||
"scale": { "x": 1.000, "y": 1.000, "z": 1.000 }
|
||||
},
|
||||
"EMB Object ST2": {
|
||||
"modelIdentifier": "EMBSP22PB",
|
||||
"position": { "x": 24447.450, "y": 617.880, "z": -776.857 },
|
||||
"rotation": { "x": 0.000, "y": 356.193, "z": 0.000 },
|
||||
"scale": { "x": 1.000, "y": 1.000, "z": 1.000 }
|
||||
},
|
||||
"EMB Object ST3": {
|
||||
"modelIdentifier": "EMBPRR26PB",
|
||||
"position": { "x": 24444.456, "y": 618.870, "z": -777.055 },
|
||||
"rotation": { "x": -0.600, "y": 356.193, "z": 0.000 },
|
||||
"scale": { "x": 1.000, "y": 1.000, "z": 1.000 }
|
||||
},
|
||||
"EMB Object ST4": {
|
||||
"modelIdentifier": "EMBATSF24PB",
|
||||
"position": { "x": 24414.510, "y": 617.910, "z": -778.848 },
|
||||
"rotation": { "x": -0.600, "y": 356.193, "z": 0.000 },
|
||||
"scale": { "x": 1.000, "y": 1.000, "z": 1.000 }
|
||||
},
|
||||
"EMB Object ST5": {
|
||||
"modelIdentifier": "EMBATSF24PB",
|
||||
"position": { "x": 24394.554, "y": 617.910, "z": -780.176 },
|
||||
"rotation": { "x": -0.600, "y": 356.193, "z": 0.000 },
|
||||
"scale": { "x": 1.000, "y": 1.000, "z": 1.000 }
|
||||
},
|
||||
"EMB Object ST6": {
|
||||
"modelIdentifier": "EMBSP22PB",
|
||||
"position": { "x": 24384.597, "y": 617.870, "z": -781.140 },
|
||||
"rotation": { "x": -0.400, "y": 356.193, "z": 0.000 },
|
||||
"scale": { "x": 1.000, "y": 1.000, "z": 1.000 }
|
||||
}
|
||||
},
|
||||
"splineys": {
|
||||
"EMB Bridge S1": {
|
||||
"handler": "StrangeCustoms.AutoTrestleBuilder",
|
||||
"points": [
|
||||
{
|
||||
"position": { "x": 24125.002, "y": 617.772, "z": -840.093 },
|
||||
"rotation": { "x": 0.000, "y": 50.193, "z": 0.000 }
|
||||
},
|
||||
{
|
||||
"position": { "x": 24039.785, "y": 617.502, "z": -907.428 },
|
||||
"rotation": { "x": -0.499, "y": 66.184, "z": -0.009 }
|
||||
}
|
||||
],
|
||||
"headstyle": "bent",
|
||||
"tailstyle": "bent"
|
||||
},
|
||||
"EMB Road S1": {
|
||||
"handler": "StrangeCustoms.FlowyThingBuilder",
|
||||
"profile": "Railroader Paved Road",
|
||||
"style": "Road",
|
||||
"points": [
|
||||
{
|
||||
"position": { "x": 24376.520, "y": 617.872, "z": -657.374 },
|
||||
"rotation": { "x": 0.000, "y": 40.193, "z": 0.000 },
|
||||
"width": 10.000
|
||||
},
|
||||
{
|
||||
"position": { "x": 24388.783, "y": 617.872, "z": -642.860 },
|
||||
"rotation": { "x": 0.000, "y": 40.193, "z": 0.000 },
|
||||
"width": 34.000
|
||||
},
|
||||
{
|
||||
"position": { "x": 24400.367, "y": 617.872, "z": -629.151 },
|
||||
"rotation": { "x": 0.000, "y": 40.193, "z": 0.000 },
|
||||
"width": 34.000
|
||||
},
|
||||
{
|
||||
"position": { "x": 24452.775, "y": 617.872, "z": -638.954 },
|
||||
"rotation": { "x": 0.000, "y": 160.193, "z": 0.000 },
|
||||
"width": 29.000
|
||||
},
|
||||
{
|
||||
"position": { "x": 24474.273, "y": 617.872, "z": -704.549 },
|
||||
"rotation": { "x": 0.000, "y": 160.193, "z": 0.000 },
|
||||
"width": 29.000
|
||||
},
|
||||
{
|
||||
"position": { "x": 24519.011, "y": 618.072, "z": -746.900 },
|
||||
"rotation": { "x": 0.000, "y": 105.193, "z": 0.000 },
|
||||
"width": 24.000
|
||||
},
|
||||
{
|
||||
"position": { "x": 24574.018, "y": 619.372, "z": -761.839 },
|
||||
"rotation": { "x": -1.000, "y": 104.193, "z": 0.000 },
|
||||
"width": 14.000
|
||||
},
|
||||
{
|
||||
"position": { "x": 24608.071, "y": 620.452, "z": -774.306 },
|
||||
"rotation": { "x": 0.000, "y": 119.193, "z": -1.000 },
|
||||
"width": 6.800
|
||||
}
|
||||
]
|
||||
},
|
||||
"EMB Road S2": {
|
||||
"handler": "StrangeCustoms.FlowyThingBuilder",
|
||||
"profile": "Railroader Paved Road",
|
||||
"style": "Road",
|
||||
"points": [
|
||||
{
|
||||
"position": { "x": 24416.553, "y": 617.872, "z": -706.502 },
|
||||
"rotation": { "x": 0.000, "y": 55.193, "z": 0.000 },
|
||||
"width": 10.000
|
||||
},
|
||||
{
|
||||
"position": { "x": 24430.818, "y": 617.872, "z": -696.587 },
|
||||
"rotation": { "x": 0.000, "y": 55.193, "z": 0.000 },
|
||||
"width": 29.000
|
||||
},
|
||||
{
|
||||
"position": { "x": 24453.148, "y": 617.872, "z": -685.950 },
|
||||
"rotation": { "x": 1.000, "y": 72.693, "z": 0.000 },
|
||||
"width": 35.000
|
||||
}
|
||||
]
|
||||
},
|
||||
"EMB Road S3": {
|
||||
"handler": "StrangeCustoms.FlowyThingBuilder",
|
||||
"profile": "Railroader Paved Road",
|
||||
"style": "Road",
|
||||
"points": [
|
||||
{
|
||||
"position": { "x": 24357.685, "y": 617.872, "z": -774.419 },
|
||||
"rotation": { "x": 0.000, "y": 86.193, "z": 0.000 },
|
||||
"width": 25.000
|
||||
},
|
||||
{
|
||||
"position": { "x": 24470.164, "y": 617.872, "z": -766.847 },
|
||||
"rotation": { "x": 0.000, "y": 86.193, "z": 0.000 },
|
||||
"width": 25.000
|
||||
},
|
||||
{
|
||||
"position": { "x": 24500.321, "y": 617.972, "z": -748.670 },
|
||||
"rotation": { "x": 0.000, "y": 21.193, "z": 0.000 },
|
||||
"width": 25.000
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"simpleGraphs": {},
|
||||
"mandelas": {
|
||||
}
|
||||
|
||||
@@ -1,37 +1,14 @@
|
||||
{
|
||||
"manifestVersion": 5,
|
||||
"id": "Embedded.PiggyBackBase",
|
||||
"name": "Embeddeds Piggyback Bryson Industry and trailers",
|
||||
"version": "1.2.1",
|
||||
"name": "Embeddeds Piggyback trailers and LoadID",
|
||||
"version": "1.5",
|
||||
"requires": [
|
||||
"Zamu.StrangeCustoms"
|
||||
],
|
||||
"loadAfter": [
|
||||
{ "id": "BrysonLoopV1.0" },
|
||||
{ "id": "ForTheIronyOfIt" },
|
||||
{ "id": "Rinzler.BrysonWYEInterchange"},
|
||||
{ "id": "CF.BrysonAdditons" }
|
||||
],
|
||||
"mixintos": {
|
||||
"game-graph": [
|
||||
"file(PBLoadID.json)",
|
||||
"file(BrysonIndustry.json)",
|
||||
{
|
||||
"mixinto": "file(Loopmigration.json)",
|
||||
"requires": [ { "id": "BrysonLoopV1.0"} ]
|
||||
},
|
||||
{
|
||||
"mixinto": "file(FTIOImigration.json)",
|
||||
"requires": [ { "id": "ForTheIronyOfIt" } ]
|
||||
},
|
||||
{
|
||||
"mixinto": "file(MainMigration.json)",
|
||||
"requires": [ { "id": "Rinzler.BrysonWYEInterchange"}]
|
||||
},
|
||||
{
|
||||
"mixinto": "file(Loop-Ironymigration.json)",
|
||||
"requires": [ { "id": "BrysonLoopV1.0"}, { "id": "ForTheIronyOfIt" } ]
|
||||
}
|
||||
"file(PBLoadID.json)"
|
||||
],
|
||||
"container:fm-flatcar01": ["file(PiggyBack1.json)", "file(PiggyBack2.json)", "file(PiggyBack3.json)"]
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"description": "PiggyBack-Trailers",
|
||||
"units": "Pounds",
|
||||
"density": 62.4,
|
||||
"unitWeightInPounds": 0.0,
|
||||
"unitWeightInPounds": 30.0,
|
||||
"importable": true,
|
||||
"payPerQuantity": 0.00495,
|
||||
"costPerUnit": 0.0
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
"definition": {
|
||||
"carType": "PBF",
|
||||
"basePrice": 1150,
|
||||
"weightEmpty": 58000,
|
||||
"loadSlots": [
|
||||
{
|
||||
"$find": [
|
||||
@@ -24,7 +25,7 @@
|
||||
"value": "Pounds"
|
||||
}
|
||||
],
|
||||
"maximumCapacity": 28000.0,
|
||||
"maximumCapacity": 100000.0,
|
||||
"loadUnits": "Pounds",
|
||||
"requiredLoadIdentifier": ""
|
||||
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
"definition": {
|
||||
"carType": "PBF",
|
||||
"basePrice": 1150,
|
||||
"weightEmpty": 58000,
|
||||
"loadSlots": [
|
||||
{
|
||||
"$find": [
|
||||
@@ -24,7 +25,7 @@
|
||||
"value": "Pounds"
|
||||
}
|
||||
],
|
||||
"maximumCapacity": 28000.0,
|
||||
"maximumCapacity": 100000.0,
|
||||
"loadUnits": "Pounds",
|
||||
"requiredLoadIdentifier": ""
|
||||
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
"definition": {
|
||||
"carType": "PBF",
|
||||
"basePrice": 1150,
|
||||
"weightEmpty": 58000,
|
||||
"loadSlots": [
|
||||
{
|
||||
"$find": [
|
||||
@@ -24,7 +25,7 @@
|
||||
"value": "Pounds"
|
||||
}
|
||||
],
|
||||
"maximumCapacity": 28000.0,
|
||||
"maximumCapacity": 100000.0,
|
||||
"loadUnits": "Pounds",
|
||||
"requiredLoadIdentifier": ""
|
||||
|
||||
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
{"identifier":"PRRPiggyBack","name":"PRRPiggyBack","shared":false,"assets":{"EMBPBSupports":{"name":"EMBPBSupports","type":"prefab","filename":"EMBPBSupports.prefab"},"EMBSPStands":{"name":"EMBSPStands","type":"prefab","filename":"EMBSPStands.prefab"},"EMBATSFStands":{"name":"EMBATSFStands","type":"prefab","filename":"EMBATSFStands.prefab"},"EMBPRRStands":{"name":"EMBPRRStands","type":"prefab","filename":"EMBPRRStands.prefab"},"EMBSP22PB":{"name":"EMBSP22PB","type":"prefab","filename":"EMBSP22PB.prefab"},"EMBPRR26PB":{"name":"EMBPRR26PB","type":"prefab","filename":"EMBPRR26PB.prefab"},"EMBATSF24PB":{"name":"EMBATSF24PB","type":"prefab","filename":"EMBATSF24PB.prefab"},"EMB10MPlatform":{"name":"EMB10MPlatform","type":"prefab","filename":"EMB10MPlatform.prefab"},"EMBEndPlatform":{"name":"EMBEndPlatform","type":"prefab","filename":"EMBEndPlatform.prefab"},"EMBMidPlatform":{"name":"EMBMidPlatform","type":"prefab","filename":"EMBMidPlatform.prefab"},"EMBPBRamp3":{"name":"EMBPBRamp3","type":"prefab","filename":"EMBPBRamp3.prefab"},"EMBPBRamp2":{"name":"EMBPBRamp2","type":"prefab","filename":"EMBPBRamp2.prefab"},"EMBPBRamp1":{"name":"EMBPBRamp1","type":"prefab","filename":"EMBPBRamp1.prefab"}}}
|
||||
{"identifier":"PiggyBackAssets","name":"PiggyBackAssets","shared":false,"assets":{"EMBPBSupports":{"name":"EMBPBSupports","type":"prefab","filename":"EMBPBSupports.prefab"},"EMBSPStands":{"name":"EMBSPStands","type":"prefab","filename":"EMBSPStands.prefab"},"EMBPRRStands":{"name":"EMBPRRStands","type":"prefab","filename":"EMBPRRStands.prefab"},"EMBATSFStands":{"name":"EMBATSFStands","type":"prefab","filename":"EMBATSFStands.prefab"},"EMBSP22PB":{"name":"EMBSP22PB","type":"prefab","filename":"EMBSP22PB.prefab"},"EMBPRR26PB":{"name":"EMBPRR26PB","type":"prefab","filename":"EMBPRR26PB.prefab"},"EMB10MPlatform":{"name":"EMB10MPlatform","type":"prefab","filename":"EMB10MPlatform.prefab"},"EMBEndPlatform":{"name":"EMBEndPlatform","type":"prefab","filename":"EMBEndPlatform.prefab"},"EMBMidPlatform":{"name":"EMBMidPlatform","type":"prefab","filename":"EMBMidPlatform.prefab"},"EMBPBRamp3":{"name":"EMBPBRamp3","type":"prefab","filename":"EMBPBRamp3.prefab"},"EMBPBRamp2":{"name":"EMBPBRamp2","type":"prefab","filename":"EMBPBRamp2.prefab"},"EMBPBRamp1":{"name":"EMBPBRamp1","type":"prefab","filename":"EMBPBRamp1.prefab"},"EMBATSF24PB":{"name":"EMBATSF24PB","type":"prefab","filename":"EMBATSF24PB.prefab"}}}
|
||||
@@ -1,4 +1,92 @@
|
||||
{
|
||||
"areas": {
|
||||
"bryson": {
|
||||
"industries": {
|
||||
"Bryson-Piggyback-Service": {
|
||||
"name": "Bryson Piggyback Terminal",
|
||||
"usesContract": true,
|
||||
"components": {
|
||||
"formula": {
|
||||
"type": "Model.Ops.FormulaicIndustryComponent",
|
||||
"name": "Bryson Piggyback Terminal",
|
||||
"carTypeFilter": "",
|
||||
"sharedStorage": true,
|
||||
"inputTermsPerDay": {
|
||||
"PiggyBack-Trailers": 3000000,
|
||||
"boxcar-parts": 25000,
|
||||
"boxcar-furniture": 7500
|
||||
},
|
||||
"outputTermsPerDay": {
|
||||
"PiggyBack-Trailers": 1500000
|
||||
}
|
||||
},
|
||||
"LT1": {
|
||||
"type": "Model.Ops.IndustryUnloader",
|
||||
"name": "Bryson Piggyback Terminal Unloading Tracks",
|
||||
"trackSpans": [
|
||||
"EMB_BSN_PBT_T1",
|
||||
"EMB_BSN_PBT_T3"
|
||||
],
|
||||
"carTypeFilter": "PBF*",
|
||||
"sharedStorage": true,
|
||||
"loadId": "PiggyBack-Trailers",
|
||||
"storageChangeRate": 0,
|
||||
"maxStorage": 3000000,
|
||||
"orderAroundEmpties": true,
|
||||
"carTransferRate": 5000000,
|
||||
"orderAroundLoaded": true
|
||||
},
|
||||
"LT2": {
|
||||
"type": "Model.Ops.IndustryLoader",
|
||||
"name": "Bryson Piggyback Terminal Loading Tracks",
|
||||
"trackSpans": [
|
||||
"EMB_BSN_PBT_T2",
|
||||
"EMB_BSN_PBT_T3"
|
||||
],
|
||||
"carTypeFilter": "PBF*",
|
||||
"sharedStorage": true,
|
||||
"loadId": "PiggyBack-Trailers",
|
||||
"storageChangeRate": 0,
|
||||
"maxStorage": 1500000,
|
||||
"orderAroundEmpties": true,
|
||||
"carTransferRate": 5000000,
|
||||
"orderAroundLoaded": true
|
||||
},
|
||||
"BU1": {
|
||||
"type": "Model.Ops.IndustryUnloader",
|
||||
"name": "Bryson Piggyback Terminal Boxcar Track",
|
||||
"trackSpans": [
|
||||
"EMB_BSN_BXP_T1"
|
||||
],
|
||||
"carTypeFilter": "XM",
|
||||
"sharedStorage": true,
|
||||
"loadId": "boxcar-parts",
|
||||
"storageChangeRate": 0,
|
||||
"maxStorage": 100000,
|
||||
"orderAroundEmpties": true,
|
||||
"carTransferRate": 25000,
|
||||
"orderAroundLoaded": true
|
||||
},
|
||||
"BU2": {
|
||||
"type": "Model.Ops.IndustryUnloader",
|
||||
"name": "Bryson Piggyback Terminal Boxcar Track",
|
||||
"trackSpans": [
|
||||
"EMB_BSN_BXP_T1"
|
||||
],
|
||||
"carTypeFilter": "XM",
|
||||
"sharedStorage": true,
|
||||
"loadId": "boxcar-furniture",
|
||||
"storageChangeRate": 0,
|
||||
"maxStorage": 350000,
|
||||
"orderAroundEmpties": true,
|
||||
"carTransferRate": 70000,
|
||||
"orderAroundLoaded": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"tracks": {
|
||||
"nodes": {
|
||||
"EMB_Node_ylmh": {
|
||||
@@ -507,94 +595,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"areas": {
|
||||
"bryson": {
|
||||
"industries": {
|
||||
"Bryson-Piggyback-Service": {
|
||||
"name": "Bryson Piggyback Terminal",
|
||||
"usesContract": true,
|
||||
"components": {
|
||||
"formula": {
|
||||
"type": "Model.Ops.FormulaicIndustryComponent",
|
||||
"name": "Bryson Piggyback Terminal",
|
||||
"carTypeFilter": "",
|
||||
"sharedStorage": true,
|
||||
"inputTermsPerDay": {
|
||||
"PiggyBack-Trailers": 1700000,
|
||||
"boxcar-parts": 50000,
|
||||
"boxcar-furniture": 7500
|
||||
},
|
||||
"outputTermsPerDay": {
|
||||
"PiggyBack-Trailers": 1700000
|
||||
}
|
||||
},
|
||||
"LT1": {
|
||||
"type": "Model.Ops.IndustryUnloader",
|
||||
"name": "Bryson Piggyback Terminal Unloading Tracks",
|
||||
"trackSpans": [
|
||||
"EMB_BSN_PBT_T1",
|
||||
"EMB_BSN_PBT_T3"
|
||||
],
|
||||
"carTypeFilter": "PBF*",
|
||||
"sharedStorage": true,
|
||||
"loadId": "PiggyBack-Trailers",
|
||||
"storageChangeRate": 0,
|
||||
"maxStorage": 3500000,
|
||||
"orderAroundEmpties": true,
|
||||
"carTransferRate": 2000000,
|
||||
"orderAroundLoaded": true
|
||||
},
|
||||
"LT2": {
|
||||
"type": "Model.Ops.IndustryLoader",
|
||||
"name": "Bryson Piggyback Terminal Loading Tracks",
|
||||
"trackSpans": [
|
||||
"EMB_BSN_PBT_T2",
|
||||
"EMB_BSN_PBT_T3"
|
||||
],
|
||||
"carTypeFilter": "PBF*",
|
||||
"sharedStorage": true,
|
||||
"loadId": "PiggyBack-Trailers",
|
||||
"storageChangeRate": 0,
|
||||
"maxStorage": 3500000,
|
||||
"orderAroundEmpties": true,
|
||||
"carTransferRate": 2000000,
|
||||
"orderAroundLoaded": true
|
||||
},
|
||||
"BU1": {
|
||||
"type": "Model.Ops.IndustryUnloader",
|
||||
"name": "Bryson Piggyback Terminal Boxcar Track",
|
||||
"trackSpans": [
|
||||
"EMB_BSN_BXP_T1"
|
||||
],
|
||||
"carTypeFilter": "XM",
|
||||
"sharedStorage": true,
|
||||
"loadId": "boxcar-parts",
|
||||
"storageChangeRate": 0,
|
||||
"maxStorage": 100000,
|
||||
"orderAroundEmpties": true,
|
||||
"carTransferRate": 25000,
|
||||
"orderAroundLoaded": true
|
||||
},
|
||||
"BU2": {
|
||||
"type": "Model.Ops.IndustryUnloader",
|
||||
"name": "Bryson Piggyback Terminal Boxcar Track",
|
||||
"trackSpans": [
|
||||
"EMB_BSN_BXP_T1"
|
||||
],
|
||||
"carTypeFilter": "XM",
|
||||
"sharedStorage": true,
|
||||
"loadId": "boxcar-furniture",
|
||||
"storageChangeRate": 0,
|
||||
"maxStorage": 350000,
|
||||
"orderAroundEmpties": true,
|
||||
"carTransferRate": 70000,
|
||||
"orderAroundLoaded": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"loads": {
|
||||
},
|
||||
"texts": {
|
||||
37
EMBPiggyBackBryson/Definition.json
Normal file
37
EMBPiggyBackBryson/Definition.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"manifestVersion": 5,
|
||||
"id": "Embedded.PiggyBackBryson",
|
||||
"name": "Embeddeds Piggyback Bryson Industry and trailers",
|
||||
"version": "1.5",
|
||||
"requires": [
|
||||
"Zamu.StrangeCustoms", "Embedded.PiggyBackBase"
|
||||
],
|
||||
"loadAfter": [
|
||||
{ "id": "Embedded.PiggyBackBase"},
|
||||
{ "id": "BrysonLoopV1.0" },
|
||||
{ "id": "ForTheIronyOfIt" },
|
||||
{ "id": "Rinzler.BrysonWYEInterchange"},
|
||||
{ "id": "CF.BrysonAdditons" }
|
||||
],
|
||||
"mixintos": {
|
||||
"game-graph": [
|
||||
"file(BrysonIndustry.json)",
|
||||
{
|
||||
"mixinto": "file(Loopmigration.json)",
|
||||
"requires": [ { "id": "BrysonLoopV1.0"} ]
|
||||
},
|
||||
{
|
||||
"mixinto": "file(FTIOImigration.json)",
|
||||
"requires": [ { "id": "ForTheIronyOfIt" } ]
|
||||
},
|
||||
{
|
||||
"mixinto": "file(MainMigration.json)",
|
||||
"requires": [ { "id": "Rinzler.BrysonWYEInterchange"}]
|
||||
},
|
||||
{
|
||||
"mixinto": "file(Loop-Ironymigration.json)",
|
||||
"requires": [ { "id": "BrysonLoopV1.0"}, { "id": "ForTheIronyOfIt" } ]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -144,7 +144,7 @@
|
||||
"name": "Epps Springs",
|
||||
"position": { "x": 669.000, "y": 515.000, "z": 5455.000 },
|
||||
"radius": 1000,
|
||||
"tagColor": [ 0, 0, 0.8984375 ],
|
||||
"tagColor": [ 0.21484375, 0.24609375, 1.0 ],
|
||||
"industries": {
|
||||
"brysoninterchange": {
|
||||
"name": "Epps Springs Interchange",
|
||||
|
||||
32
LegosBetterLoans/LICENSE
Normal file
32
LegosBetterLoans/LICENSE
Normal file
@@ -0,0 +1,32 @@
|
||||
By downloading, installing, or using the mod this file is included with ("the Mod"), you agree to the following terms:
|
||||
|
||||
1) No Redistribution:
|
||||
|
||||
- You may not reupload, distribute, or share the Mod on any website, platform, or service without prior written permission from the Mod's author, legotrainman ("the Author").
|
||||
- Inclusion of the Mod in modpacks, compilations, or zip files intended for redistribution is strictly prohibited without explicit authorization from the Author.
|
||||
2) No Modification or Reverse Engineering:
|
||||
|
||||
- You may not open, decompile, reverse engineer, or modify any part of the Mod, including but not limited to its .dll files or Unity Bundle files.
|
||||
|
||||
3) No Commercial Use:
|
||||
|
||||
- You may not use the Mod for any commercial purpose. This includes but is not limited to:
|
||||
- Selling or monetizing access to the Mod.
|
||||
- Using the Mod as part of any paid service, product, or content.
|
||||
- Generating revenue through advertisements, donations, or other means directly tied to the Mod’s distribution or use.
|
||||
|
||||
4) Personal Use Only:
|
||||
|
||||
- You are granted a non-exclusive, non-transferable license to use the Mod for personal, non-commercial purposes only.
|
||||
|
||||
5) Liability and Warranty:
|
||||
|
||||
- The Mod is provided "as is" without warranty of any kind. The Author is not responsible for any damage, data loss, or other issues arising from the use of the Mod.
|
||||
|
||||
6) Termination:
|
||||
|
||||
- Failure to comply with these terms will result in the immediate termination of your right to use the Mod.
|
||||
Contact:
|
||||
|
||||
For permissions, inquiries, or requests, contact the Author on Discord (legotrainman), or on Nexus mods (https://next.nexusmods.com/profile/legotrainman).
|
||||
By using the Mod, you acknowledge that you have read, understood, and agreed to these terms.
|
||||
BIN
LegosBetterLoans/LegosBetterLoans.dll
Normal file
BIN
LegosBetterLoans/LegosBetterLoans.dll
Normal file
Binary file not shown.
8
LegosBetterLoans/info.json
Normal file
8
LegosBetterLoans/info.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"Id": "LegosBetterLoans",
|
||||
"Version": "1.0.0",
|
||||
"DisplayName": "Legos Better Loans",
|
||||
"Author": "legotrainman",
|
||||
"EntryMethod": "LegosBetterLoans.Main.Load",
|
||||
"ManagerVersion": "0.27.3"
|
||||
}
|
||||
28
RMROC451.Andrews3M/Definition.json
Normal file
28
RMROC451.Andrews3M/Definition.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"manifestVersion": 1,
|
||||
"id": "RMROC451.Andrews3M",
|
||||
"name": "RMROC451's Andrews 3M",
|
||||
"version": "0.0.1",
|
||||
"requires": [
|
||||
{
|
||||
"id": "railroader",
|
||||
"notBefore": "2024.6.10"
|
||||
},
|
||||
{
|
||||
"id": "railloader",
|
||||
"notBefore": "1.10.0.2"
|
||||
},
|
||||
{
|
||||
"id": "Zamu.StrangeCustoms",
|
||||
"notBefore": "1.10.25017.313"
|
||||
}
|
||||
],
|
||||
"ConflictsWith": [],
|
||||
"mixintos": {
|
||||
"game-graph": [
|
||||
"file(Railloader/Andrews3M-Buildings.json)",
|
||||
"file(Railloader/Andrews3M-Tracks.json)",
|
||||
"file(Railloader/Andrews3M-Industry.json)",
|
||||
],
|
||||
}
|
||||
}
|
||||
353
RMROC451.Andrews3M/Railloader/Andrews3M-Buildings.json
Normal file
353
RMROC451.Andrews3M/Railloader/Andrews3M-Buildings.json
Normal file
@@ -0,0 +1,353 @@
|
||||
{
|
||||
"tracks": {
|
||||
"nodes": {},
|
||||
"segments": {},
|
||||
"spans": {}
|
||||
},
|
||||
"splineys": {},
|
||||
"scenery": {
|
||||
"ZCustom_gfb8": {
|
||||
"modelIdentifier": "industrial-tank2",
|
||||
"position": { "x": -31054.1641, "y": 527.5936, "z": -20284.9629 },
|
||||
"rotation": { "x": 0.0, "y": 270.0, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"ZCustom_mjp9": {
|
||||
"modelIdentifier": "industrial-tank2",
|
||||
"position": { "x": -31048.58, "y": 527.4936, "z": -20285.6543 },
|
||||
"rotation": { "x": 0.0, "y": 270.0, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"ZCustom_mjp0": {
|
||||
"modelIdentifier": "industrial-tank2",
|
||||
"position": { "x": -31042.58, "y": 527.5936, "z": -20286.6543 },
|
||||
"rotation": { "x": 0.0, "y": 270.0, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"ZCustom_q3fr": {
|
||||
"modelIdentifier": "CLB_Truck01_red",
|
||||
"position": { "x": -31058.6641, "y": 526.0, "z": -20279.9629 },
|
||||
"rotation": { "x": 0.0, "y": 45.0000038, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"ZCustom_qh32": {
|
||||
"modelIdentifier": "CLB_Shed01",
|
||||
"position": { "x": -31055.1641, "y": 527.0, "z": -20279.9629 },
|
||||
"rotation": { "x": 0.0, "y": 180.0, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"ZCustom_h2k1": {
|
||||
"modelIdentifier": "ela-agra",
|
||||
"position": { "x": -31090.1641, "y": 527.5936, "z": -20298.9629 },
|
||||
"rotation": { "x": 0.0, "y": 187.500015, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"ZCustom_0kl2": {
|
||||
"modelIdentifier": "brick-substation-medium",
|
||||
"position": { "x": -31100.6836, "y": 528.0, "z": -20302.1133 },
|
||||
"rotation": { "x": 0.0, "y": 279.5, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"ZCustom_o6uk": {
|
||||
"modelIdentifier": "CLB_colliery_Baths01",
|
||||
"position": { "x": -31117.6836, "y": 525.0, "z": -20302.1133 },
|
||||
"rotation": { "x": 0.0, "y": 90.0, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"ZCustom_mz77": {
|
||||
"modelIdentifier": "CLB_Tank02",
|
||||
"position": { "x": -31150.6836, "y": 525.0, "z": -20302.1133 },
|
||||
"rotation": { "x": 0.0, "y": 180.0, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"ZCustom_3ra6": {
|
||||
"modelIdentifier": "CLB_Tank02",
|
||||
"position": { "x": -31164.6836, "y": 525.0, "z": -20302.1133 },
|
||||
"rotation": { "x": 0.0, "y": 90.0, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"ZCustom_jnxi": {
|
||||
"modelIdentifier": "CLB_Shop01_PreAssembled01",
|
||||
"position": { "x": -31161.6016, "y": 526.736755, "z": -20324.4961 },
|
||||
"rotation": { "x": 0.0, "y": 0.0, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"ZCustom_41lz": {
|
||||
"modelIdentifier": "CLB_colliery_Conveyor_Ramp",
|
||||
"position": { "x": 408.3974, "y": 524.736755, "z": 191.5039 },
|
||||
"rotation": { "x": 9.313226E-10, "y": 179.930038, "z": -2.03555475E-13 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"ZCustom_4rng": {
|
||||
"modelIdentifier": "CLB_Silo01",
|
||||
"position": { "x": 291.269531, "y": 524.0, "z": 210.761719 },
|
||||
"rotation": { "x": 0.0, "y": 0.0, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"ZCustom_4rnh": {
|
||||
"modelIdentifier": "CLB_Silo01",
|
||||
"position": { "x": 282.269531, "y": 524.0, "z": 206.761719 },
|
||||
"rotation": { "x": 0.0, "y": 0.0, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"ZCustom_4rni": {
|
||||
"modelIdentifier": "CLB_Silo01",
|
||||
"position": { "x": 273.269531, "y": 524.0, "z": 202.761719 },
|
||||
"rotation": { "x": 0.0, "y": 0.0, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"ZCustom_dwyk": {
|
||||
"modelIdentifier": "CLB_Pile01_Gravel",
|
||||
"position": { "x": -31193.59, "y": 526.753845, "z": -20306.6055 },
|
||||
"rotation": { "x": 0.0, "y": 0.0, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"ZCustom_zq0g": {
|
||||
"modelIdentifier": "CLB_Pile01_Sand",
|
||||
"position": { "x": -31190.59, "y": 526.753845, "z": -20303.6055 },
|
||||
"rotation": { "x": 0.0, "y": 0.0, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"ZCustom_fofz": {
|
||||
"modelIdentifier": "CLB_colliery_Headframe01",
|
||||
"position": { "x": -31210.6621, "y": 525.7342, "z": -20298.7031 },
|
||||
"rotation": { "x": 0.0, "y": 310.0, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"ZCustom_j60v": {
|
||||
"modelIdentifier": "CLB_colliery_ConveyorTower01",
|
||||
"position": { "x": -31173.18, "y": 526.7027, "z": -20318.88 },
|
||||
"rotation": { "x": 0.0, "y": 130.0, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"ZCustom_w335": {
|
||||
"modelIdentifier": "CLB_colliery_Conveyor_Long",
|
||||
"position": { "x": -31183.4063, "y": 538.5738, "z": -20312.7754 },
|
||||
"rotation": { "x": 349.999969, "y": 310.0, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"ZCustom_dy57": {
|
||||
"modelIdentifier": "CLB_colliery_Conveyor_Long",
|
||||
"position": { "x": -31217.5039, "y": 547.0332, "z": -20292.9082 },
|
||||
"rotation": { "x": 0.0, "y": 248.000015, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"ZCustom_iu68": {
|
||||
"modelIdentifier": "CLB_colliery_Conveyor_Long",
|
||||
"position": { "x": -31201.1563, "y": 544.3935, "z": -20297.8789 },
|
||||
"rotation": { "x": 341.999939, "y": 309.999878, "z": 1.34656648E-05 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"ZCustom_giyy": {
|
||||
"modelIdentifier": "mine-tipple1-tall",
|
||||
"position": { "x": -31188.56, "y": 526.6093, "z": -20308.5313 },
|
||||
"rotation": { "x": 0.0, "y": 35.9999, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"ZCustom_8739": {
|
||||
"modelIdentifier": "CLB_colliery_ConveyorPillar12A",
|
||||
"position": { "x": -31192.4883, "y": 527.6108, "z": -20305.4531 },
|
||||
"rotation": { "x": 0.0, "y": 309.999969, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"ZCustom_4v3x": {
|
||||
"modelIdentifier": "CLB_Silo01",
|
||||
"position": { "x": -31205.8184, "y": 525.6198, "z": -20287.94 },
|
||||
"rotation": { "x": 0.0, "y": 339.97998, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"ZCustom_lv4j": {
|
||||
"modelIdentifier": "CLB_Silo01",
|
||||
"position": { "x": -31215.3945, "y": 525.5537, "z": -20292.123 },
|
||||
"rotation": { "x": 0.0, "y": 0.0, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"ZCustom_71kl": {
|
||||
"modelIdentifier": "CLB_Silo01",
|
||||
"position": { "x": -31225.3945, "y": 525.6776, "z": -20296.123 },
|
||||
"rotation": { "x": 0.0, "y": 0.0, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"ZCustom_ppzr": {
|
||||
"modelIdentifier": "CLB_colliery_Conveyor_Long",
|
||||
"position": { "x": -31092.9375, "y": 533.237732, "z": -20310.752 },
|
||||
"rotation": { "x": 10.0, "y": 9.999989, "z": -2.167361E-07 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"ZCustom_9447": null,
|
||||
"ZCustom_sd26": {
|
||||
"modelIdentifier": "power-house-large",
|
||||
"position": { "x": -31209.6152, "y": 527.0434, "z": -20305.47 },
|
||||
"rotation": { "x": 0.0, "y": 40.0000153, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"ZCustom_kc0f": null,
|
||||
"ZCustom_lirh": null,
|
||||
"ZCustom_ifdy": {
|
||||
"modelIdentifier": "power-house-stack",
|
||||
"position": { "x": -31220.4277, "y": 528.306335, "z": -20309.1367 },
|
||||
"rotation": { "x": 0.0, "y": 308.0, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"ZCustom_jmac": {
|
||||
"modelIdentifier": "CLB_Factory02",
|
||||
"position": { "x": -31000.7188, "y": 528.1096, "z": -20345.1484 },
|
||||
"rotation": { "x": 0.0, "y": 187.5, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"ZCustom_0nxc": {
|
||||
"modelIdentifier": "CLB_Factory01",
|
||||
"position": { "x": -31037.8125, "y": 526.93634, "z": -20326.69 },
|
||||
"rotation": { "x": 0.0, "y": 188.0, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"ZCustom_w5uv": {
|
||||
"modelIdentifier": "CLB_Factory01",
|
||||
"position": { "x": -30997.2285, "y": 524.7351, "z": -20326.0137 },
|
||||
"rotation": { "x": 0.0, "y": 7.000006, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"ZCustom_km20": {
|
||||
"modelIdentifier": "CLB_Factory01",
|
||||
"position": { "x": -30999.8438, "y": 526.9353, "z": -20346.5 },
|
||||
"rotation": { "x": 0.0, "y": 7.99999142, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
250
RMROC451.Andrews3M/Railloader/Andrews3M-Industry.json
Normal file
250
RMROC451.Andrews3M/Railloader/Andrews3M-Industry.json
Normal file
@@ -0,0 +1,250 @@
|
||||
{
|
||||
"tracks": {
|
||||
"spans": {
|
||||
"3M-1": {
|
||||
"upper": {
|
||||
"segmentId": "SCustom_usx8",
|
||||
"distance": 1.0,
|
||||
"end": "End"
|
||||
},
|
||||
"lower": {
|
||||
"segmentId": "SCustom_usx8",
|
||||
"distance": 1.0,
|
||||
"end": "Start"
|
||||
}
|
||||
},
|
||||
"3M-2": {
|
||||
"upper": {
|
||||
"segmentId": "SCustom_tx9o",
|
||||
"distance": 1.0,
|
||||
"end": "End"
|
||||
},
|
||||
"lower": {
|
||||
"segmentId": "SCustom_tx9o",
|
||||
"distance": 1.0,
|
||||
"end": "Start"
|
||||
}
|
||||
},
|
||||
"3M-3": {
|
||||
"upper": {
|
||||
"segmentId": "SCustom_f2pj",
|
||||
"distance": 1.0,
|
||||
"end": "End"
|
||||
},
|
||||
"lower": {
|
||||
"segmentId": "SCustom_f2pj",
|
||||
"distance": 1.0,
|
||||
"end": "Start"
|
||||
}
|
||||
},
|
||||
"3M-3-1": {
|
||||
"upper": {
|
||||
"segmentId": "SCustom_iyyd",
|
||||
"distance": 1.0,
|
||||
"end": "End"
|
||||
},
|
||||
"lower": {
|
||||
"segmentId": "SCustom_iyyd",
|
||||
"distance": 1.0,
|
||||
"end": "Start"
|
||||
}
|
||||
},
|
||||
"3M-3-2": {
|
||||
"upper": {
|
||||
"segmentId": "SCustom_68q6",
|
||||
"distance": 1.0,
|
||||
"end": "End"
|
||||
},
|
||||
"lower": {
|
||||
"segmentId": "SCustom_68q6",
|
||||
"distance": 1.0,
|
||||
"end": "Start"
|
||||
}
|
||||
},
|
||||
"3M-3-3": {
|
||||
"upper": {
|
||||
"segmentId": "SCustom_8cao",
|
||||
"distance": 1.0,
|
||||
"end": "End"
|
||||
},
|
||||
"lower": {
|
||||
"segmentId": "SCustom_8cao",
|
||||
"distance": 1.0,
|
||||
"end": "Start"
|
||||
}
|
||||
},
|
||||
"3M-4": {
|
||||
"upper": {
|
||||
"segmentId": "SCustom_kpi0",
|
||||
"distance": 1.0,
|
||||
"end": "End"
|
||||
},
|
||||
"lower": {
|
||||
"segmentId": "SCustom_kpi0",
|
||||
"distance": 1.0,
|
||||
"end": "Start"
|
||||
}
|
||||
},
|
||||
"3M-5": {
|
||||
"upper": {
|
||||
"segmentId": "SCustom_3y87",
|
||||
"distance": 1.0,
|
||||
"end": "End"
|
||||
},
|
||||
"lower": {
|
||||
"segmentId": "SCustom_3y87",
|
||||
"distance": 1.0,
|
||||
"end": "Start"
|
||||
}
|
||||
},
|
||||
"3M-6": {
|
||||
"upper": {
|
||||
"segmentId": "SCustom_mips",
|
||||
"distance": 1.0,
|
||||
"end": "End"
|
||||
},
|
||||
"lower": {
|
||||
"segmentId": "SCustom_mips",
|
||||
"distance": 1.0,
|
||||
"end": "Start"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"areas": {
|
||||
"andrews": {
|
||||
"industries": {
|
||||
"Andrews 3M": {
|
||||
"localPosition": { "x": -31140.2676, "y": 528.0, "z": -20283.0449 },
|
||||
"usesContract": true,
|
||||
"components": {
|
||||
"formula": {
|
||||
"type": "Model.Ops.FormulaicIndustryComponent",
|
||||
"name": "Andrews 3M",
|
||||
"trackSpans": [],
|
||||
"carTypeFilter": "*",
|
||||
"sharedStorage": true,
|
||||
"inputTermsPerDay": {
|
||||
"mining-supplies": 50000,
|
||||
"quartz-silica": 150000,
|
||||
"nepheline-syenite": 150000,
|
||||
"oil": 5000
|
||||
},
|
||||
"outputTermsPerDay": {
|
||||
"roofing-granules": 260000,
|
||||
"stone": 40000
|
||||
}
|
||||
},
|
||||
"mining-supplies": {
|
||||
"type": "Model.Ops.IndustryUnloader",
|
||||
"name": "Andrews 3M-1",
|
||||
"trackSpans": [ "3M-1","3M-4" ],
|
||||
"carTypeFilter": "XM",
|
||||
"sharedStorage": true,
|
||||
"loadId": "mining-supplies",
|
||||
"storageChangeRate": 0,
|
||||
"maxStorage": 400000,
|
||||
"orderAroundEmpties": true,
|
||||
"carTransferRate": 100000,
|
||||
"orderAroundLoaded": true
|
||||
},
|
||||
"oil": {
|
||||
"type": "Model.Ops.IndustryUnloader",
|
||||
"name": "Andrews 3M-2",
|
||||
"trackSpans": [ "3M-2" ],
|
||||
"carTypeFilter": "TM",
|
||||
"sharedStorage": true,
|
||||
"loadId": "oil",
|
||||
"storageChangeRate": 0,
|
||||
"maxStorage": 60000,
|
||||
"orderAroundEmpties": true,
|
||||
"carTransferRate": 20000,
|
||||
"orderAroundLoaded": true
|
||||
},
|
||||
"quartz-silica": {
|
||||
"type": "Model.Ops.IndustryUnloader",
|
||||
"name": "Andrews 3M-3",
|
||||
"trackSpans": [ "3M-3","3M-3-1","3M-3-2","3M-3-3" ],
|
||||
"carTypeFilter": "HMR",
|
||||
"sharedStorage": true,
|
||||
"loadId": "quartz-silica",
|
||||
"storageChangeRate": 0,
|
||||
"maxStorage": 2500000,
|
||||
"orderAroundEmpties": true,
|
||||
"carTransferRate": 600000,
|
||||
"orderAroundLoaded": true
|
||||
},
|
||||
"nepheline-syenite": {
|
||||
"type": "Model.Ops.IndustryUnloader",
|
||||
"name": "Andrews 3M-4",
|
||||
"trackSpans": [ "3M-3","3M-4","3M-3-1","3M-3-2","3M-3-3" ],
|
||||
"carTypeFilter": "XM",
|
||||
"sharedStorage": true,
|
||||
"loadId": "nepheline-syenite",
|
||||
"storageChangeRate": 0,
|
||||
"maxStorage": 2500000,
|
||||
"orderAroundEmpties": true,
|
||||
"carTransferRate": 600000,
|
||||
"orderAroundLoaded": true
|
||||
},
|
||||
"roofing-granules": {
|
||||
"type": "Model.Ops.IndustryLoader",
|
||||
"name": "Andrews 3M-5",
|
||||
"trackSpans": [ "3M-5","3M-6" ],
|
||||
"carTypeFilter": "HMR",
|
||||
"sharedStorage": true,
|
||||
"loadId": "roofing-granules",
|
||||
"storageChangeRate": 0,
|
||||
"maxStorage": 2000000,
|
||||
"orderAroundEmpties": true,
|
||||
"carTransferRate": 60000,
|
||||
"orderAroundLoaded": true
|
||||
},
|
||||
"stone": {
|
||||
"type": "Model.Ops.IndustryLoader",
|
||||
"name": "Andrews 3M-6",
|
||||
"trackSpans": [ "3M-5","3M-6" ],
|
||||
"carTypeFilter": "GB,HM*",
|
||||
"sharedStorage": true,
|
||||
"loadId": "debris",
|
||||
"storageChangeRate": 0,
|
||||
"maxStorage": 2000000,
|
||||
"orderAroundEmpties": true,
|
||||
"carTransferRate": 75000,
|
||||
"orderAroundLoaded": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"loads": {
|
||||
"quartz-silica": {
|
||||
"description": "Quartz Silica",
|
||||
"units": "Pounds",
|
||||
"density": 50,
|
||||
"unitWeightInPounds": 0,
|
||||
"importable": true,
|
||||
"payPerQuantity": 0,
|
||||
"costPerUnit": 0
|
||||
},
|
||||
"nepheline-syenite": {
|
||||
"description": "Nepheline Syenite",
|
||||
"units": "Pounds",
|
||||
"density": 40,
|
||||
"unitWeightInPounds": 0,
|
||||
"importable": true,
|
||||
"payPerQuantity": 0,
|
||||
"costPerUnit": 0
|
||||
},
|
||||
"roofing-granules": {
|
||||
"description": "Roofing Granules",
|
||||
"units": "Pounds",
|
||||
"density": 100,
|
||||
"unitWeightInPounds": 0,
|
||||
"importable": true,
|
||||
"payPerQuantity": 0,
|
||||
"costPerUnit": 0
|
||||
}
|
||||
},
|
||||
}
|
||||
637
RMROC451.Andrews3M/Railloader/Andrews3M-Tracks.json
Normal file
637
RMROC451.Andrews3M/Railloader/Andrews3M-Tracks.json
Normal file
@@ -0,0 +1,637 @@
|
||||
{
|
||||
"tracks": {
|
||||
"nodes": {
|
||||
"NCustom_j9d": {
|
||||
"position": { "x": -30907.91, "y": 529.062439, "z": -20159.5215 },
|
||||
"rotation": { "x": 0.245255426, "y": 247.917969, "z": 0.00164931908 },
|
||||
"flipSwitchStand": true
|
||||
},
|
||||
"NCustom_hlf": {
|
||||
"position": { "x": -30923.1133, "y": 528.8326, "z": -20167.6563 },
|
||||
"rotation": { "x": 1.25808847, "y": 236.367462, "z": 0.0225376915 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"Nijh": {
|
||||
"position": { "x": -29971.1582, "y": 534.0, "z": -19926.0059 },
|
||||
"rotation": { "x": 0.0, "y": 272.7713, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"N1v2": {
|
||||
"position": { "x": -29916.7871, "y": 534.0, "z": -19911.7656 },
|
||||
"rotation": { "x": 0.0, "y": 244.76532, "z": 0.0 },
|
||||
"flipSwitchStand": true
|
||||
},
|
||||
"NCustom_jp3g": {
|
||||
"position": { "x": -29982.6641, "y": 534.5, "z": -19930.3066 },
|
||||
"rotation": { "x": 0.0, "y": 272.7713, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NCustom_ujxi": {
|
||||
"position": { "x": -29909.8262, "y": 534.0, "z": -19910.582 },
|
||||
"rotation": { "x": 0.7488014, "y": 226.266113, "z": 359.993073 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"N22l": {
|
||||
"position": { "x": -29883.7031, "y": 534.433167, "z": -19884.5137 },
|
||||
"rotation": { "x": 0.575900555, "y": 224.175415, "z": 1.2006798E-07 },
|
||||
"flipSwitchStand": true
|
||||
},
|
||||
"NCustom_juj1": {
|
||||
"position": { "x": -31181.4746, "y": 528.0, "z": -20264.752 },
|
||||
"rotation": { "x": 0.0, "y": 252.7713, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NCustom_ufv8": {
|
||||
"position": { "x": -30037.6, "y": 534.5, "z": -19927.6465 },
|
||||
"rotation": { "x": 0.0, "y": 272.772919, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NCustom_yghg": {
|
||||
"position": { "x": -30625.9473, "y": 530.0, "z": -20049.1133 },
|
||||
"rotation": { "x": 0.0, "y": 248.808533, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NCustom_2xwi": {
|
||||
"position": { "x": -31300.7188, "y": 528.0, "z": -20310.248 },
|
||||
"rotation": { "x": 0.0, "y": 247.771255, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NCustom_7zl3": {
|
||||
"position": { "x": -31214.541, "y": 528.0, "z": -20281.14 },
|
||||
"rotation": { "x": 0.0, "y": 247.771255, "z": 0.0 },
|
||||
"flipSwitchStand": true
|
||||
},
|
||||
"NCustom_9mpi": {
|
||||
"position": { "x": -31298.2969, "y": 528.0, "z": -20315.7148 },
|
||||
"rotation": { "x": 0.0, "y": 247.781281, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NCustom_30m3": {
|
||||
"position": { "x": -31163.9355, "y": 528.0, "z": -20275.2754 },
|
||||
"rotation": { "x": 0.0, "y": 277.771179, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NCustom_2a6q": {
|
||||
"position": { "x": -31032.084, "y": 528.0, "z": -20292.7617 },
|
||||
"rotation": { "x": 0.0, "y": 277.771179, "z": 0.0 },
|
||||
"flipSwitchStand": true
|
||||
},
|
||||
"NCustom_chcw": {
|
||||
"position": { "x": -31215.4668, "y": 528.0, "z": -20281.52 },
|
||||
"rotation": { "x": 0.0, "y": 247.771255, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NA3My4gx": {
|
||||
"position": { "x": -31125.4082, "y": 528.0, "z": -20285.0723 },
|
||||
"rotation": { "x": 0.0, "y": 97.7711639, "z": 0.0 },
|
||||
"flipSwitchStand": true
|
||||
},
|
||||
"NA3Ma6dv": {
|
||||
"position": { "x": -30965.9, "y": 528.0, "z": -20306.9414 },
|
||||
"rotation": { "x": 0.0, "y": 277.771179, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NA3Mfj5y": {
|
||||
"position": { "x": -31494.3242, "y": 523.688232, "z": -20538.4863 },
|
||||
"rotation": { "x": 0.0, "y": 212.771286, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NCustom_3rv": {
|
||||
"position": { "x": -30966.8535, "y": 527.973755, "z": -20183.9844 },
|
||||
"rotation": { "x": 0.294854343, "y": 247.277054, "z": 1.200635E-07 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NCustom_hgv": {
|
||||
"position": { "x": -31092.8613, "y": 527.9414, "z": -20236.7539 },
|
||||
"rotation": { "x": 0.294854164, "y": 247.277054, "z": 6.670195E-08 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NA3Mx48": {
|
||||
"position": { "x": -30958.9668, "y": 527.8994, "z": -20186.043 },
|
||||
"rotation": { "x": 0.294854373, "y": 247.277054, "z": 1.200635E-07 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NCustom_cti": {
|
||||
"position": { "x": -31136.7676, "y": 527.907959, "z": -20251.8516 },
|
||||
"rotation": { "x": 359.865234, "y": 253.776764, "z": 0.0166885182 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NCustom_bkr": {
|
||||
"position": { "x": -31110.4082, "y": 527.878, "z": -20246.041 },
|
||||
"rotation": { "x": 0.0046763923, "y": 78.60296, "z": 359.981476 },
|
||||
"flipSwitchStand": true
|
||||
},
|
||||
"NCustom_x3b": {
|
||||
"position": { "x": -31076.916, "y": 527.8757, "z": -20235.2773 },
|
||||
"rotation": { "x": 0.0010180067, "y": 247.482971, "z": 359.980927 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NCustom_krcr": {
|
||||
"position": { "x": -31094.5781, "y": 528.0, "z": -20284.7383 },
|
||||
"rotation": { "x": 0.0, "y": 97.76993, "z": 0.0 },
|
||||
"flipSwitchStand": true
|
||||
},
|
||||
"NCustom_soaf": {
|
||||
"position": { "x": -31032.8223, "y": 528.0, "z": -20298.11 },
|
||||
"rotation": { "x": 0.0, "y": 97.77093, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NCustom_80n9": {
|
||||
"position": { "x": -31131.7461, "y": 528.041138, "z": -20284.22 },
|
||||
"rotation": { "x": 0.5718245, "y": 278.065918, "z": -0.000443637546 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NCustom_nwg9": {
|
||||
"position": { "x": -31146.58, "y": 527.8921, "z": -20285.7461 },
|
||||
"rotation": { "x": 0.571829, "y": 256.025818, "z": -0.0004437442 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NCustom_m40u": {
|
||||
"position": { "x": -31195.9824, "y": 527.3937, "z": -20293.8945 },
|
||||
"rotation": { "x": 0.571829438, "y": 276.025818, "z": -0.0004437976 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NCustom_ntmd": {
|
||||
"position": { "x": -31214.8965, "y": 528.0, "z": -20275.0781 },
|
||||
"rotation": { "x": 0.0, "y": 247.771255, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NCustom_pvec": {
|
||||
"position": { "x": -31111.2832, "y": 528.0, "z": -20287.0039 },
|
||||
"rotation": { "x": 0.0, "y": 97.76947, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NCustom_c7hm": {
|
||||
"position": { "x": -30965.1543, "y": 528.0, "z": -20301.5957 },
|
||||
"rotation": { "x": 0.0, "y": 97.7711639, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NCustom_0xcr": {
|
||||
"position": { "x": -31054.0352, "y": 528.0, "z": -20310.99 },
|
||||
"rotation": { "x": 0.0, "y": 38.77117, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NCustom_0qfz": {
|
||||
"position": { "x": -31065.1211, "y": 528.0, "z": -20324.7715 },
|
||||
"rotation": { "x": 0.0, "y": 219.771164, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NCustom_l1n7": {
|
||||
"position": { "x": -31130.7324, "y": 528.0, "z": -20364.8867 },
|
||||
"rotation": { "x": 0.0, "y": 97.7711639, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NCustom_bfxu": {
|
||||
"position": { "x": -31217.93, "y": 528.0, "z": -20352.9883 },
|
||||
"rotation": { "x": 0.0, "y": 277.771179, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NCustom_cd3l": {
|
||||
"position": { "x": -30976.5488, "y": 528.0, "z": -20385.83 },
|
||||
"rotation": { "x": 0.0, "y": 97.7711639, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NCustom_jn36": {
|
||||
"position": { "x": -31063.3633, "y": 528.0, "z": -20374.03 },
|
||||
"rotation": { "x": 0.0, "y": 97.53421, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NCustom_cwxy": {
|
||||
"position": { "x": -31114.3848, "y": 528.0, "z": -20367.125 },
|
||||
"rotation": { "x": 0.0, "y": 97.73812, "z": 0.0 },
|
||||
"flipSwitchStand": true
|
||||
},
|
||||
"NCustom_0pxc": {
|
||||
"position": { "x": -31064.26, "y": 528.0, "z": -20379.1875 },
|
||||
"rotation": { "x": 0.0, "y": 97.73812, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NCustom_26yy": {
|
||||
"position": { "x": -30977.2539, "y": 528.0, "z": -20391.0059 },
|
||||
"rotation": { "x": 0.0, "y": 97.73812, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NCustom_ml8q": null,
|
||||
"NCustom_w6b8": {
|
||||
"position": { "x": -30997.9922, "y": 528.0, "z": -20241.209 },
|
||||
"rotation": { "x": 0.0, "y": 38.77117, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NCustom_301o": null,
|
||||
"NCustom_0pj1": {
|
||||
"position": { "x": -30869.457, "y": 529.3039, "z": -20144.16 },
|
||||
"rotation": { "x": 0.206885576, "y": 248.752411, "z": 0.00261038332 },
|
||||
"flipSwitchStand": false
|
||||
}
|
||||
},
|
||||
"segments": {
|
||||
"SCustom_5s4n": null,
|
||||
"SCustom_1cf": {
|
||||
"style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "NCustom_j9d",
|
||||
"endId": "NCustom_3rv",
|
||||
"priority": 0,
|
||||
"speedLimit": 20,
|
||||
"groupId": ""
|
||||
},
|
||||
"SCustom_8eq": {
|
||||
"style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "NCustom_j9d",
|
||||
"endId": "NCustom_hlf",
|
||||
"priority": 0,
|
||||
"speedLimit": 20,
|
||||
"groupId": ""
|
||||
},
|
||||
"SCustom_8wc": {
|
||||
"style": "Yard",
|
||||
"trackClass": "Industrial",
|
||||
"startId": "NCustom_hlf",
|
||||
"endId": "NA3Mx48",
|
||||
"priority": 0,
|
||||
"speedLimit": 15,
|
||||
"groupId": ""
|
||||
},
|
||||
"Sqon": {
|
||||
"style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "N1v2",
|
||||
"endId": "Nijh",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": "s5"
|
||||
},
|
||||
"SCustom_uew2": {
|
||||
"style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "NCustom_ujxi",
|
||||
"endId": "NCustom_jp3g",
|
||||
"priority": 0,
|
||||
"speedLimit": 20,
|
||||
"groupId": ""
|
||||
},
|
||||
"SCustom_67r3": {
|
||||
"style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "NCustom_jp3g",
|
||||
"endId": "NCustom_ufv8",
|
||||
"priority": 0,
|
||||
"speedLimit": 20,
|
||||
"groupId": ""
|
||||
},
|
||||
"SCustom_uo9i": {
|
||||
"style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "NCustom_ufv8",
|
||||
"endId": "NCustom_yghg",
|
||||
"priority": 0,
|
||||
"speedLimit": 20,
|
||||
"groupId": ""
|
||||
},
|
||||
"SCustom_znmr": {
|
||||
"style": "Yard",
|
||||
"trackClass": "Industrial",
|
||||
"startId": "NCustom_juj1",
|
||||
"endId": "NCustom_7zl3",
|
||||
"priority": 0,
|
||||
"speedLimit": 15,
|
||||
"groupId": ""
|
||||
},
|
||||
"SCustom_e6lh": {
|
||||
"style": "Yard",
|
||||
"trackClass": "Industrial",
|
||||
"startId": "NCustom_30m3",
|
||||
"endId": "NCustom_7zl3",
|
||||
"priority": 0,
|
||||
"speedLimit": 15,
|
||||
"groupId": ""
|
||||
},
|
||||
"SCustom_f0oa": {
|
||||
"style": "Yard",
|
||||
"trackClass": "Industrial",
|
||||
"startId": "NCustom_7zl3",
|
||||
"endId": "NCustom_chcw",
|
||||
"priority": 0,
|
||||
"speedLimit": 15,
|
||||
"groupId": ""
|
||||
},
|
||||
"SCustom_3y87": {
|
||||
"style": "Yard",
|
||||
"trackClass": "Industrial",
|
||||
"startId": "NCustom_9mpi",
|
||||
"endId": "NCustom_chcw",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": ""
|
||||
},
|
||||
"SCustom_05a": {
|
||||
"style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "NCustom_3rv",
|
||||
"endId": "NCustom_hgv",
|
||||
"priority": 0,
|
||||
"speedLimit": 20,
|
||||
"groupId": ""
|
||||
},
|
||||
"SCustom_7qm": {
|
||||
"style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "NCustom_hgv",
|
||||
"endId": "NCustom_cti",
|
||||
"priority": 0,
|
||||
"speedLimit": 20,
|
||||
"groupId": ""
|
||||
},
|
||||
"SCustom_n2t": {
|
||||
"style": "Yard",
|
||||
"trackClass": "Industrial",
|
||||
"startId": "NCustom_cti",
|
||||
"endId": "NCustom_juj1",
|
||||
"priority": 0,
|
||||
"speedLimit": 20,
|
||||
"groupId": ""
|
||||
},
|
||||
"SCustom_abe": {
|
||||
"style": "Yard",
|
||||
"trackClass": "Industrial",
|
||||
"startId": "NCustom_cti",
|
||||
"endId": "NCustom_bkr",
|
||||
"priority": 0,
|
||||
"speedLimit": 20,
|
||||
"groupId": ""
|
||||
},
|
||||
"SCustom_vp1": {
|
||||
"style": "Yard",
|
||||
"trackClass": "Industrial",
|
||||
"startId": "NCustom_x3b",
|
||||
"endId": "NCustom_bkr",
|
||||
"priority": 0,
|
||||
"speedLimit": 15,
|
||||
"groupId": null
|
||||
},
|
||||
"SCustom_yn6l": {
|
||||
"style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "N22l",
|
||||
"endId": "NCustom_ujxi",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": ""
|
||||
},
|
||||
"SCustom_qj5l": {
|
||||
"style": "Yard",
|
||||
"trackClass": "Industrial",
|
||||
"startId": "NCustom_30m3",
|
||||
"endId": "NCustom_krcr",
|
||||
"priority": 0,
|
||||
"speedLimit": 15,
|
||||
"groupId": ""
|
||||
},
|
||||
"SCustom_tx9o": {
|
||||
"style": "Yard",
|
||||
"trackClass": "Industrial",
|
||||
"startId": "NCustom_krcr",
|
||||
"endId": "NCustom_2a6q",
|
||||
"priority": 0,
|
||||
"speedLimit": 15,
|
||||
"groupId": ""
|
||||
},
|
||||
"SCustom_57wj": {
|
||||
"style": "Yard",
|
||||
"trackClass": "Industrial",
|
||||
"startId": "NCustom_krcr",
|
||||
"endId": "NA3My4gx",
|
||||
"priority": 0,
|
||||
"speedLimit": 15,
|
||||
"groupId": ""
|
||||
},
|
||||
"SCustom_vztz": {
|
||||
"style": "Yard",
|
||||
"trackClass": "Industrial",
|
||||
"startId": "NCustom_x3b",
|
||||
"endId": "NA3Mx48",
|
||||
"priority": 0,
|
||||
"speedLimit": 15,
|
||||
"groupId": ""
|
||||
},
|
||||
"SCustom_f2pj": {
|
||||
"style": "Yard",
|
||||
"trackClass": "Industrial",
|
||||
"startId": "NCustom_soaf",
|
||||
"endId": "NA3Ma6dv",
|
||||
"priority": 0,
|
||||
"speedLimit": 15,
|
||||
"groupId": ""
|
||||
},
|
||||
"SCustom_fwb4": {
|
||||
"style": "Yard",
|
||||
"trackClass": "Industrial",
|
||||
"startId": "NA3My4gx",
|
||||
"endId": "NCustom_80n9",
|
||||
"priority": 0,
|
||||
"speedLimit": 15,
|
||||
"groupId": ""
|
||||
},
|
||||
"SCustom_rmw9": {
|
||||
"style": "Yard",
|
||||
"trackClass": "Industrial",
|
||||
"startId": "NCustom_80n9",
|
||||
"endId": "NCustom_30m3",
|
||||
"priority": 0,
|
||||
"speedLimit": 15,
|
||||
"groupId": ""
|
||||
},
|
||||
"SCustom_80k4": {
|
||||
"style": "Yard",
|
||||
"trackClass": "Industrial",
|
||||
"startId": "NCustom_80n9",
|
||||
"endId": "NCustom_nwg9",
|
||||
"priority": 0,
|
||||
"speedLimit": 15,
|
||||
"groupId": ""
|
||||
},
|
||||
"SCustom_usx8": {
|
||||
"style": "Yard",
|
||||
"trackClass": "Industrial",
|
||||
"startId": "NCustom_nwg9",
|
||||
"endId": "NCustom_m40u",
|
||||
"priority": 0,
|
||||
"speedLimit": 15,
|
||||
"groupId": ""
|
||||
},
|
||||
"SCustom_mips": {
|
||||
"style": "Yard",
|
||||
"trackClass": "Industrial",
|
||||
"startId": "NCustom_2xwi",
|
||||
"endId": "NCustom_ntmd",
|
||||
"priority": 0,
|
||||
"speedLimit": 15,
|
||||
"groupId": ""
|
||||
},
|
||||
"SCustom_wl5q": {
|
||||
"style": "Yard",
|
||||
"trackClass": "Industrial",
|
||||
"startId": "NCustom_ntmd",
|
||||
"endId": "NCustom_juj1",
|
||||
"priority": 0,
|
||||
"speedLimit": 15,
|
||||
"groupId": ""
|
||||
},
|
||||
"SCustom_kbcp": {
|
||||
"style": "Yard",
|
||||
"trackClass": "Industrial",
|
||||
"startId": "NA3My4gx",
|
||||
"endId": "NCustom_pvec",
|
||||
"priority": 0,
|
||||
"speedLimit": 15,
|
||||
"groupId": ""
|
||||
},
|
||||
"SCustom_kpi0": {
|
||||
"style": "Yard",
|
||||
"trackClass": "Industrial",
|
||||
"startId": "NCustom_pvec",
|
||||
"endId": "NCustom_soaf",
|
||||
"priority": 0,
|
||||
"speedLimit": 15,
|
||||
"groupId": ""
|
||||
},
|
||||
"SCustom_68q6": {
|
||||
"style": "Yard",
|
||||
"trackClass": "Industrial",
|
||||
"startId": "NCustom_2a6q",
|
||||
"endId": "NCustom_c7hm",
|
||||
"priority": 0,
|
||||
"speedLimit": 15,
|
||||
"groupId": ""
|
||||
},
|
||||
"SCustom_noba": null,
|
||||
"SCustom_g8cq": {
|
||||
"style": "Yard",
|
||||
"trackClass": "Industrial",
|
||||
"startId": "NCustom_0xcr",
|
||||
"endId": "NCustom_0qfz",
|
||||
"priority": 0,
|
||||
"speedLimit": 15,
|
||||
"groupId": ""
|
||||
},
|
||||
"SCustom_v90z": {
|
||||
"style": "Yard",
|
||||
"trackClass": "Industrial",
|
||||
"startId": "NCustom_l1n7",
|
||||
"endId": "NCustom_bfxu",
|
||||
"priority": 0,
|
||||
"speedLimit": 15,
|
||||
"groupId": ""
|
||||
},
|
||||
"SCustom_8cao": {
|
||||
"style": "Yard",
|
||||
"trackClass": "Industrial",
|
||||
"startId": "NCustom_jn36",
|
||||
"endId": "NCustom_cd3l",
|
||||
"priority": 0,
|
||||
"speedLimit": 15,
|
||||
"groupId": ""
|
||||
},
|
||||
"SCustom_0rp0": {
|
||||
"style": "Yard",
|
||||
"trackClass": "Industrial",
|
||||
"startId": "NCustom_cwxy",
|
||||
"endId": "NCustom_jn36",
|
||||
"priority": 0,
|
||||
"speedLimit": 15,
|
||||
"groupId": ""
|
||||
},
|
||||
"SCustom_e089": {
|
||||
"style": "Yard",
|
||||
"trackClass": "Industrial",
|
||||
"startId": "NCustom_cwxy",
|
||||
"endId": "NCustom_0pxc",
|
||||
"priority": 0,
|
||||
"speedLimit": 15,
|
||||
"groupId": ""
|
||||
},
|
||||
"SCustom_iyyd": {
|
||||
"style": "Yard",
|
||||
"trackClass": "Industrial",
|
||||
"startId": "NCustom_0pxc",
|
||||
"endId": "NCustom_26yy",
|
||||
"priority": 0,
|
||||
"speedLimit": 15,
|
||||
"groupId": ""
|
||||
},
|
||||
"SCustom_o87b": {
|
||||
"style": "Yard",
|
||||
"trackClass": "Industrial",
|
||||
"startId": "NCustom_l1n7",
|
||||
"endId": "NCustom_0qfz",
|
||||
"priority": 0,
|
||||
"speedLimit": 15,
|
||||
"groupId": ""
|
||||
},
|
||||
"SCustom_mt7r": {
|
||||
"style": "Yard",
|
||||
"trackClass": "Industrial",
|
||||
"startId": "NCustom_l1n7",
|
||||
"endId": "NCustom_cwxy",
|
||||
"priority": 0,
|
||||
"speedLimit": 15,
|
||||
"groupId": ""
|
||||
},
|
||||
"SCustom_m5qk": null,
|
||||
"SCustom_bo08": {
|
||||
"style": "Yard",
|
||||
"trackClass": "Industrial",
|
||||
"startId": "NCustom_0xcr",
|
||||
"endId": "NCustom_w6b8",
|
||||
"priority": 0,
|
||||
"speedLimit": 15,
|
||||
"groupId": ""
|
||||
},
|
||||
"SCustom_i5qz": null,
|
||||
"SCustom_wy0q": null,
|
||||
"SCustom_vmdo": null,
|
||||
"SCustom_kmyc": null,
|
||||
"SCustom_xueg": null,
|
||||
"SCustom_t5pq": {
|
||||
"style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "NCustom_yghg",
|
||||
"endId": "NCustom_0pj1",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": ""
|
||||
},
|
||||
"SCustom_iv5v": {
|
||||
"style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "NCustom_0pj1",
|
||||
"endId": "NCustom_j9d",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": ""
|
||||
},
|
||||
"SCustom_udqy": {
|
||||
"style": "Yard",
|
||||
"trackClass": "Industrial",
|
||||
"startId": "NCustom_0pj1",
|
||||
"endId": "NCustom_w6b8",
|
||||
"priority": 0,
|
||||
"speedLimit": 15,
|
||||
"groupId": ""
|
||||
}
|
||||
},
|
||||
"spans": {}
|
||||
},
|
||||
"splineys": {
|
||||
"OCustom_cgu4": {
|
||||
"handler": "AlinasMapMod.MapLabelBuilder",
|
||||
"position": { "x": -31095.6426, "y": 527.840637, "z": -20326.8281 },
|
||||
"text": "Andrews 3M",
|
||||
"alignment": "TopLeft"
|
||||
}
|
||||
},
|
||||
"scenery": {
|
||||
"ZCustom_7ytd": null
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
[
|
||||
{
|
||||
"carType": "EX-BricklineExpress",
|
||||
"Name": "Brickline Express"
|
||||
}
|
||||
]
|
||||
32
legotrainman.crosstraffic/LICENSE
Normal file
32
legotrainman.crosstraffic/LICENSE
Normal file
@@ -0,0 +1,32 @@
|
||||
By downloading, installing, or using the mod this file is included with ("the Mod"), you agree to the following terms:
|
||||
|
||||
1) No Redistribution:
|
||||
|
||||
- You may not reupload, distribute, or share the Mod on any website, platform, or service without prior written permission from the Mod's author, legotrainman ("the Author").
|
||||
- Inclusion of the Mod in modpacks, compilations, or zip files intended for redistribution is strictly prohibited without explicit authorization from the Author.
|
||||
2) No Modification or Reverse Engineering:
|
||||
|
||||
- You may not open, decompile, reverse engineer, or modify any part of the Mod, including but not limited to its .dll files or Unity Bundle files.
|
||||
|
||||
3) No Commercial Use:
|
||||
|
||||
- You may not use the Mod for any commercial purpose. This includes but is not limited to:
|
||||
- Selling or monetizing access to the Mod.
|
||||
- Using the Mod as part of any paid service, product, or content.
|
||||
- Generating revenue through advertisements, donations, or other means directly tied to the Mod’s distribution or use.
|
||||
|
||||
4) Personal Use Only:
|
||||
|
||||
- You are granted a non-exclusive, non-transferable license to use the Mod for personal, non-commercial purposes only.
|
||||
|
||||
5) Liability and Warranty:
|
||||
|
||||
- The Mod is provided "as is" without warranty of any kind. The Author is not responsible for any damage, data loss, or other issues arising from the use of the Mod.
|
||||
|
||||
6) Termination:
|
||||
|
||||
- Failure to comply with these terms will result in the immediate termination of your right to use the Mod.
|
||||
Contact:
|
||||
|
||||
For permissions, inquiries, or requests, contact the Author on Discord (legotrainman), or on Nexus mods (https://next.nexusmods.com/profile/legotrainman).
|
||||
By using the Mod, you acknowledge that you have read, understood, and agreed to these terms.
|
||||
Binary file not shown.
@@ -6,7 +6,7 @@
|
||||
"clone": true,
|
||||
"cloneDefault": true,
|
||||
"price": 0,
|
||||
"CarType": "EX",
|
||||
"CarType": "EX-BricklineExpress",
|
||||
"adds":[
|
||||
{
|
||||
"replace": true,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"Id": "legotrainman.crosstraffic",
|
||||
"Version": "2.0.1",
|
||||
"Version": "2.1.0c",
|
||||
"DisplayName": "Lego's Cross Traffic Mod",
|
||||
"Author": "legotrainman",
|
||||
"AssemblyName": "LegosCrossTraffic.dll",
|
||||
|
||||
Binary file not shown.
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"Id": "legotrainman.logosanddeco",
|
||||
"Version": "2.1.1",
|
||||
"Version": "2.1.2",
|
||||
"DisplayName": "Lego's Logos and Decorations",
|
||||
"Author": "legotrainman",
|
||||
"EntryMethod": "LegosLogosAndDeco.Main.Load",
|
||||
|
||||
Reference in New Issue
Block a user