Compare commits
8 Commits
ducktown-b
...
duck
| Author | SHA1 | Date | |
|---|---|---|---|
|
a04f5d15b5
|
|||
|
1e779b4c72
|
|||
|
78c784a174
|
|||
|
67c0d5f6ae
|
|||
|
8c7969f515
|
|||
|
4385034c7d
|
|||
|
6f06126b77
|
|||
|
18a9551275
|
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"manifestVersion": 1,
|
||||
"id": "Musician101.CanIMakeIt",
|
||||
"name": "Can I Make It?",
|
||||
"Author": "Musician101",
|
||||
"Version": "1.0.0",
|
||||
"assemblies": [ "CanIMakeIt" ]
|
||||
}
|
||||
@@ -2,7 +2,7 @@
|
||||
"manifestVersion": 1,
|
||||
"id": "DucktownRR.Customs",
|
||||
"name": "Ducktown Railroad Customs",
|
||||
"version": "0.0.3",
|
||||
"version": "0.0.2",
|
||||
"requires": [
|
||||
{
|
||||
"id": "railroader",
|
||||
@@ -25,7 +25,7 @@
|
||||
"file(Railloader/tweakedLoadIDS.json)"
|
||||
],
|
||||
"container:fm-flatcar01": [
|
||||
"file(Railloader/loggingcarsDT.json)"
|
||||
"file(Railloader/loggingcarsDT.json)",
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -84,7 +84,7 @@
|
||||
3.0,
|
||||
0.05
|
||||
],
|
||||
"text": "<i>Freight on Time...<br> or else.",
|
||||
"text": "<i>Freight on Time...<br> Every Time.",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
@@ -183,7 +183,7 @@
|
||||
3.0,
|
||||
0.05
|
||||
],
|
||||
"text": "<i>Freight on Time...<br> sometimes.",
|
||||
"text": "<i>Freight on Time...<br> Every Time.",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
|
||||
@@ -1,12 +1,7 @@
|
||||
{
|
||||
"Id": "Ducktown",
|
||||
"Version": "0.0.3",
|
||||
"DisplayName": "Ducktown Railroad Customs",
|
||||
"Version": "0.0.2",
|
||||
"DisplayName": "DTRR custom reefers",
|
||||
"Author": "Hawke",
|
||||
"ManagerVersion": "0.27.3",
|
||||
"Requirements": [
|
||||
"RLW Baggage Loads-2.1.0",
|
||||
"Private Owner Reefers-1.0.0",
|
||||
"legotrainman.crosstraffic-2.0.1"
|
||||
]
|
||||
}
|
||||
"ManagerVersion": "0.27.3"
|
||||
}
|
||||
|
||||
@@ -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": ""
|
||||
|
||||
|
||||
@@ -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
@@ -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",
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"assemblies": [ "ForYourConvenience" ],
|
||||
"updateUrl": "https://railroader.stelltis.ch/updates.json"
|
||||
}
|
||||
@@ -1,27 +0,0 @@
|
||||
{
|
||||
"manifestVersion": 5,
|
||||
"id": "Zamu.ForYourConvenience",
|
||||
"name": "For Your Convenience",
|
||||
"version": "1.2.24366.2200",
|
||||
"requires": [
|
||||
{
|
||||
"id": "railloader",
|
||||
"notBefore": "1.9.6.8"
|
||||
}
|
||||
],
|
||||
"redirects": [
|
||||
{
|
||||
"definition": "Definition.Stable.json",
|
||||
"requires": [
|
||||
{
|
||||
"id": "railroader",
|
||||
"notAfter": "2024.5.9999"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"definition": "Experimental/Definition.Experimental.json"
|
||||
}
|
||||
],
|
||||
"updateUrl": "https://railroader.stelltis.ch/updates.json"
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"assemblies": [ "ForYourConvenience" ],
|
||||
"updateUrl": "https://railroader.stelltis.ch/updates.json"
|
||||
}
|
||||
BIN
LegosBetterLoans/LegosBetterLoans.dll
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"
|
||||
}
|
||||
@@ -1,170 +0,0 @@
|
||||
{
|
||||
"identifier": "gb-gondola02",
|
||||
"adds": [
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.0,
|
||||
2.0,
|
||||
0.1
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.54044664,
|
||||
1.46600342,
|
||||
3.38128376
|
||||
],
|
||||
"rotation": [
|
||||
0.153045923,
|
||||
0.6903455,
|
||||
0.153045923,
|
||||
0.6903455
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.0,
|
||||
2.0,
|
||||
0.1
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.54045546,
|
||||
1.42614746,
|
||||
1.793531
|
||||
],
|
||||
"rotation": [
|
||||
0.153045923,
|
||||
0.6903455,
|
||||
0.153045923,
|
||||
0.6903455
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.0,
|
||||
2.0,
|
||||
0.1
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 3",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.53885138,
|
||||
1.73034668,
|
||||
-0.291675061
|
||||
],
|
||||
"rotation": [
|
||||
-0.153045923,
|
||||
-0.6903455,
|
||||
0.153045923,
|
||||
0.6903455
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.0,
|
||||
2.0,
|
||||
0.1
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 4",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.538846,
|
||||
1.56164551,
|
||||
-3.99787664
|
||||
],
|
||||
"rotation": [
|
||||
-0.06777318,
|
||||
0.7038514,
|
||||
0.06777318,
|
||||
-0.7038514
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
0.75,
|
||||
0.75,
|
||||
0.1
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 5",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.53883052,
|
||||
1.25897217,
|
||||
-3.07538772
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.7071068,
|
||||
0.0,
|
||||
-0.7071068
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,137 +0,0 @@
|
||||
{
|
||||
"identifier": "gb-gondola3",
|
||||
"adds": [
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
1.0,
|
||||
1.0,
|
||||
0.1
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.31524944,
|
||||
1.56488037,
|
||||
0.689277232
|
||||
],
|
||||
"rotation": [
|
||||
0.0308435634,
|
||||
0.7064338,
|
||||
0.0308435634,
|
||||
0.7064338
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
1.0,
|
||||
1.0,
|
||||
0.1
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.31522667,
|
||||
1.35455322,
|
||||
3.28227425
|
||||
],
|
||||
"rotation": [
|
||||
-0.0739127845,
|
||||
0.7032332,
|
||||
-0.0739127845,
|
||||
0.7032332
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
1.0,
|
||||
1.0,
|
||||
0.1
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 3",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.315227,
|
||||
1.354553,
|
||||
-3.282274
|
||||
],
|
||||
"rotation": [
|
||||
-0.07391281,
|
||||
0.7032332,
|
||||
0.07391281,
|
||||
-0.7032332
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
1.0,
|
||||
1.0,
|
||||
0.1
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 4",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.315249,
|
||||
1.56488,
|
||||
0.6892772
|
||||
],
|
||||
"rotation": [
|
||||
-0.0308435634,
|
||||
-0.7064338,
|
||||
0.0308435634,
|
||||
0.7064338
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,71 +0,0 @@
|
||||
{
|
||||
"identifier": "gb-gondola04",
|
||||
"adds": [
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.0,
|
||||
2.0,
|
||||
0.1
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.246049,
|
||||
1.23834229,
|
||||
1.63342464
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.7071068,
|
||||
0.0,
|
||||
0.7071068
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.0,
|
||||
2.0,
|
||||
0.1
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.246049,
|
||||
1.238342,
|
||||
-1.633425
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
-0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,137 +0,0 @@
|
||||
{
|
||||
"identifier": "gb-gondola05",
|
||||
"adds": [
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
1.5,
|
||||
1.5,
|
||||
0.15
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.49018371,
|
||||
1.62298584,
|
||||
-2.42961884
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.7071068,
|
||||
0.0,
|
||||
0.7071068
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
1.0,
|
||||
1.0,
|
||||
0.15
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.49017859,
|
||||
1.51422119,
|
||||
2.927307
|
||||
],
|
||||
"rotation": [
|
||||
0.110615879,
|
||||
0.698401153,
|
||||
0.110615879,
|
||||
0.698401153
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
1.0,
|
||||
1.0,
|
||||
0.15
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 3",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.490179,
|
||||
1.514221,
|
||||
-2.927307
|
||||
],
|
||||
"rotation": [
|
||||
-0.110615879,
|
||||
-0.698401153,
|
||||
0.110615879,
|
||||
0.698401153
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
1.5,
|
||||
1.5,
|
||||
0.15
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 4",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.490184,
|
||||
1.622986,
|
||||
2.429619
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
-0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,71 +0,0 @@
|
||||
{
|
||||
"identifier": "gs-gondola06",
|
||||
"adds": [
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
1.0,
|
||||
1.0,
|
||||
0.15
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.385239,
|
||||
1.86022949,
|
||||
-6.99911834E-06
|
||||
],
|
||||
"rotation": [
|
||||
-0.0739127845,
|
||||
0.7032332,
|
||||
-0.0739127845,
|
||||
0.7032332
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
1.0,
|
||||
1.0,
|
||||
0.15
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.385239,
|
||||
1.860229,
|
||||
6.999118E-06
|
||||
],
|
||||
"rotation": [
|
||||
-0.0739127845,
|
||||
0.7032332,
|
||||
-0.0739127845,
|
||||
0.7032332
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,137 +0,0 @@
|
||||
{
|
||||
"identifier": "gb-gondola1",
|
||||
"adds": [
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
1.5,
|
||||
1.5,
|
||||
0.1
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.37449622,
|
||||
1.29815674,
|
||||
2.80617833
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.7071069,
|
||||
0.0,
|
||||
0.7071069
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.0,
|
||||
2.0,
|
||||
0.1
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.37444341,
|
||||
1.32147217,
|
||||
-2.506546
|
||||
],
|
||||
"rotation": [
|
||||
-0.09229596,
|
||||
0.701057434,
|
||||
-0.09229596,
|
||||
0.701057434
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
1.5,
|
||||
1.5,
|
||||
0.1
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 3",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.37741351,
|
||||
1.32147217,
|
||||
-2.50647879
|
||||
],
|
||||
"rotation": [
|
||||
-0.09229596,
|
||||
-0.7010574,
|
||||
0.09229596,
|
||||
0.7010574
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.0,
|
||||
2.0,
|
||||
0.1
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 4",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.37744772,
|
||||
1.27270508,
|
||||
2.53523326
|
||||
],
|
||||
"rotation": [
|
||||
0.043167837,
|
||||
-0.705787957,
|
||||
-0.04316784,
|
||||
0.705787957
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,137 +0,0 @@
|
||||
{
|
||||
"identifier": "hm-hopper02",
|
||||
"adds": [
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.5,
|
||||
2.5,
|
||||
0.15
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.43813956,
|
||||
1.97241211,
|
||||
1.47891057
|
||||
],
|
||||
"rotation": [
|
||||
0.09229597,
|
||||
0.7010574,
|
||||
0.09229597,
|
||||
0.7010574
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.5,
|
||||
2.5,
|
||||
0.15
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.43813241,
|
||||
1.97241211,
|
||||
-2.585984
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.7071068,
|
||||
0.0,
|
||||
0.7071068
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.5,
|
||||
2.5,
|
||||
0.15
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 3",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.438132,
|
||||
1.972412,
|
||||
2.585984
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.7071068,
|
||||
0.0,
|
||||
0.7071068
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.5,
|
||||
2.5,
|
||||
0.15
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 4",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.43814,
|
||||
1.972412,
|
||||
-1.478911
|
||||
],
|
||||
"rotation": [
|
||||
0.09229597,
|
||||
0.7010574,
|
||||
0.09229597,
|
||||
0.7010574
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,71 +0,0 @@
|
||||
{
|
||||
"identifier": "hmr-hopper03",
|
||||
"adds": [
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.0,
|
||||
2.0,
|
||||
0.15
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.39004123,
|
||||
2.12774658,
|
||||
1.77749681
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.7071068,
|
||||
0.0,
|
||||
0.7071068
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.0,
|
||||
2.0,
|
||||
0.15
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.390041,
|
||||
2.127747,
|
||||
-1.777497
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
-0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,137 +0,0 @@
|
||||
{
|
||||
"identifier": "ht-hopper01",
|
||||
"adds": [
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
3.0,
|
||||
3.0,
|
||||
0.05
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.49758554,
|
||||
2.0534668,
|
||||
2.262633
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.7071068,
|
||||
0.0,
|
||||
0.7071068
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.5,
|
||||
2.5,
|
||||
0.05
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.49757314,
|
||||
2.0534668,
|
||||
-2.636317
|
||||
],
|
||||
"rotation": [
|
||||
0.153045923,
|
||||
0.6903455,
|
||||
0.153045923,
|
||||
0.6903455
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.5,
|
||||
2.5,
|
||||
0.05
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 3",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.497573,
|
||||
2.053467,
|
||||
2.636317
|
||||
],
|
||||
"rotation": [
|
||||
0.153045923,
|
||||
-0.6903455,
|
||||
-0.153045923,
|
||||
0.6903455
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
3.0,
|
||||
3.0,
|
||||
0.05
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 4",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.497586,
|
||||
2.053467,
|
||||
-2.262633
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
-0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,149 +0,0 @@
|
||||
{
|
||||
"identifier": "xm-boxcar01",
|
||||
"adds": [
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
3.0,
|
||||
3.0,
|
||||
0.075
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.34903741,
|
||||
2.31799316,
|
||||
3.750553
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.7071068,
|
||||
0.0,
|
||||
0.7071068
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.5,
|
||||
2.5,
|
||||
0.075
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"rotation": [
|
||||
1.64539782E-15,
|
||||
0.7071068,
|
||||
3.62973057E-15,
|
||||
0.7071068
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": {
|
||||
"path": [
|
||||
"boxcar01",
|
||||
"Right Door",
|
||||
"Bone 2"
|
||||
]
|
||||
},
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.5,
|
||||
2.5,
|
||||
0.075
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 3",
|
||||
"transform": {
|
||||
"position": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"rotation": [
|
||||
1.64539782E-15,
|
||||
0.7071068,
|
||||
3.62973057E-15,
|
||||
0.7071068
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": {
|
||||
"path": [
|
||||
"boxcar01",
|
||||
"Left Doors",
|
||||
"Bone 1"
|
||||
]
|
||||
},
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
3.0,
|
||||
3.0,
|
||||
0.075
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 4",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.349037,
|
||||
2.317993,
|
||||
-3.750553
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
-0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,83 +0,0 @@
|
||||
{
|
||||
"identifier": "xm-boxcar02",
|
||||
"adds": [
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.0,
|
||||
2.0,
|
||||
0.05
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"rotation": [
|
||||
0.49999997,
|
||||
0.49999997,
|
||||
0.49999997,
|
||||
0.49999997
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": {
|
||||
"path": [
|
||||
"boxcar02",
|
||||
"Boxcar02_LOD0",
|
||||
"Left"
|
||||
]
|
||||
},
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.0,
|
||||
2.0,
|
||||
0.05
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"rotation": [
|
||||
0.49999994,
|
||||
-0.5,
|
||||
-0.5,
|
||||
0.49999994
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": {
|
||||
"path": [
|
||||
"boxcar02",
|
||||
"Boxcar02_LOD0",
|
||||
"Right"
|
||||
]
|
||||
},
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,71 +0,0 @@
|
||||
{
|
||||
"identifier": "xm-boxcar03",
|
||||
"adds": [
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.5,
|
||||
2.5,
|
||||
0.05
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.40590644,
|
||||
2.15856934,
|
||||
-4.3634057
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.7071068,
|
||||
0.0,
|
||||
0.7071068
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.5,
|
||||
2.5,
|
||||
0.05
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.405906,
|
||||
2.158569,
|
||||
4.363406
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
-0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,137 +0,0 @@
|
||||
{
|
||||
"identifier": "xm-boxcar04",
|
||||
"adds": [
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.0,
|
||||
2.0,
|
||||
0.05
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.55610645,
|
||||
2.30603027,
|
||||
2.46854115
|
||||
],
|
||||
"rotation": [
|
||||
0.0922959745,
|
||||
0.701057434,
|
||||
0.09229597,
|
||||
0.701057434
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.5,
|
||||
2.5,
|
||||
0.05
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.5559721,
|
||||
2.10516357,
|
||||
-2.86506033
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.7071068,
|
||||
0.0,
|
||||
0.7071068
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.5,
|
||||
2.5,
|
||||
0.05
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 3",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.555972,
|
||||
2.105164,
|
||||
2.86506
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
-0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.0,
|
||||
2.0,
|
||||
0.05
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 4",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.556106,
|
||||
2.30603,
|
||||
-2.468541
|
||||
],
|
||||
"rotation": [
|
||||
0.09229596,
|
||||
-0.7010574,
|
||||
-0.09229596,
|
||||
0.7010574
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,147 +0,0 @@
|
||||
{
|
||||
"identifier": "xm-boxcar05",
|
||||
"adds": [
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
1.5,
|
||||
1.5,
|
||||
0.05
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
0.0,
|
||||
4.31209628E-08,
|
||||
-0.241149947
|
||||
],
|
||||
"rotation": [
|
||||
0.50000006,
|
||||
0.50000006,
|
||||
0.50000006,
|
||||
0.50000006
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": {
|
||||
"path": [
|
||||
"boxcar05",
|
||||
"Door Left"
|
||||
]
|
||||
},
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
1.5,
|
||||
1.5,
|
||||
0.05
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
0.0,
|
||||
4.31209628E-08,
|
||||
-0.241149947
|
||||
],
|
||||
"rotation": [
|
||||
0.49999994,
|
||||
-0.5,
|
||||
-0.5,
|
||||
0.49999994
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": {
|
||||
"path": [
|
||||
"boxcar05",
|
||||
"Door Right"
|
||||
]
|
||||
},
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.5,
|
||||
2.5,
|
||||
0.05
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 3",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.39367187,
|
||||
2.28759766,
|
||||
-3.310901
|
||||
],
|
||||
"rotation": [
|
||||
0.09229596,
|
||||
0.7010574,
|
||||
0.09229596,
|
||||
0.7010574
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.5,
|
||||
2.5,
|
||||
0.05
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 4",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.393672,
|
||||
2.287598,
|
||||
3.310901
|
||||
],
|
||||
"rotation": [
|
||||
0.09229596,
|
||||
-0.7010574,
|
||||
-0.09229596,
|
||||
0.7010574
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"Id": "LegosGraffitiMod",
|
||||
"Version": "1.0.0",
|
||||
"DisplayName": "Lego's Graffiti Mod",
|
||||
"Author": "legotrainman",
|
||||
"EntryMethod": "LegosGraffitiMod.Main.Load",
|
||||
"ManagerVersion": "0.27.3",
|
||||
"LoadAfter": ["LegosLibraryOfStuff"]
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"Id": "LegosUsedLocos",
|
||||
"Version": "1.2.1",
|
||||
"DisplayName": "Lego's Used Locomotive Market",
|
||||
"Author": "legotrainman",
|
||||
"EntryMethod": "LegosUsedLocos.Main.Load",
|
||||
"ManagerVersion": "0.27.3"
|
||||
}
|
||||
@@ -1,21 +0,0 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2023 Michael Richer a.k.a. Vanguard
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
|
Before Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 14 KiB |
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"Id": "MapEnhancer",
|
||||
"DisplayName": "Map Enhancer",
|
||||
"Author": "Vanguard",
|
||||
"Version": "1.5.2",
|
||||
"AssemblyName": "MapEnhancer.dll",
|
||||
"EntryMethod": "MapEnhancer.UMM.Loader.Load",
|
||||
"ManagerVersion": "0.27.12",
|
||||
"HomePage": "https://www.nexusmods.com/railroader/mods/18/",
|
||||
"Repository": "https://raw.githubusercontent.com/mricher-git/rr-mapenhancer-mod/master/repository.json"
|
||||
}
|
||||
|
Before Width: | Height: | Size: 763 B |
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"Id": "RLW Baggage Loads",
|
||||
"Version": "2.1.0",
|
||||
"DisplayName": "Baggage Loads",
|
||||
"Author": "Raider Locomotive Works",
|
||||
"ManagerVersion": "0.27.3"
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{"identifier":"rlw_baggage_load","name":"rlw_baggage_load","shared":false,"assets":{"SuitCase 1":{"name":"SuitCase 1","type":"prefab","filename":"SuitCase 1.prefab"},"SuitCase 1a":{"name":"SuitCase 1a","type":"prefab","filename":"SuitCase 1a.prefab"},"SuitCase 1b":{"name":"SuitCase 1b","type":"prefab","filename":"SuitCase 1b.prefab"},"SuitCase 2":{"name":"SuitCase 2","type":"prefab","filename":"SuitCase 2.prefab"},"SuitCase 2a":{"name":"SuitCase 2a","type":"prefab","filename":"SuitCase 2a.prefab"},"SuitCase 2b":{"name":"SuitCase 2b","type":"prefab","filename":"SuitCase 2b.prefab"},"SuitCase 3":{"name":"SuitCase 3","type":"prefab","filename":"SuitCase 3.prefab"},"SuitCase 3a":{"name":"SuitCase 3a","type":"prefab","filename":"SuitCase 3a.prefab"},"SuitCase 3b":{"name":"SuitCase 3b","type":"prefab","filename":"SuitCase 3b.prefab"},"Trunk 1":{"name":"Trunk 1","type":"prefab","filename":"Trunk 1.prefab"},"Trunk 1a":{"name":"Trunk 1a","type":"prefab","filename":"Trunk 1a.prefab"},"Trunk 1b":{"name":"Trunk 1b","type":"prefab","filename":"Trunk 1b.prefab"},"Coffin":{"name":"Coffin","type":"prefab","filename":"Coffin.prefab"},"Coffin a":{"name":"Coffin a","type":"prefab","filename":"Coffin a.prefab"},"Coffin b":{"name":"Coffin b","type":"prefab","filename":"Coffin b.prefab"},"Crate":{"name":"Crate","type":"prefab","filename":"Crate.prefab"},"Crate a":{"name":"Crate a","type":"prefab","filename":"Crate a.prefab"},"Crate b":{"name":"Crate b","type":"prefab","filename":"Crate b.prefab"}}}
|
||||
@@ -1,256 +0,0 @@
|
||||
{
|
||||
"objects": [
|
||||
{
|
||||
"identifier": "SuitCase 1",
|
||||
"metadata": {
|
||||
"name": "SuitCase 1",
|
||||
"description": "A new item",
|
||||
"tags": [],
|
||||
"credits": ""
|
||||
},
|
||||
"definition": {
|
||||
"kind": "Scenery",
|
||||
"modelIdentifier": "SuitCase 1",
|
||||
"components": []
|
||||
}
|
||||
},
|
||||
{
|
||||
"identifier": "SuitCase 1a",
|
||||
"metadata": {
|
||||
"name": "SuitCase 1a",
|
||||
"description": "A new item",
|
||||
"tags": [],
|
||||
"credits": ""
|
||||
},
|
||||
"definition": {
|
||||
"kind": "Scenery",
|
||||
"modelIdentifier": "SuitCase 1a",
|
||||
"components": []
|
||||
}
|
||||
},
|
||||
{
|
||||
"identifier": "SuitCase 1b",
|
||||
"metadata": {
|
||||
"name": "SuitCase 1b",
|
||||
"description": "A new item",
|
||||
"tags": [],
|
||||
"credits": ""
|
||||
},
|
||||
"definition": {
|
||||
"kind": "Scenery",
|
||||
"modelIdentifier": "SuitCase 1b",
|
||||
"components": []
|
||||
}
|
||||
},
|
||||
{
|
||||
"identifier": "SuitCase 2",
|
||||
"metadata": {
|
||||
"name": "SuitCase 2",
|
||||
"description": "A new item",
|
||||
"tags": [],
|
||||
"credits": ""
|
||||
},
|
||||
"definition": {
|
||||
"kind": "Scenery",
|
||||
"modelIdentifier": "SuitCase 2",
|
||||
"components": []
|
||||
}
|
||||
},
|
||||
{
|
||||
"identifier": "SuitCase 2a",
|
||||
"metadata": {
|
||||
"name": "SuitCase 2a",
|
||||
"description": "A new item",
|
||||
"tags": [],
|
||||
"credits": ""
|
||||
},
|
||||
"definition": {
|
||||
"kind": "Scenery",
|
||||
"modelIdentifier": "SuitCase 2a",
|
||||
"components": []
|
||||
}
|
||||
},
|
||||
{
|
||||
"identifier": "SuitCase 2b",
|
||||
"metadata": {
|
||||
"name": "SuitCase 2b",
|
||||
"description": "A new item",
|
||||
"tags": [],
|
||||
"credits": ""
|
||||
},
|
||||
"definition": {
|
||||
"kind": "Scenery",
|
||||
"modelIdentifier": "SuitCase 2b",
|
||||
"components": []
|
||||
}
|
||||
},
|
||||
{
|
||||
"identifier": "SuitCase 3",
|
||||
"metadata": {
|
||||
"name": "SuitCase 3",
|
||||
"description": "A new item",
|
||||
"tags": [],
|
||||
"credits": ""
|
||||
},
|
||||
"definition": {
|
||||
"kind": "Scenery",
|
||||
"modelIdentifier": "SuitCase 3",
|
||||
"components": []
|
||||
}
|
||||
},
|
||||
{
|
||||
"identifier": "SuitCase 3a",
|
||||
"metadata": {
|
||||
"name": "SuitCase 3a",
|
||||
"description": "A new item",
|
||||
"tags": [],
|
||||
"credits": ""
|
||||
},
|
||||
"definition": {
|
||||
"kind": "Scenery",
|
||||
"modelIdentifier": "SuitCase 3a",
|
||||
"components": []
|
||||
}
|
||||
},
|
||||
{
|
||||
"identifier": "SuitCase 3b",
|
||||
"metadata": {
|
||||
"name": "SuitCase 3b",
|
||||
"description": "A new item",
|
||||
"tags": [],
|
||||
"credits": ""
|
||||
},
|
||||
"definition": {
|
||||
"kind": "Scenery",
|
||||
"modelIdentifier": "SuitCase 3b",
|
||||
"components": []
|
||||
}
|
||||
},
|
||||
{
|
||||
"identifier": "Trunk 1",
|
||||
"metadata": {
|
||||
"name": "Trunk 1",
|
||||
"description": "A new item",
|
||||
"tags": [],
|
||||
"credits": ""
|
||||
},
|
||||
"definition": {
|
||||
"kind": "Scenery",
|
||||
"modelIdentifier": "Trunk 1",
|
||||
"components": []
|
||||
}
|
||||
},
|
||||
{
|
||||
"identifier": "Trunk 1a",
|
||||
"metadata": {
|
||||
"name": "Trunk 1a",
|
||||
"description": "A new item",
|
||||
"tags": [],
|
||||
"credits": ""
|
||||
},
|
||||
"definition": {
|
||||
"kind": "Scenery",
|
||||
"modelIdentifier": "Trunk 1a",
|
||||
"components": []
|
||||
}
|
||||
},
|
||||
{
|
||||
"identifier": "Trunk 1b",
|
||||
"metadata": {
|
||||
"name": "Trunk 1b",
|
||||
"description": "A new item",
|
||||
"tags": [],
|
||||
"credits": ""
|
||||
},
|
||||
"definition": {
|
||||
"kind": "Scenery",
|
||||
"modelIdentifier": "Trunk 1b",
|
||||
"components": []
|
||||
}
|
||||
},
|
||||
{
|
||||
"identifier": "Coffin",
|
||||
"metadata": {
|
||||
"name": "Coffin",
|
||||
"description": "A new item",
|
||||
"tags": [],
|
||||
"credits": ""
|
||||
},
|
||||
"definition": {
|
||||
"kind": "Scenery",
|
||||
"modelIdentifier": "Coffin",
|
||||
"components": []
|
||||
}
|
||||
},
|
||||
{
|
||||
"identifier": "Coffin a",
|
||||
"metadata": {
|
||||
"name": "Coffin a",
|
||||
"description": "A new item",
|
||||
"tags": [],
|
||||
"credits": ""
|
||||
},
|
||||
"definition": {
|
||||
"kind": "Scenery",
|
||||
"modelIdentifier": "Coffin a",
|
||||
"components": []
|
||||
}
|
||||
},
|
||||
{
|
||||
"identifier": "Coffin b",
|
||||
"metadata": {
|
||||
"name": "Coffin b",
|
||||
"description": "A new item",
|
||||
"tags": [],
|
||||
"credits": ""
|
||||
},
|
||||
"definition": {
|
||||
"kind": "Scenery",
|
||||
"modelIdentifier": "Coffin b",
|
||||
"components": []
|
||||
}
|
||||
},
|
||||
{
|
||||
"identifier": "Crate",
|
||||
"metadata": {
|
||||
"name": "Crate",
|
||||
"description": "A new item",
|
||||
"tags": [],
|
||||
"credits": ""
|
||||
},
|
||||
"definition": {
|
||||
"kind": "Scenery",
|
||||
"modelIdentifier": "Crate",
|
||||
"components": []
|
||||
}
|
||||
},
|
||||
{
|
||||
"identifier": "Crate a",
|
||||
"metadata": {
|
||||
"name": "Crate a",
|
||||
"description": "A new item",
|
||||
"tags": [],
|
||||
"credits": ""
|
||||
},
|
||||
"definition": {
|
||||
"kind": "Scenery",
|
||||
"modelIdentifier": "Crate a",
|
||||
"components": []
|
||||
}
|
||||
},
|
||||
{
|
||||
"identifier": "Crate b",
|
||||
"metadata": {
|
||||
"name": "Crate b",
|
||||
"description": "A new item",
|
||||
"tags": [],
|
||||
"credits": ""
|
||||
},
|
||||
"definition": {
|
||||
"kind": "Scenery",
|
||||
"modelIdentifier": "Crate b",
|
||||
"components": []
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"Id": "RLW Passenger Cars",
|
||||
"Version": "3.0.0",
|
||||
"DisplayName": "RLW Passenger Cars",
|
||||
"Author": "Raider Locomotive Works",
|
||||
"ManagerVersion": "0.27.3"
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
{"identifier":"rlw_passenger_cars_rebuild_pack_1","name":"rlw_passenger_cars_rebuild_pack_1","shared":false,"assets":{"rlw-chair-car-2":{"name":"rlw-chair-car-2","type":"prefab","filename":"rlw-chair-car-2.prefab"},"rlw-coach-car-2":{"name":"rlw-coach-car-2","type":"prefab","filename":"rlw-coach-car-2.prefab"}}}
|
||||
@@ -1 +0,0 @@
|
||||
{"identifier":"rlw_passenger_cars_rebuild_pack_2","name":"rlw_passenger_cars_rebuild_pack_2","shared":false,"assets":{"rlw-baggage-car-2":{"name":"rlw-baggage-car-2","type":"prefab","filename":"rlw-baggage-car-2.prefab"},"rlw-bag-rack":{"name":"rlw-bag-rack","type":"prefab","filename":"rlw-bag-rack.prefab"},"rlw-dining-car-2":{"name":"rlw-dining-car-2","type":"prefab","filename":"rlw-dining-car-2.prefab"}}}
|
||||
@@ -1 +0,0 @@
|
||||
{"identifier":"rlw_passenger_cars_rebuild_pack_3","name":"rlw_passenger_cars_rebuild_pack_3","shared":false,"assets":{"rlw-observation-car-2":{"name":"rlw-observation-car-2","type":"prefab","filename":"rlw-observation-car-2.prefab"},"rlw-sleeper-car-2":{"name":"rlw-sleeper-car-2","type":"prefab","filename":"rlw-sleeper-car-2.prefab"}}}
|
||||
@@ -1 +0,0 @@
|
||||
{"identifier":"rlw_passenger_cars_rebuild_pack_domes","name":"rlw_passenger_cars_rebuild_pack_domes","shared":false,"assets":{"rlw-dome-car-2":{"name":"rlw-dome-car-2","type":"prefab","filename":"rlw-dome-car-2.prefab"},"rlw-dome-obs":{"name":"rlw-dome-obs","type":"prefab","filename":"rlw-dome-obs.prefab"},"rlw-3_4Dome-car-2":{"name":"rlw-3_4Dome-car-2","type":"prefab","filename":"rlw-3_4Dome-car-2.prefab"},"rlw-dome-obs-sign":{"name":"rlw-dome-obs-sign","type":"prefab","filename":"rlw-dome-obs-sign.prefab"},"rlw-dome-obs-connect":{"name":"rlw-dome-obs-connect","type":"prefab","filename":"rlw-dome-obs-connect.prefab"}}}
|
||||
|
Before Width: | Height: | Size: 9.9 KiB |
|
Before Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 16 KiB |
@@ -1,26 +0,0 @@
|
||||
{
|
||||
"manifestVersion": 1,
|
||||
"id": "RMROC451.TweaksAndThings",
|
||||
"name": "RMROC451's Tweaks and Things",
|
||||
"version": "2.1.8_2025-09-06T03:07:49.2810977Z",
|
||||
"requires": [
|
||||
{
|
||||
"id": "railroader",
|
||||
"notBefore": "2024.6"
|
||||
},
|
||||
{
|
||||
"id": "railloader",
|
||||
"notBefore": "1.9.6.14"
|
||||
},
|
||||
{
|
||||
"id": "Zamu.StrangeCustoms",
|
||||
"notBefore": "1.10.25017.313"
|
||||
}
|
||||
],
|
||||
"assemblies": [ "RMROC451.TweaksAndThings" ],
|
||||
"mixintos": {
|
||||
"container:ne-caboose01": "file(mroc-cabeese.json)",
|
||||
"container:ne-caboose02": "file(mroc-cabeese.json)",
|
||||
"container:ne-caboose03": "file(mroc-cabeese.json)"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 5.0 KiB |
|
Before Width: | Height: | Size: 38 KiB |
|
Before Width: | Height: | Size: 31 KiB |
|
Before Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 21 KiB |
@@ -1,23 +0,0 @@
|
||||
{
|
||||
"objects": [
|
||||
{
|
||||
"$find": [
|
||||
{
|
||||
"path": "definition.archetype",
|
||||
"value": "Caboose"
|
||||
}
|
||||
],
|
||||
"definition": {
|
||||
"loadSlots": [
|
||||
{
|
||||
"$add": {
|
||||
"maximumCapacity": 8,
|
||||
"loadUnits": "Quantity",
|
||||
"requiredLoadIdentifier": "crew-hours"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,14 +0,0 @@
|
||||
{
|
||||
"loads": {
|
||||
//raw mined
|
||||
"legos-express-freight": {
|
||||
"description": "Express Freight",
|
||||
"units": "pounds",
|
||||
"density": 50.0,
|
||||
"unitWeightInPounds": 0.0,
|
||||
"importable": true,
|
||||
"payPerQuantity": 0.0,
|
||||
"costPerUnit": 0.0
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,13 +0,0 @@
|
||||
{
|
||||
"manifestVersion": 5,
|
||||
"id": "C_L_B.RefuelWaypoint",
|
||||
"name": "RefuelWaypoint",
|
||||
"version": "1.0.0",
|
||||
"requires": [
|
||||
{
|
||||
"id": "railroader",
|
||||
"notBefore": "2024.6.8"
|
||||
},
|
||||
],
|
||||
"assemblies": [ "RefuelWaypoint" ]
|
||||
}
|
||||
7
TimeSyncMod/Definition.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"manifestVersion": 1,
|
||||
"id": "Joo.TimeSyncMod",
|
||||
"name": "TimeSync Mod",
|
||||
"version": "0.1.0",
|
||||
"assemblies": [ "TimeSyncMod" ]
|
||||
}
|
||||
BIN
TimeSyncMod/TimeSyncMod.dll
Normal file
@@ -0,0 +1,6 @@
|
||||
[
|
||||
{
|
||||
"carType": "EX-BricklineExpress",
|
||||
"Name": "Brickline Express"
|
||||
}
|
||||
]
|
||||
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.
|
||||
@@ -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",
|
||||
|
||||