Compare commits
13 Commits
duck-clean
...
Mods
| Author | SHA1 | Date | |
|---|---|---|---|
| b05428ff53 | |||
| 90dea1672f | |||
| b350c8b7fa | |||
| c3129f5f20 | |||
| e79c671b8b | |||
| 35bcdd6b7a | |||
| a5c54fe631 | |||
| 659fd9ffc1 | |||
| 85de13ac80 | |||
| f7550aa292 | |||
| 311b07e90c | |||
| acd126db9e | |||
| 4f213f91e1 |
2
.gitignore
vendored
2
.gitignore
vendored
@@ -6,3 +6,5 @@
|
|||||||
# Ignore dll cache files
|
# Ignore dll cache files
|
||||||
*.cache
|
*.cache
|
||||||
|
|
||||||
|
Settings.xml
|
||||||
|
Railloader/ModSettings/*
|
||||||
|
|||||||
Binary file not shown.
@@ -37,30 +37,30 @@
|
|||||||
"end": "End"
|
"end": "End"
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
"Milk_Westbound": {
|
// "Milk_Westbound": {
|
||||||
"upper": {
|
// "upper": {
|
||||||
"segmentId": "SMILK_0gk5",
|
// "segmentId": "SMILK_0gk5",
|
||||||
"distance": 1.0,
|
// "distance": 1.0,
|
||||||
"end": "Start"
|
// "end": "Start"
|
||||||
},
|
// },
|
||||||
"lower": {
|
// "lower": {
|
||||||
"segmentId": "SMILK_0gk5",
|
// "segmentId": "SMILK_0gk5",
|
||||||
"distance": 1.0,
|
// "distance": 1.0,
|
||||||
"end": "End"
|
// "end": "End"
|
||||||
},
|
// },
|
||||||
},
|
// },
|
||||||
"Andrews_Milk": {
|
// "Andrews_Milk": {
|
||||||
"upper": {
|
// "upper": {
|
||||||
"segmentId": "SMILK_3jse",
|
// "segmentId": "SMILK_3jse",
|
||||||
"distance": 1.0,
|
// "distance": 1.0,
|
||||||
"end": "Start"
|
// "end": "Start"
|
||||||
},
|
// },
|
||||||
"lower": {
|
// "lower": {
|
||||||
"segmentId": "SMILK_3jse",
|
// "segmentId": "SMILK_3jse",
|
||||||
"distance": 1.0,
|
// "distance": 1.0,
|
||||||
"end": "End"
|
// "end": "End"
|
||||||
},
|
// },
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"areas":{
|
"areas":{
|
||||||
@@ -220,7 +220,14 @@
|
|||||||
"type": "Model.Ops.IndustryUnloader",
|
"type": "Model.Ops.IndustryUnloader",
|
||||||
"name": "Milk Delivery Westbound",
|
"name": "Milk Delivery Westbound",
|
||||||
"trackSpans":[
|
"trackSpans":[
|
||||||
"Milk_Westbound",
|
"Puzp",
|
||||||
|
"P0ih",
|
||||||
|
"P0vg",
|
||||||
|
"Phcl",
|
||||||
|
"AndIntTrack_Track_5",
|
||||||
|
"AndIntTrack_Track_6",
|
||||||
|
"AndIntTrack_Track_7",
|
||||||
|
"AndIntTrack_Track_8",
|
||||||
],
|
],
|
||||||
"loadId": "milk-condensed",
|
"loadId": "milk-condensed",
|
||||||
"carTypeFilter": "BP,RS",
|
"carTypeFilter": "BP,RS",
|
||||||
@@ -241,7 +248,8 @@
|
|||||||
"type": "Model.Ops.IndustryUnloader",
|
"type": "Model.Ops.IndustryUnloader",
|
||||||
"name": "Andrews Milk Delivery",
|
"name": "Andrews Milk Delivery",
|
||||||
"trackSpans":[
|
"trackSpans":[
|
||||||
"Andrews_Milk",
|
"P8bg",
|
||||||
|
"Pifd",
|
||||||
],
|
],
|
||||||
"loadId": "milk-bottled",
|
"loadId": "milk-bottled",
|
||||||
"carTypeFilter": "BP,RS",
|
"carTypeFilter": "BP,RS",
|
||||||
|
|||||||
@@ -11,11 +11,11 @@
|
|||||||
"rotation": { "x": 1.334005E-07, "y": 96.23626, "z": 1.23977625E-05 },
|
"rotation": { "x": 1.334005E-07, "y": 96.23626, "z": 1.23977625E-05 },
|
||||||
"flipSwitchStand": false
|
"flipSwitchStand": false
|
||||||
},
|
},
|
||||||
"NMILK_zzmi": {
|
// "NMILK_zzmi": {
|
||||||
"position": { "x": -31965.5957, "y": 523.42, "z": -20694.21 },
|
// "position": { "x": -31965.5957, "y": 523.42, "z": -20694.21 },
|
||||||
"rotation": { "x": 0.0, "y": 257.787842, "z": 0.0 },
|
// "rotation": { "x": 0.0, "y": 257.787842, "z": 0.0 },
|
||||||
"flipSwitchStand": false
|
// "flipSwitchStand": false
|
||||||
},
|
// },
|
||||||
"NMILK_ci0f": {
|
"NMILK_ci0f": {
|
||||||
"position": { "x": 4546.12939, "y": 529.0, "z": 5429.02832 },
|
"position": { "x": 4546.12939, "y": 529.0, "z": 5429.02832 },
|
||||||
"rotation": { "x": 0.0, "y": 249.7583, "z": 0.0 },
|
"rotation": { "x": 0.0, "y": 249.7583, "z": 0.0 },
|
||||||
@@ -82,15 +82,15 @@
|
|||||||
"speedLimit": 0,
|
"speedLimit": 0,
|
||||||
"groupId": ""
|
"groupId": ""
|
||||||
},
|
},
|
||||||
"SMILK_0gk5": {
|
// "SMILK_0gk5": {
|
||||||
"style": "Yard",
|
// "style": "Yard",
|
||||||
"trackClass": "Industrial",
|
// "trackClass": "Industrial",
|
||||||
"startId": "N0cq",
|
// "startId": "N0cq",
|
||||||
"endId": "NMILK_zzmi",
|
// "endId": "NMILK_zzmi",
|
||||||
"priority": 0,
|
// "priority": 0,
|
||||||
"speedLimit": 0,
|
// "speedLimit": 0,
|
||||||
"groupId": ""
|
// "groupId": ""
|
||||||
},
|
// },
|
||||||
"SMILK_vuho": {
|
"SMILK_vuho": {
|
||||||
"style": "Yard",
|
"style": "Yard",
|
||||||
"trackClass": "Branch",
|
"trackClass": "Branch",
|
||||||
|
|||||||
9
Ducktown/CustomReportingMarks/ReportingMarks.json
Normal file
9
Ducktown/CustomReportingMarks/ReportingMarks.json
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"identifier": "por-br-b-ducktown-dtwx",
|
||||||
|
"reportingMarks": [
|
||||||
|
"DTWX"
|
||||||
|
|
||||||
|
]
|
||||||
|
},
|
||||||
|
]
|
||||||
1307
Ducktown/LegosLibraryOfStuff/Definitions/por-br-b-ducktown-dtwx.json
Normal file
1307
Ducktown/LegosLibraryOfStuff/Definitions/por-br-b-ducktown-dtwx.json
Normal file
File diff suppressed because it is too large
Load Diff
BIN
Ducktown/LegosLogosFolder/ducktown-1.png
Normal file
BIN
Ducktown/LegosLogosFolder/ducktown-1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 76 KiB |
BIN
Ducktown/LegosLogosFolder/ducktown-2.png
Normal file
BIN
Ducktown/LegosLogosFolder/ducktown-2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 29 KiB |
7
Ducktown/info.json
Normal file
7
Ducktown/info.json
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"Id": "Ducktown",
|
||||||
|
"Version": "0.0.1",
|
||||||
|
"DisplayName": "DTRR custom reefers",
|
||||||
|
"Author": "Hawke",
|
||||||
|
"ManagerVersion": "0.27.3"
|
||||||
|
}
|
||||||
761
EMBPiggyBackBase/BrysonIndustry.json
Normal file
761
EMBPiggyBackBase/BrysonIndustry.json
Normal file
@@ -0,0 +1,761 @@
|
|||||||
|
{
|
||||||
|
"tracks": {
|
||||||
|
"nodes": {
|
||||||
|
"EMB_Node_ylmh": {
|
||||||
|
"position": { "x": 4252.024, "y": 529.000, "z": 4953.445 },
|
||||||
|
"rotation": { "x": 0.000, "y": 219.527, "z": 0.000 },
|
||||||
|
"flipSwitchStand": false
|
||||||
|
},
|
||||||
|
"EMB_Node_cb9y": null,
|
||||||
|
"EMB_Node_e6ao": {
|
||||||
|
"position": { "x": 4196.379, "y": 529.000, "z": 4917.186 },
|
||||||
|
"rotation": { "x": 0.000, "y": 254.027, "z": 0.000 },
|
||||||
|
"flipSwitchStand": false
|
||||||
|
},
|
||||||
|
"EMB_Node_cje6": null,
|
||||||
|
"EMB_Node_7l5b": {
|
||||||
|
"position": { "x": 4336.097, "y": 529.000, "z": 4955.966 },
|
||||||
|
"rotation": { "x": 0.000, "y": 254.527, "z": 0.000 },
|
||||||
|
"flipSwitchStand": false
|
||||||
|
},
|
||||||
|
"EMB_Node_4vbk": {
|
||||||
|
"position": { "x": 4258.996, "y": 529.000, "z": 4934.623 },
|
||||||
|
"rotation": { "x": 0.000, "y": 74.527, "z": 0.000 },
|
||||||
|
"flipSwitchStand": false
|
||||||
|
},
|
||||||
|
"EMB_Node_awnx": {
|
||||||
|
"position": { "x": 4333.733, "y": 529.000, "z": 4945.765 },
|
||||||
|
"rotation": { "x": 0.000, "y": 74.527, "z": 0.000 },
|
||||||
|
"flipSwitchStand": false
|
||||||
|
},
|
||||||
|
"EMB_Node_by5x": {
|
||||||
|
"position": { "x": 4281.926, "y": 529.000, "z": 4938.804 },
|
||||||
|
"rotation": { "x": 0.000, "y": 85.397, "z": 0.000 },
|
||||||
|
"flipSwitchStand": true
|
||||||
|
},
|
||||||
|
"EMB_Node_agty": {
|
||||||
|
"position": { "x": 4327.687, "y": 529.000, "z": 4948.865 },
|
||||||
|
"rotation": { "x": 0.000, "y": 254.527, "z": 0.000 },
|
||||||
|
"flipSwitchStand": false
|
||||||
|
},
|
||||||
|
"EMB_Node_rpek": {
|
||||||
|
"position": { "x": 4305.566, "y": 529.000, "z": 4940.602 },
|
||||||
|
"rotation": { "x": 0.000, "y": 85.467, "z": 0.000 },
|
||||||
|
"flipSwitchStand": true
|
||||||
|
},
|
||||||
|
"EMB_Node_zouq": {
|
||||||
|
"position": { "x": 4358.434, "y": 529.000, "z": 4938.323 },
|
||||||
|
"rotation": { "x": 0.000, "y": 99.966, "z": 0.000 },
|
||||||
|
"flipSwitchStand": true
|
||||||
|
},
|
||||||
|
"EMB_Node_iy43": {
|
||||||
|
"position": { "x": 4396.375, "y": 529.000, "z": 4963.105 },
|
||||||
|
"rotation": { "x": 0.000, "y": 74.527, "z": 0.000 },
|
||||||
|
"flipSwitchStand": false
|
||||||
|
},
|
||||||
|
"EMB_Node_9zxh": {
|
||||||
|
"position": { "x": 4399.968, "y": 529.000, "z": 4968.874 },
|
||||||
|
"rotation": { "x": 0.000, "y": 254.527, "z": 0.000 },
|
||||||
|
"flipSwitchStand": false
|
||||||
|
},
|
||||||
|
"EMB_Node_0qmu": {
|
||||||
|
"position": { "x": 4408.378, "y": 529.000, "z": 4975.975 },
|
||||||
|
"rotation": { "x": 0.000, "y": 254.527, "z": 0.000 },
|
||||||
|
"flipSwitchStand": false
|
||||||
|
},
|
||||||
|
"EMB_Node_on9u": {
|
||||||
|
"position": { "x": 4471.987, "y": 529.000, "z": 4993.583 },
|
||||||
|
"rotation": { "x": 0.000, "y": 254.527, "z": 0.000 },
|
||||||
|
"flipSwitchStand": false
|
||||||
|
},
|
||||||
|
"EMB_Node_ulij": {
|
||||||
|
"position": { "x": 4445.276, "y": 529.000, "z": 4984.235 },
|
||||||
|
"rotation": { "x": 0.000, "y": 244.657, "z": 0.000 },
|
||||||
|
"flipSwitchStand": false
|
||||||
|
},
|
||||||
|
"EMB_Node_17eo": null,
|
||||||
|
"EMB_Node_zdip": null,
|
||||||
|
"EMB_Node_mt64": {
|
||||||
|
"position": { "x": 4505.718, "y": 529.000, "z": 5002.920 },
|
||||||
|
"rotation": { "x": 0.000, "y": 254.527, "z": 0.000 },
|
||||||
|
"flipSwitchStand": false
|
||||||
|
},
|
||||||
|
"EMB_Node_6xz2": null,
|
||||||
|
"EMB_Node_gexe": null,
|
||||||
|
"EMB_Node_h1r5": {
|
||||||
|
"position": { "x": 4418.018, "y": 529.000, "z": 4942.638 },
|
||||||
|
"rotation": { "x": 0.000, "y": 74.527, "z": 0.000 },
|
||||||
|
"flipSwitchStand": false
|
||||||
|
},
|
||||||
|
"EMB_Node_zq9i": {
|
||||||
|
"position": { "x": 4510.153, "y": 529.000, "z": 4968.142 },
|
||||||
|
"rotation": { "x": 0.000, "y": 74.527, "z": 0.000 },
|
||||||
|
"flipSwitchStand": false
|
||||||
|
},
|
||||||
|
"EMB_Node_q5bi": null,
|
||||||
|
"EMB_Node_3s4r": null,
|
||||||
|
"EMB_Node_7u82": {
|
||||||
|
"position": { "x": 4385.484, "y": 529.000, "z": 4936.570 },
|
||||||
|
"rotation": { "x": 0.000, "y": 87.042, "z": 0.000 },
|
||||||
|
"flipSwitchStand": false
|
||||||
|
},
|
||||||
|
"EMB_Node_bqtq": null,
|
||||||
|
"EMB_Node_6iwr": {
|
||||||
|
"position": { "x": 4440.449, "y": 529.000, "z": 4944.074 },
|
||||||
|
"rotation": { "x": 0.000, "y": 74.527, "z": 0.000 },
|
||||||
|
"flipSwitchStand": false
|
||||||
|
},
|
||||||
|
"EMB_Node_a7jo": {
|
||||||
|
"position": { "x": 4511.381, "y": 529.000, "z": 4963.709 },
|
||||||
|
"rotation": { "x": 0.000, "y": 74.527, "z": 0.000 },
|
||||||
|
"flipSwitchStand": false
|
||||||
|
},
|
||||||
|
"EMB_Node_0b7z": null,
|
||||||
|
"EMB_Node_mv5d": null,
|
||||||
|
"EMB_Node_v0bl": null,
|
||||||
|
"EMB_Node_p45x": {
|
||||||
|
"position": { "x": 4380.595, "y": 529.000, "z": 4934.429 },
|
||||||
|
"rotation": { "x": 0.000, "y": 99.967, "z": 0.000 },
|
||||||
|
"flipSwitchStand": true
|
||||||
|
},
|
||||||
|
"EMB_Node_vjy8": null,
|
||||||
|
"EMB_Node_96rc": {
|
||||||
|
"position": { "x": 4432.825, "y": 529.000, "z": 4937.193 },
|
||||||
|
"rotation": { "x": 0.000, "y": 74.527, "z": 0.000 },
|
||||||
|
"flipSwitchStand": false
|
||||||
|
},
|
||||||
|
"EMB_Node_skpb": null,
|
||||||
|
"EMB_Node_dohq": null,
|
||||||
|
"EMB_Node_6o8l": null,
|
||||||
|
"EMB_Node_m2an": {
|
||||||
|
"position": { "x": 4512.623, "y": 529.000, "z": 4959.284 },
|
||||||
|
"rotation": { "x": 0.000, "y": 74.527, "z": 0.000 },
|
||||||
|
"flipSwitchStand": false
|
||||||
|
},
|
||||||
|
"EMB_Node_n9ii": null,
|
||||||
|
"EMB_Node_jrgi": null,
|
||||||
|
"EMB_Node_n4dv": null,
|
||||||
|
"EMB_Node_f060": null,
|
||||||
|
"EMB_Node_6s8e": null,
|
||||||
|
"EMB_Node_jtqa": null,
|
||||||
|
"EMB_Node_jki8": {
|
||||||
|
"position": { "x": 4218.037, "y": 529.000, "z": 4923.284 },
|
||||||
|
"rotation": { "x": 0.000, "y": 74.527, "z": 0.000 },
|
||||||
|
"flipSwitchStand": true
|
||||||
|
},
|
||||||
|
"EMB_Node_66y7": {
|
||||||
|
"position": { "x": 4295.624, "y": 529.000, "z": 4922.471 },
|
||||||
|
"rotation": { "x": 0.000, "y": 103.527, "z": 0.000 },
|
||||||
|
"flipSwitchStand": false
|
||||||
|
},
|
||||||
|
"EMB_Node_f3qx": {
|
||||||
|
"position": { "x": 4373.404, "y": 529.000, "z": 4903.759 },
|
||||||
|
"rotation": { "x": 0.000, "y": 103.527, "z": 0.000 },
|
||||||
|
"flipSwitchStand": false
|
||||||
|
},
|
||||||
|
"EMB_Node_d90l": {
|
||||||
|
"position": { "x": 4315.068, "y": 529.000, "z": 4917.793 },
|
||||||
|
"rotation": { "x": 0.000, "y": 103.527, "z": 0.000 },
|
||||||
|
"flipSwitchStand": false
|
||||||
|
},
|
||||||
|
"EMB_Node_tjys": {
|
||||||
|
"position": { "x": 4040.010, "y": 530.412, "z": 4799.480 },
|
||||||
|
"rotation": { "x": -0.200, "y": 212.527, "z": 0.000 },
|
||||||
|
"flipSwitchStand": false
|
||||||
|
},
|
||||||
|
"EMB_Node_jekk": {
|
||||||
|
"position": { "x": 3996.995, "y": 530.792, "z": 4732.030 },
|
||||||
|
"rotation": { "x": -0.200, "y": 212.527, "z": 0.000 },
|
||||||
|
"flipSwitchStand": false
|
||||||
|
},
|
||||||
|
"Nlmt": {
|
||||||
|
"position": { "x": 4279.800, "y": 529.000, "z": 5083.900 },
|
||||||
|
"rotation": { "x": 0.000, "y": 159.527, "z": 0.000 },
|
||||||
|
"flipSwitchStand": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"segments": {
|
||||||
|
"EMB_Track_2gu7": {
|
||||||
|
"Style": "Bridge",
|
||||||
|
"trackClass": "Branch",
|
||||||
|
"startId": "Nlmt",
|
||||||
|
"endId": "EMB_Node_ylmh",
|
||||||
|
"priority": 0,
|
||||||
|
"speedLimit": 25,
|
||||||
|
"groupId": ""
|
||||||
|
},
|
||||||
|
"EMB_Track_kbom": {
|
||||||
|
"Style": "Standard",
|
||||||
|
"trackClass": "Branch",
|
||||||
|
"startId": "EMB_Node_ylmh",
|
||||||
|
"endId": "EMB_Node_e6ao",
|
||||||
|
"priority": 0,
|
||||||
|
"speedLimit": 25,
|
||||||
|
"groupId": ""
|
||||||
|
},
|
||||||
|
"EMB_Track_gu75": {
|
||||||
|
"Style": "Standard",
|
||||||
|
"trackClass": "Branch",
|
||||||
|
"startId": "EMB_Node_4vbk",
|
||||||
|
"endId": "EMB_Node_7l5b",
|
||||||
|
"priority": 0,
|
||||||
|
"speedLimit": 25,
|
||||||
|
"groupId": ""
|
||||||
|
},
|
||||||
|
"EMB_Track_051k": {
|
||||||
|
"Style": "Standard",
|
||||||
|
"trackClass": "Branch",
|
||||||
|
"startId": "EMB_Node_4vbk",
|
||||||
|
"endId": "EMB_Node_by5x",
|
||||||
|
"priority": 0,
|
||||||
|
"speedLimit": 25,
|
||||||
|
"groupId": ""
|
||||||
|
},
|
||||||
|
"EMB_Track_430r": {
|
||||||
|
"Style": "Standard",
|
||||||
|
"trackClass": "Branch",
|
||||||
|
"startId": "EMB_Node_agty",
|
||||||
|
"endId": "EMB_Node_by5x",
|
||||||
|
"priority": 0,
|
||||||
|
"speedLimit": 25,
|
||||||
|
"groupId": ""
|
||||||
|
},
|
||||||
|
"EMB_Track_8ifr": {
|
||||||
|
"Style": "Standard",
|
||||||
|
"trackClass": "Branch",
|
||||||
|
"startId": "EMB_Node_by5x",
|
||||||
|
"endId": "EMB_Node_rpek",
|
||||||
|
"priority": 0,
|
||||||
|
"speedLimit": 25,
|
||||||
|
"groupId": ""
|
||||||
|
},
|
||||||
|
"EMB_Track_5eru": {
|
||||||
|
"Style": "Standard",
|
||||||
|
"trackClass": "Branch",
|
||||||
|
"startId": "EMB_Node_rpek",
|
||||||
|
"endId": "EMB_Node_zouq",
|
||||||
|
"priority": 0,
|
||||||
|
"speedLimit": 25,
|
||||||
|
"groupId": ""
|
||||||
|
},
|
||||||
|
"EMB_Track_cyx2": {
|
||||||
|
"Style": "Standard",
|
||||||
|
"trackClass": "Branch",
|
||||||
|
"startId": "EMB_Node_awnx",
|
||||||
|
"endId": "EMB_Node_iy43",
|
||||||
|
"priority": 0,
|
||||||
|
"speedLimit": 25,
|
||||||
|
"groupId": ""
|
||||||
|
},
|
||||||
|
"EMB_Track_8nfl": {
|
||||||
|
"Style": "Standard",
|
||||||
|
"trackClass": "Branch",
|
||||||
|
"startId": "EMB_Node_agty",
|
||||||
|
"endId": "EMB_Node_9zxh",
|
||||||
|
"priority": 0,
|
||||||
|
"speedLimit": 25,
|
||||||
|
"groupId": ""
|
||||||
|
},
|
||||||
|
"EMB_Track_q4tw": {
|
||||||
|
"Style": "Standard",
|
||||||
|
"trackClass": "Branch",
|
||||||
|
"startId": "EMB_Node_7l5b",
|
||||||
|
"endId": "EMB_Node_0qmu",
|
||||||
|
"priority": 0,
|
||||||
|
"speedLimit": 25,
|
||||||
|
"groupId": ""
|
||||||
|
},
|
||||||
|
"EMB_Track_ttu0": {
|
||||||
|
"Style": "Standard",
|
||||||
|
"trackClass": "Branch",
|
||||||
|
"startId": "EMB_Node_0qmu",
|
||||||
|
"endId": "EMB_Node_on9u",
|
||||||
|
"priority": 0,
|
||||||
|
"speedLimit": 25,
|
||||||
|
"groupId": ""
|
||||||
|
},
|
||||||
|
"EMB_Track_unra": {
|
||||||
|
"Style": "Standard",
|
||||||
|
"trackClass": "Branch",
|
||||||
|
"startId": "EMB_Node_on9u",
|
||||||
|
"endId": "EMB_Node_ulij",
|
||||||
|
"priority": 0,
|
||||||
|
"speedLimit": 25,
|
||||||
|
"groupId": ""
|
||||||
|
},
|
||||||
|
"EMB_Track_iizo": {
|
||||||
|
"Style": "Standard",
|
||||||
|
"trackClass": "Branch",
|
||||||
|
"startId": "EMB_Node_ulij",
|
||||||
|
"endId": "EMB_Node_9zxh",
|
||||||
|
"priority": 0,
|
||||||
|
"speedLimit": 25,
|
||||||
|
"groupId": ""
|
||||||
|
},
|
||||||
|
"EMB_Track_em1p": {
|
||||||
|
"Style": "Standard",
|
||||||
|
"trackClass": "Branch",
|
||||||
|
"startId": "EMB_Node_awnx",
|
||||||
|
"endId": "EMB_Node_rpek",
|
||||||
|
"priority": 0,
|
||||||
|
"speedLimit": 25,
|
||||||
|
"groupId": ""
|
||||||
|
},
|
||||||
|
"EMB_Track_idad": {
|
||||||
|
"Style": "Standard",
|
||||||
|
"trackClass": "Branch",
|
||||||
|
"startId": "EMB_Node_iy43",
|
||||||
|
"endId": "EMB_Node_ulij",
|
||||||
|
"priority": 0,
|
||||||
|
"speedLimit": 25,
|
||||||
|
"groupId": ""
|
||||||
|
},
|
||||||
|
"EMB_Track_exlk": {
|
||||||
|
"Style": "Standard",
|
||||||
|
"trackClass": "Branch",
|
||||||
|
"startId": "EMB_Node_on9u",
|
||||||
|
"endId": "EMB_Node_mt64",
|
||||||
|
"priority": 0,
|
||||||
|
"speedLimit": 25,
|
||||||
|
"groupId": ""
|
||||||
|
},
|
||||||
|
"EMB_Track_nozr": {
|
||||||
|
"Style": "Standard",
|
||||||
|
"trackClass": "Branch",
|
||||||
|
"startId": "EMB_Node_h1r5",
|
||||||
|
"endId": "EMB_Node_zq9i",
|
||||||
|
"priority": 0,
|
||||||
|
"speedLimit": 25,
|
||||||
|
"groupId": ""
|
||||||
|
},
|
||||||
|
"EMB_Track_93ii": {
|
||||||
|
"Style": "Standard",
|
||||||
|
"trackClass": "Branch",
|
||||||
|
"startId": "EMB_Node_zouq",
|
||||||
|
"endId": "EMB_Node_7u82",
|
||||||
|
"priority": 0,
|
||||||
|
"speedLimit": 25,
|
||||||
|
"groupId": ""
|
||||||
|
},
|
||||||
|
"EMB_Track_h9be": {
|
||||||
|
"Style": "Standard",
|
||||||
|
"trackClass": "Branch",
|
||||||
|
"startId": "EMB_Node_7u82",
|
||||||
|
"endId": "EMB_Node_h1r5",
|
||||||
|
"priority": 0,
|
||||||
|
"speedLimit": 25,
|
||||||
|
"groupId": ""
|
||||||
|
},
|
||||||
|
"EMB_Track_8z6s": {
|
||||||
|
"Style": "Standard",
|
||||||
|
"trackClass": "Branch",
|
||||||
|
"startId": "EMB_Node_6iwr",
|
||||||
|
"endId": "EMB_Node_7u82",
|
||||||
|
"priority": 0,
|
||||||
|
"speedLimit": 25,
|
||||||
|
"groupId": ""
|
||||||
|
},
|
||||||
|
"EMB_Track_6yz3": {
|
||||||
|
"Style": "Standard",
|
||||||
|
"trackClass": "Branch",
|
||||||
|
"startId": "EMB_Node_a7jo",
|
||||||
|
"endId": "EMB_Node_6iwr",
|
||||||
|
"priority": 0,
|
||||||
|
"speedLimit": 25,
|
||||||
|
"groupId": ""
|
||||||
|
},
|
||||||
|
"EMB_Track_15br": {
|
||||||
|
"Style": "Standard",
|
||||||
|
"trackClass": "Branch",
|
||||||
|
"startId": "EMB_Node_zouq",
|
||||||
|
"endId": "EMB_Node_p45x",
|
||||||
|
"priority": 0,
|
||||||
|
"speedLimit": 25,
|
||||||
|
"groupId": ""
|
||||||
|
},
|
||||||
|
"EMB_Track_n88f": {
|
||||||
|
"Style": "Standard",
|
||||||
|
"trackClass": "Branch",
|
||||||
|
"startId": "EMB_Node_96rc",
|
||||||
|
"endId": "EMB_Node_m2an",
|
||||||
|
"priority": 0,
|
||||||
|
"speedLimit": 25,
|
||||||
|
"groupId": ""
|
||||||
|
},
|
||||||
|
"EMB_Track_xlbl": {
|
||||||
|
"Style": "Standard",
|
||||||
|
"trackClass": "Branch",
|
||||||
|
"startId": "EMB_Node_96rc",
|
||||||
|
"endId": "EMB_Node_p45x",
|
||||||
|
"priority": 0,
|
||||||
|
"speedLimit": 25,
|
||||||
|
"groupId": ""
|
||||||
|
},
|
||||||
|
"EMB_Track_7wtt": {
|
||||||
|
"Style": "Standard",
|
||||||
|
"trackClass": "Branch",
|
||||||
|
"startId": "EMB_Node_e6ao",
|
||||||
|
"endId": "EMB_Node_jki8",
|
||||||
|
"priority": 0,
|
||||||
|
"speedLimit": 25,
|
||||||
|
"groupId": ""
|
||||||
|
},
|
||||||
|
"EMB_Track_cgzv": {
|
||||||
|
"Style": "Standard",
|
||||||
|
"trackClass": "Branch",
|
||||||
|
"startId": "EMB_Node_jki8",
|
||||||
|
"endId": "EMB_Node_4vbk",
|
||||||
|
"priority": 0,
|
||||||
|
"speedLimit": 25,
|
||||||
|
"groupId": ""
|
||||||
|
},
|
||||||
|
"EMB_Track_tsvh": {
|
||||||
|
"Style": "Standard",
|
||||||
|
"trackClass": "Branch",
|
||||||
|
"startId": "EMB_Node_jki8",
|
||||||
|
"endId": "EMB_Node_66y7",
|
||||||
|
"priority": 0,
|
||||||
|
"speedLimit": 25,
|
||||||
|
"groupId": ""
|
||||||
|
},
|
||||||
|
"EMB_Track_2lz1": null,
|
||||||
|
"EMB_Track_i52r": {
|
||||||
|
"Style": "Standard",
|
||||||
|
"trackClass": "Branch",
|
||||||
|
"startId": "EMB_Node_66y7",
|
||||||
|
"endId": "EMB_Node_d90l",
|
||||||
|
"priority": 0,
|
||||||
|
"speedLimit": 25,
|
||||||
|
"groupId": ""
|
||||||
|
},
|
||||||
|
"EMB_Track_yqcq": {
|
||||||
|
"Style": "Standard",
|
||||||
|
"trackClass": "Branch",
|
||||||
|
"startId": "EMB_Node_d90l",
|
||||||
|
"endId": "EMB_Node_f3qx",
|
||||||
|
"priority": 0,
|
||||||
|
"speedLimit": 25,
|
||||||
|
"groupId": ""
|
||||||
|
},
|
||||||
|
"EMB_Track_wj9v": {
|
||||||
|
"Style": "Standard",
|
||||||
|
"trackClass": "Branch",
|
||||||
|
"startId": "EMB_Node_tjys",
|
||||||
|
"endId": "EMB_Node_e6ao",
|
||||||
|
"priority": 0,
|
||||||
|
"speedLimit": 25,
|
||||||
|
"groupId": ""
|
||||||
|
},
|
||||||
|
"EMB_Track_jlj8": {
|
||||||
|
"Style": "Standard",
|
||||||
|
"trackClass": "Branch",
|
||||||
|
"startId": "EMB_Node_tjys",
|
||||||
|
"endId": "EMB_Node_jekk",
|
||||||
|
"priority": 0,
|
||||||
|
"speedLimit": 25,
|
||||||
|
"groupId": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"spans": {
|
||||||
|
"EMB_BSN_PBT_T1": {
|
||||||
|
"upper": {
|
||||||
|
"segmentId": "EMB_Track_6yz3",
|
||||||
|
"distance": 0.000,
|
||||||
|
"end": "End"
|
||||||
|
},
|
||||||
|
"lower": {
|
||||||
|
"segmentId": "EMB_Track_6yz3",
|
||||||
|
"distance": 0.000,
|
||||||
|
"end": "Start"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"EMB_BSN_PBT_T2": {
|
||||||
|
"upper": {
|
||||||
|
"segmentId": "EMB_Track_nozr",
|
||||||
|
"distance": 0.000,
|
||||||
|
"end": "End"
|
||||||
|
},
|
||||||
|
"lower": {
|
||||||
|
"segmentId": "EMB_Track_nozr",
|
||||||
|
"distance": 0.000,
|
||||||
|
"end": "Start"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"EMB_BSN_PBT_T3": {
|
||||||
|
"upper": {
|
||||||
|
"segmentId": "EMB_Track_n88f",
|
||||||
|
"distance": 0.000,
|
||||||
|
"end": "End"
|
||||||
|
},
|
||||||
|
"lower": {
|
||||||
|
"segmentId": "EMB_Track_n88f",
|
||||||
|
"distance": 0.000,
|
||||||
|
"end": "Start"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"EMB_BSN_BXP_T1": {
|
||||||
|
"upper": {
|
||||||
|
"segmentId": "EMB_Track_yqcq",
|
||||||
|
"distance": 0.000,
|
||||||
|
"end": "End"
|
||||||
|
},
|
||||||
|
"lower": {
|
||||||
|
"segmentId": "EMB_Track_yqcq",
|
||||||
|
"distance": 0.000,
|
||||||
|
"end": "Start"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"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": {
|
||||||
|
},
|
||||||
|
"scenery": {
|
||||||
|
"EMB Object B1": {
|
||||||
|
"modelIdentifier": "EMBPBRamp3",
|
||||||
|
"position": { "x": 4522.464, "y": 529.547, "z": 4966.777 },
|
||||||
|
"rotation": { "x": 0.000, "y": 254.527, "z": 0.000 },
|
||||||
|
"scale": { "x": 1.000, "y": 1.000, "z": 1.000 }
|
||||||
|
},
|
||||||
|
"EMB Object B2": {
|
||||||
|
"modelIdentifier": "EMBEndPlatform",
|
||||||
|
"position": { "x": 4360.233, "y": 529.128, "z": 4902.453 },
|
||||||
|
"rotation": { "x": 0.000, "y": 103.527, "z": 0.000 },
|
||||||
|
"scale": { "x": 1.000, "y": 1.000, "z": 1.000 }
|
||||||
|
},
|
||||||
|
"EMB Object B4": {
|
||||||
|
"modelIdentifier": "EMBEndPlatform",
|
||||||
|
"position": { "x": 4335.927, "y": 529.128, "z": 4908.300 },
|
||||||
|
"rotation": { "x": 0.000, "y": 283.527, "z": 0.000 },
|
||||||
|
"scale": { "x": 1.000, "y": 1.000, "z": 1.000 }
|
||||||
|
},
|
||||||
|
"EMB Object BT1": {
|
||||||
|
"modelIdentifier": "EMBSP22PB",
|
||||||
|
"position": { "x": 4334.475, "y": 528.928, "z": 4902.272 },
|
||||||
|
"rotation": { "x": 0.000, "y": 193.527, "z": 0.000 },
|
||||||
|
"scale": { "x": 1.000, "y": 1.000, "z": 1.000 }
|
||||||
|
},
|
||||||
|
"EMB Object BT2": {
|
||||||
|
"modelIdentifier": "EMBPRR26PB",
|
||||||
|
"position": { "x": 4344.198, "y": 529.918, "z": 4899.933 },
|
||||||
|
"rotation": { "x": -0.400, "y": 193.527, "z": 0.000 },
|
||||||
|
"scale": { "x": 1.000, "y": 1.000, "z": 1.000 }
|
||||||
|
},
|
||||||
|
"EMB Object BT3": {
|
||||||
|
"modelIdentifier": "EMBPRR26PB",
|
||||||
|
"position": { "x": 4363.643, "y": 529.918, "z": 4895.255 },
|
||||||
|
"rotation": { "x": -0.400, "y": 193.527, "z": 0.000 },
|
||||||
|
"scale": { "x": 1.000, "y": 1.000, "z": 1.000 }
|
||||||
|
},
|
||||||
|
"EMB Object BT4": {
|
||||||
|
"modelIdentifier": "EMBATSF24PB",
|
||||||
|
"position": { "x": 4358.733, "y": 528.968, "z": 4896.229 },
|
||||||
|
"rotation": { "x": -0.890, "y": 193.527, "z": 0.000 },
|
||||||
|
"scale": { "x": 1.000, "y": 1.000, "z": 1.000 }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"splineys": {
|
||||||
|
"EMB_Bryson_Road_1": {
|
||||||
|
"handler": "StrangeCustoms.FlowyThingBuilder",
|
||||||
|
"profile": "Railroader Paved Road",
|
||||||
|
"style": "Road",
|
||||||
|
"points": [
|
||||||
|
{
|
||||||
|
"position": { "x": 4211.098, "y": 528.630, "z": 4914.863 },
|
||||||
|
"rotation": { "x": 0.000, "y": 77.627, "z": 0.000 },
|
||||||
|
"width": 6.700
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": { "x": 4251.147, "y": 528.930, "z": 4923.649 },
|
||||||
|
"rotation": { "x": 0.000, "y": 77.627, "z": 0.000 },
|
||||||
|
"width": 6.700
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": { "x": 4280.450, "y": 528.930, "z": 4930.078 },
|
||||||
|
"rotation": { "x": 0.000, "y": 77.627, "z": 0.000 },
|
||||||
|
"width": 6.700
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": { "x": 4332.837, "y": 528.930, "z": 4932.101 },
|
||||||
|
"rotation": { "x": 0.000, "y": 95.627, "z": 0.000 },
|
||||||
|
"width": 6.700
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": { "x": 4387.573, "y": 528.930, "z": 4926.709 },
|
||||||
|
"rotation": { "x": 0.000, "y": 95.627, "z": 0.000 },
|
||||||
|
"width": 6.700
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": { "x": 4434.619, "y": 528.930, "z": 4930.394 },
|
||||||
|
"rotation": { "x": 0.000, "y": 74.527, "z": 0.000 },
|
||||||
|
"width": 6.700
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": { "x": 4528.873, "y": 528.930, "z": 4956.487 },
|
||||||
|
"rotation": { "x": 0.000, "y": 74.527, "z": 0.000 },
|
||||||
|
"width": 6.700
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"EMB_Bryson_Road_2": {
|
||||||
|
"handler": "StrangeCustoms.FlowyThingBuilder",
|
||||||
|
"profile": "Railroader Paved Road",
|
||||||
|
"style": "Road",
|
||||||
|
"points": [
|
||||||
|
{
|
||||||
|
"position": { "x": 4225.380, "y": 528.730, "z": 4914.964 },
|
||||||
|
"rotation": { "x": 0.000, "y": 173.027, "z": -0.400 },
|
||||||
|
"width": 15.000
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": { "x": 4314.100, "y": 528.930, "z": 4894.108 },
|
||||||
|
"rotation": { "x": 0.000, "y": 103.527, "z": 0.000 },
|
||||||
|
"width": 35.000
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": { "x": 4376.326, "y": 528.930, "z": 4879.140 },
|
||||||
|
"rotation": { "x": 0.000, "y": 103.527, "z": 0.000 },
|
||||||
|
"width": 35.000
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"EMB_Bryson_Road_3": {
|
||||||
|
"handler": "StrangeCustoms.FlowyThingBuilder",
|
||||||
|
"profile": "Railroader Paved Road",
|
||||||
|
"style": "Road",
|
||||||
|
"points": [
|
||||||
|
{
|
||||||
|
"position": { "x": 4544.027, "y": 528.930, "z": 4957.243 },
|
||||||
|
"rotation": { "x": 0.000, "y": 344.527, "z": 0.000 },
|
||||||
|
"width": 30.000
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": { "x": 4535.138, "y": 528.930, "z": 4989.347 },
|
||||||
|
"rotation": { "x": 0.000, "y": 344.527, "z": 0.000 },
|
||||||
|
"width": 30.000
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": { "x": 4510.216, "y": 528.930, "z": 5034.538 },
|
||||||
|
"rotation": { "x": 0.000, "y": 341.527, "z": 0.000 },
|
||||||
|
"width": 6.700
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": { "x": 4503.878, "y": 528.930, "z": 5053.508 },
|
||||||
|
"rotation": { "x": 0.000, "y": 341.527, "z": 0.000 },
|
||||||
|
"width": 6.700
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"Bryson_Bridge_1": {
|
||||||
|
"handler": "StrangeCustoms.AutoTrestleBuilder",
|
||||||
|
"points": [
|
||||||
|
{
|
||||||
|
"position": { "x": 4279.800, "y": 528.650, "z": 5083.900 },
|
||||||
|
"rotation": { "x": 0.000, "y": 159.527, "z": 0.000 }
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": { "x": 4252.024, "y": 528.650, "z": 4953.445 },
|
||||||
|
"rotation": { "x": 0.000, "y": 219.527, "z": 0.000 }
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": { "x": 4154.281, "y": 528.650, "z": 5046.050 },
|
||||||
|
"rotation": { "x": 0.000, "y": 193.190, "z": 0.000 }
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"headstyle": "block",
|
||||||
|
"tailstyle": "block"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"simpleGraphs": {},
|
||||||
|
"mandelas": {
|
||||||
|
}
|
||||||
|
}
|
||||||
38
EMBPiggyBackBase/Definition.json
Normal file
38
EMBPiggyBackBase/Definition.json
Normal file
@@ -0,0 +1,38 @@
|
|||||||
|
{
|
||||||
|
"manifestVersion": 5,
|
||||||
|
"id": "Embedded.PiggyBackBase",
|
||||||
|
"name": "Embeddeds Piggyback Bryson Industry and trailers",
|
||||||
|
"version": "1.2.1",
|
||||||
|
"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" } ]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"container:fm-flatcar01": ["file(PiggyBack1.json)", "file(PiggyBack2.json)", "file(PiggyBack3.json)"]
|
||||||
|
}
|
||||||
|
}
|
||||||
118
EMBPiggyBackBase/FTIOImigration.json
Normal file
118
EMBPiggyBackBase/FTIOImigration.json
Normal file
@@ -0,0 +1,118 @@
|
|||||||
|
{
|
||||||
|
"tracks": {
|
||||||
|
"nodes": {
|
||||||
|
"EMB_Node_7l5b": {
|
||||||
|
"position": { "x": 4298.67432, "y": 529.0, "z": 4948.71875 },
|
||||||
|
"rotation": { "x": 0.0, "y": 254.527008, "z": 0.0 },
|
||||||
|
"flipSwitchStand": false
|
||||||
|
},
|
||||||
|
"EMB_Node_0qmu": {
|
||||||
|
"position": { "x": 4420.10742, "y": 529.0, "z": 4982.33447 },
|
||||||
|
"rotation": { "x": 0.0, "y": 254.527008, "z": 0.0 },
|
||||||
|
"flipSwitchStand": false
|
||||||
|
},
|
||||||
|
"EMB_Node_f3qx": {
|
||||||
|
"position": { "x": 4422.0166, "y": 529.0, "z": 4892.06348 },
|
||||||
|
"rotation": { "x": 0.0, "y": 103.527, "z": 0.0 },
|
||||||
|
"flipSwitchStand": false
|
||||||
|
},
|
||||||
|
"EMB_Node_d90l": {
|
||||||
|
"position": { "x": 4363.68066, "y": 529.0, "z": 4906.09766 },
|
||||||
|
"rotation": { "x": 0.0, "y": 103.527, "z": 0.0 },
|
||||||
|
"flipSwitchStand": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"splineys": {
|
||||||
|
"Bryson_Bridge_1": null,
|
||||||
|
"Bryson_Bridge_1_Fix": {
|
||||||
|
"handler": "StrangeCustoms.AutoTrestleBuilder",
|
||||||
|
"points": [
|
||||||
|
{
|
||||||
|
"position": { "x": 4252.020, "y": 528.650, "z": 4953.450 },
|
||||||
|
"rotation": { "x": 0.000, "y": 39.530, "z": 0.000 }
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": { "x": 4285.557, "y": 528.650, "z": 5062.919 },
|
||||||
|
"rotation": { "x": 0.000, "y": 349.627, "z": 0.000 }
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": { "x": 4344.523, "y": 528.650, "z": 5001.462 },
|
||||||
|
"rotation": { "x": 0.000, "y": 13.190, "z": 0.000 }
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"headstyle": "block",
|
||||||
|
"tailstyle": "block"
|
||||||
|
},
|
||||||
|
|
||||||
|
"EMB_Bryson_Road_2": null,
|
||||||
|
"EMB_Bryson_Road_2_Fix": {
|
||||||
|
"handler": "StrangeCustoms.FlowyThingBuilder",
|
||||||
|
"profile": "Railroader Paved Road",
|
||||||
|
"style": "Road",
|
||||||
|
"points": [
|
||||||
|
{
|
||||||
|
"position": { "x": 4363.464, "y": 528.93, "z": 4885.52539 },
|
||||||
|
"rotation": { "x": 0.0, "y": 103.527, "z": 0.0 },
|
||||||
|
"width": 27.0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": { "x": 4417.8623, "y": 528.93, "z": 4872.23242 },
|
||||||
|
"rotation": { "x": 0.0, "y": 103.527, "z": 0.0 },
|
||||||
|
"width": 27.0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": { "x": 4470.863, "y": 528.93, "z": 4937.39 },
|
||||||
|
"rotation": { "x": 0.0, "y": 343.527, "z": 0.0 },
|
||||||
|
"width": 10
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"scenery": {
|
||||||
|
"EMB Object B2": {
|
||||||
|
"modelIdentifier": "EMBEndPlatform",
|
||||||
|
"position": { "x": 4379.67334, "y": 529.128, "z": 4897.75537 },
|
||||||
|
"rotation": { "x": 0.0, "y": 283.527, "z": 0.0 },
|
||||||
|
"scale": {
|
||||||
|
"x": 1.0,
|
||||||
|
"y": 1.0,
|
||||||
|
"z": 1.0
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"EMB Object B4": {
|
||||||
|
"modelIdentifier": "EMBEndPlatform",
|
||||||
|
"position": { "x": 4403.97949, "y": 529.128, "z": 4891.908 },
|
||||||
|
"rotation": { "x": 0.0, "y": 103.527, "z": 0.0 },
|
||||||
|
"scale": {
|
||||||
|
"x": 1.0,
|
||||||
|
"y": 1.0,
|
||||||
|
"z": 1.0
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"EMB Object BT1": {
|
||||||
|
"modelIdentifier": "EMBSP22PB",
|
||||||
|
"position": { "x": 4407.394, "y": 528.928, "z": 4884.729 },
|
||||||
|
"rotation": { "x": 0.000, "y": 193.527, "z": 0.000 },
|
||||||
|
"scale": { "x": 1.000, "y": 1.000, "z": 1.000 }
|
||||||
|
},
|
||||||
|
"EMB Object BT2": {
|
||||||
|
"modelIdentifier": "EMBPRR26PB",
|
||||||
|
"position": { "x": 4373.365, "y": 529.918, "z": 4892.915 },
|
||||||
|
"rotation": { "x": -0.400, "y": 193.527, "z": 0.000 },
|
||||||
|
"scale": { "x": 1.000, "y": 1.000, "z": 1.000 }
|
||||||
|
},
|
||||||
|
"EMB Object BT3": {
|
||||||
|
"modelIdentifier": "EMBPRR26PB",
|
||||||
|
"position": { "x": 4392.810, "y": 529.918, "z": 4888.237 },
|
||||||
|
"rotation": { "x": -0.400, "y": 193.527, "z": 0.000 },
|
||||||
|
"scale": { "x": 1.000, "y": 1.000, "z": 1.000 }
|
||||||
|
},
|
||||||
|
"EMB Object BT4": {
|
||||||
|
"modelIdentifier": "EMBATSF24PB",
|
||||||
|
"position": { "x": 4389.844, "y": 528.968, "z": 4888.743 },
|
||||||
|
"rotation": { "x": -0.890, "y": 193.527, "z": 0.000 },
|
||||||
|
"scale": { "x": 1.000, "y": 1.000, "z": 1.000 }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
97
EMBPiggyBackBase/Loop-Ironymigration.json
Normal file
97
EMBPiggyBackBase/Loop-Ironymigration.json
Normal file
@@ -0,0 +1,97 @@
|
|||||||
|
{
|
||||||
|
"tracks": {
|
||||||
|
"nodes": {
|
||||||
|
"EMB_Node_jrpn": null,
|
||||||
|
"EMB_Node_v7gv": null,
|
||||||
|
"NCustom_9k1e": null,
|
||||||
|
"NCFBTW_smg6": {
|
||||||
|
"position": { "x": 4255.291, "y": 529.0, "z": 5147.352 },
|
||||||
|
"rotation": { "x": 0.0, "y": 158.130981, "z": 0.0 },
|
||||||
|
"flipSwitchStand": true
|
||||||
|
},
|
||||||
|
"NCustom_egtm": null,
|
||||||
|
"NCustom_aqns": {
|
||||||
|
"position": { "x": 4269.2666, "y": 529.0, "z": 5120.644 },
|
||||||
|
"rotation": { "x": 0.0, "y": 145.630981, "z": 0.0 },
|
||||||
|
"flipSwitchStand": false
|
||||||
|
},
|
||||||
|
"EMB_Node_p8ly": null,
|
||||||
|
"NCustom_kli9": null,
|
||||||
|
"Nlmt": {
|
||||||
|
"position": { "x": 4279.80029, "y": 529.0, "z": 5083.9 },
|
||||||
|
"rotation": { "x": 0.0, "y": 159.527054, "z": 0.0 },
|
||||||
|
"flipSwitchStand": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"segments": {
|
||||||
|
"EMB_Track_qjvz": null,
|
||||||
|
"EMB_Track_g27c": null,
|
||||||
|
"EMB_Track_9zwo": null,
|
||||||
|
"EMB_Track_75dl": null,
|
||||||
|
"SCustom_n31g": null,
|
||||||
|
"EMB_Track_asss": null,
|
||||||
|
"EMB_Track_c37g": null,
|
||||||
|
"EMB_Track_o38z": null,
|
||||||
|
"EMB_Track_1235": {
|
||||||
|
"style": "Bridge",
|
||||||
|
"trackClass": "Branch",
|
||||||
|
"startId": "Nlmt",
|
||||||
|
"endId": "EMB_Node_ylmh",
|
||||||
|
"priority": 0,
|
||||||
|
"speedLimit": 25,
|
||||||
|
"groupId": ""
|
||||||
|
},
|
||||||
|
"EMB_Track_692d": {
|
||||||
|
"style": "Standard",
|
||||||
|
"trackClass": "Branch",
|
||||||
|
"startId": "Nsz4",
|
||||||
|
"endId": "NCFBTW_smg6",
|
||||||
|
"priority": 0,
|
||||||
|
"speedLimit": 25,
|
||||||
|
"groupId": ""
|
||||||
|
},
|
||||||
|
"EMB_Track_d5to": {
|
||||||
|
"style": "Standard",
|
||||||
|
"trackClass": "Branch",
|
||||||
|
"startId": "NCFBTW_smg6",
|
||||||
|
"endId": "NCustom_aqns",
|
||||||
|
"priority": 0,
|
||||||
|
"speedLimit": 25,
|
||||||
|
"groupId": ""
|
||||||
|
},
|
||||||
|
"SCustom_7p8p": null,
|
||||||
|
"EMB_Track_l1fw": {
|
||||||
|
"style": "Standard",
|
||||||
|
"trackClass": "Branch",
|
||||||
|
"startId": "Nlmt",
|
||||||
|
"endId": "NCFBTW_smg6",
|
||||||
|
"priority": 0,
|
||||||
|
"speedLimit": 25,
|
||||||
|
"groupId": ""
|
||||||
|
},
|
||||||
|
"SCustom_gi5f": null,
|
||||||
|
"EMB_Track_go63": {
|
||||||
|
"style": "Standard",
|
||||||
|
"trackClass": "Branch",
|
||||||
|
"startId": "Nlmt",
|
||||||
|
"endId": "NCustom_2lrc",
|
||||||
|
"priority": 0,
|
||||||
|
"speedLimit": 25,
|
||||||
|
"groupId": ""
|
||||||
|
},
|
||||||
|
"SCustom_9tua": {
|
||||||
|
"style": "Standard",
|
||||||
|
"trackClass": "Mainline",
|
||||||
|
"startId": "NCustom_aqns",
|
||||||
|
"endId": "NCustom_ytxv",
|
||||||
|
"priority": 0,
|
||||||
|
"speedLimit": 0,
|
||||||
|
"groupId": ""
|
||||||
|
},
|
||||||
|
"EMB_Track_fo6x": null
|
||||||
|
},
|
||||||
|
"spans": {}
|
||||||
|
},
|
||||||
|
"splineys": {},
|
||||||
|
"scenery": {}
|
||||||
|
}
|
||||||
70
EMBPiggyBackBase/Loopmigration.json
Normal file
70
EMBPiggyBackBase/Loopmigration.json
Normal file
@@ -0,0 +1,70 @@
|
|||||||
|
{
|
||||||
|
"tracks": {
|
||||||
|
"segments": {
|
||||||
|
"EMB_Track_2gu7": null,
|
||||||
|
"S611": null,
|
||||||
|
"EMB_Track_qjvz": {
|
||||||
|
"style": "Standard",
|
||||||
|
"trackClass": "Branch",
|
||||||
|
"startId": "Nsz4",
|
||||||
|
"endId": "EMB_Node_p8ly",
|
||||||
|
"priority": 0,
|
||||||
|
"speedLimit": 25,
|
||||||
|
"groupId": ""
|
||||||
|
},
|
||||||
|
"EMB_Track_g27c": null,
|
||||||
|
"EMB_Track_9zwo": {
|
||||||
|
"style": "Standard",
|
||||||
|
"trackClass": "Branch",
|
||||||
|
"startId": "EMB_Node_p8ly",
|
||||||
|
"endId": "Nlmt",
|
||||||
|
"priority": 0,
|
||||||
|
"speedLimit": 25,
|
||||||
|
"groupId": ""
|
||||||
|
},
|
||||||
|
"EMB_Track_75dl": {
|
||||||
|
"style": "Bridge",
|
||||||
|
"trackClass": "Branch",
|
||||||
|
"startId": "Nlmt",
|
||||||
|
"endId": "EMB_Node_ylmh",
|
||||||
|
"priority": 0,
|
||||||
|
"speedLimit": 25,
|
||||||
|
"groupId": ""
|
||||||
|
},
|
||||||
|
"SCustom_9tua": {
|
||||||
|
"style": "Standard",
|
||||||
|
"trackClass": "Mainline",
|
||||||
|
"startId": "NCustom_kli9",
|
||||||
|
"endId": "NCustom_ytxv",
|
||||||
|
"priority": 0,
|
||||||
|
"speedLimit": 0,
|
||||||
|
"groupId": ""
|
||||||
|
},
|
||||||
|
"EMB_Track_fo6x": {
|
||||||
|
"style": "Standard",
|
||||||
|
"trackClass": "Branch",
|
||||||
|
"startId": "EMB_Node_p8ly",
|
||||||
|
"endId": "NCustom_kli9",
|
||||||
|
"priority": 0,
|
||||||
|
"speedLimit": 25,
|
||||||
|
"groupId": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"nodes": {
|
||||||
|
"EMB_Node_p8ly": {
|
||||||
|
"position": { "x": 4250.4, "y": 529.0, "z": 5160.165 },
|
||||||
|
"rotation": { "x": 0.0, "y": 158.052109, "z": 0.0 },
|
||||||
|
"flipSwitchStand": true
|
||||||
|
},
|
||||||
|
"EMB_Node_jrpn": null,
|
||||||
|
"NCustom_kli9": {
|
||||||
|
"position": { "x": 4266.747, "y": 529.0, "z": 5129.76172 },
|
||||||
|
"rotation": { "x": 0.0, "y": 143.552109, "z": 0.0 },
|
||||||
|
"flipSwitchStand": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"spans": {}
|
||||||
|
},
|
||||||
|
"splineys": {},
|
||||||
|
"scenery": {}
|
||||||
|
}
|
||||||
88
EMBPiggyBackBase/MainMigration.json
Normal file
88
EMBPiggyBackBase/MainMigration.json
Normal file
@@ -0,0 +1,88 @@
|
|||||||
|
{
|
||||||
|
"tracks": {
|
||||||
|
"nodes": {
|
||||||
|
"EMB_Node_f3qx": {
|
||||||
|
"position": { "x": 4422.0166, "y": 529.0, "z": 4892.06348 },
|
||||||
|
"rotation": { "x": 0.0, "y": 103.527, "z": 0.0 },
|
||||||
|
"flipSwitchStand": false
|
||||||
|
},
|
||||||
|
"EMB_Node_d90l": {
|
||||||
|
"position": { "x": 4363.68066, "y": 529.0, "z": 4906.09766 },
|
||||||
|
"rotation": { "x": 0.0, "y": 103.527, "z": 0.0 },
|
||||||
|
"flipSwitchStand": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"splineys": {
|
||||||
|
|
||||||
|
"EMB_Bryson_Road_2": null,
|
||||||
|
"EMB_Bryson_Road_2_Fix": {
|
||||||
|
"handler": "StrangeCustoms.FlowyThingBuilder",
|
||||||
|
"profile": "Railroader Paved Road",
|
||||||
|
"style": "Road",
|
||||||
|
"points": [
|
||||||
|
{
|
||||||
|
"position": { "x": 4363.464, "y": 528.93, "z": 4885.52539 },
|
||||||
|
"rotation": { "x": 0.0, "y": 103.527, "z": 0.0 },
|
||||||
|
"width": 27.0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": { "x": 4417.8623, "y": 528.93, "z": 4872.23242 },
|
||||||
|
"rotation": { "x": 0.0, "y": 103.527, "z": 0.0 },
|
||||||
|
"width": 27.0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": { "x": 4470.863, "y": 528.93, "z": 4937.39 },
|
||||||
|
"rotation": { "x": 0.0, "y": 343.527, "z": 0.0 },
|
||||||
|
"width": 10
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"scenery": {
|
||||||
|
"EMB Object B2": {
|
||||||
|
"modelIdentifier": "EMBEndPlatform",
|
||||||
|
"position": { "x": 4379.67334, "y": 529.128, "z": 4897.75537 },
|
||||||
|
"rotation": { "x": 0.0, "y": 283.527, "z": 0.0 },
|
||||||
|
"scale": {
|
||||||
|
"x": 1.0,
|
||||||
|
"y": 1.0,
|
||||||
|
"z": 1.0
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"EMB Object B4": {
|
||||||
|
"modelIdentifier": "EMBEndPlatform",
|
||||||
|
"position": { "x": 4403.97949, "y": 529.128, "z": 4891.908 },
|
||||||
|
"rotation": { "x": 0.0, "y": 103.527, "z": 0.0 },
|
||||||
|
"scale": {
|
||||||
|
"x": 1.0,
|
||||||
|
"y": 1.0,
|
||||||
|
"z": 1.0
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"EMB Object BT1": {
|
||||||
|
"modelIdentifier": "EMBSP22PB",
|
||||||
|
"position": { "x": 4407.394, "y": 528.928, "z": 4884.729 },
|
||||||
|
"rotation": { "x": 0.000, "y": 193.527, "z": 0.000 },
|
||||||
|
"scale": { "x": 1.000, "y": 1.000, "z": 1.000 }
|
||||||
|
},
|
||||||
|
"EMB Object BT2": {
|
||||||
|
"modelIdentifier": "EMBPRR26PB",
|
||||||
|
"position": { "x": 4383.088, "y": 529.918, "z": 4890.576 },
|
||||||
|
"rotation": { "x": -0.400, "y": 193.527, "z": 0.000 },
|
||||||
|
"scale": { "x": 1.000, "y": 1.000, "z": 1.000 }
|
||||||
|
},
|
||||||
|
"EMB Object BT3": {
|
||||||
|
"modelIdentifier": "EMBPRR26PB",
|
||||||
|
"position": { "x": 4392.810, "y": 529.918, "z": 4888.237 },
|
||||||
|
"rotation": { "x": -0.400, "y": 193.527, "z": 0.000 },
|
||||||
|
"scale": { "x": 1.000, "y": 1.000, "z": 1.000 }
|
||||||
|
},
|
||||||
|
"EMB Object BT4": {
|
||||||
|
"modelIdentifier": "EMBATSF24PB",
|
||||||
|
"position": { "x": 4389.844, "y": 528.968, "z": 4888.743 },
|
||||||
|
"rotation": { "x": -0.890, "y": 193.527, "z": 0.000 },
|
||||||
|
"scale": { "x": 1.000, "y": 1.000, "z": 1.000 }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
13
EMBPiggyBackBase/PBLoadID.json
Normal file
13
EMBPiggyBackBase/PBLoadID.json
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"loads": {
|
||||||
|
"PiggyBack-Trailers": {
|
||||||
|
"description": "PiggyBack-Trailers",
|
||||||
|
"units": "Pounds",
|
||||||
|
"density": 62.4,
|
||||||
|
"unitWeightInPounds": 0.0,
|
||||||
|
"importable": true,
|
||||||
|
"payPerQuantity": 0.00495,
|
||||||
|
"costPerUnit": 0.0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
104
EMBPiggyBackBase/PiggyBack1.json
Normal file
104
EMBPiggyBackBase/PiggyBack1.json
Normal file
@@ -0,0 +1,104 @@
|
|||||||
|
{
|
||||||
|
"objects": [
|
||||||
|
{
|
||||||
|
"$find": [
|
||||||
|
{
|
||||||
|
"path": "identifier",
|
||||||
|
"value": "fm-flatcar01"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"$clone": true,
|
||||||
|
"identifier": "PRR-PiggyBack1",
|
||||||
|
"metadata": {
|
||||||
|
"name": "PRR 1954 Piggyback Trailer",
|
||||||
|
"description": "1954 Piggyback Trailer from the PRR"
|
||||||
|
},
|
||||||
|
"definition": {
|
||||||
|
"carType": "PBF",
|
||||||
|
"basePrice": 1150,
|
||||||
|
"loadSlots": [
|
||||||
|
{
|
||||||
|
"$find": [
|
||||||
|
{
|
||||||
|
"path": "loadUnits",
|
||||||
|
"value": "Pounds"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"maximumCapacity": 28000.0,
|
||||||
|
"loadUnits": "Pounds",
|
||||||
|
"requiredLoadIdentifier": ""
|
||||||
|
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"components": [
|
||||||
|
{
|
||||||
|
"$find": [
|
||||||
|
{
|
||||||
|
"path": "kind",
|
||||||
|
"value": "LoadModel",
|
||||||
|
"comp": "equals"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"models": {
|
||||||
|
"$replace": [
|
||||||
|
{
|
||||||
|
"assetPackIdentifier": "zsc://EMBPiggyBackBase/SCAssetPacks/PiggyBackAssets",
|
||||||
|
"assetIdentifier": "EMBPRR26PB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"assetPackIdentifier": "zsc://EMBPiggyBackBase/SCAssetPacks/PiggyBackAssets",
|
||||||
|
"assetIdentifier": "EMBPRRStands"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"instances": {
|
||||||
|
"$replace":
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"position": [0.0,1,0.0],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [1.0,1.0,1.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.0,1,0.0],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [1.0,1.0,1.0]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"name": "LoadModel 1",
|
||||||
|
"transform": {
|
||||||
|
"$replace":{
|
||||||
|
"position": [0.0,1.145,0.0],
|
||||||
|
"rotation": [0.0,0.0,0.0,1],
|
||||||
|
"scale": [1.0,1.0,1.0]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"parent": null,
|
||||||
|
"enabled": true
|
||||||
|
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$add": {
|
||||||
|
"kind": "DetailModel",
|
||||||
|
"model": {
|
||||||
|
"assetPackIdentifier": "zsc://EMBPiggyBackBase/SCAssetPacks/PiggyBackAssets",
|
||||||
|
"assetIdentifier": "EMBPBSupports"
|
||||||
|
},
|
||||||
|
"offset": [0.0, 0.0, 0.0],
|
||||||
|
"count": 1,
|
||||||
|
"name": "Piggy Back Car Rails/poles",
|
||||||
|
"transform": {
|
||||||
|
"position": [0, 2.231352, 0.0],
|
||||||
|
"rotation": [0.0, 0.0, 0.0, 1.0],
|
||||||
|
"scale": [1.0, 1.0, 1.0]
|
||||||
|
},
|
||||||
|
"parent": null,
|
||||||
|
"enabled": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
104
EMBPiggyBackBase/PiggyBack2.json
Normal file
104
EMBPiggyBackBase/PiggyBack2.json
Normal file
@@ -0,0 +1,104 @@
|
|||||||
|
{
|
||||||
|
"objects": [
|
||||||
|
{
|
||||||
|
"$find": [
|
||||||
|
{
|
||||||
|
"path": "identifier",
|
||||||
|
"value": "fm-flatcar01"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"$clone": true,
|
||||||
|
"identifier": "SP-PiggyBack1",
|
||||||
|
"metadata": {
|
||||||
|
"name": "SP 1950s Piggyback Trailer",
|
||||||
|
"description": "1954 Piggyback Trailer from the Southern Pacific"
|
||||||
|
},
|
||||||
|
"definition": {
|
||||||
|
"carType": "PBF",
|
||||||
|
"basePrice": 1150,
|
||||||
|
"loadSlots": [
|
||||||
|
{
|
||||||
|
"$find": [
|
||||||
|
{
|
||||||
|
"path": "loadUnits",
|
||||||
|
"value": "Pounds"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"maximumCapacity": 28000.0,
|
||||||
|
"loadUnits": "Pounds",
|
||||||
|
"requiredLoadIdentifier": ""
|
||||||
|
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"components": [
|
||||||
|
{
|
||||||
|
"$find": [
|
||||||
|
{
|
||||||
|
"path": "kind",
|
||||||
|
"value": "LoadModel",
|
||||||
|
"comp": "equals"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"models": {
|
||||||
|
"$replace": [
|
||||||
|
{
|
||||||
|
"assetPackIdentifier": "zsc://EMBPiggyBackBase/SCAssetPacks/PiggyBackAssets",
|
||||||
|
"assetIdentifier": "EMBSP22PB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"assetPackIdentifier": "zsc://EMBPiggyBackBase/SCAssetPacks/PiggyBackAssets",
|
||||||
|
"assetIdentifier": "EMBSPStands"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"instances": {
|
||||||
|
"$replace":
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"position": [0.0,1.15,0.0],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [1.0,1.0,1.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.0,1.15,0.0],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [1.0,1.0,1.0]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"name": "LoadModel 1",
|
||||||
|
"transform": {
|
||||||
|
"$replace":{
|
||||||
|
"position": [0.0,0,0.0],
|
||||||
|
"rotation": [0.0,0.0,0.0,1],
|
||||||
|
"scale": [1.0,1.0,1.0]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"parent": null,
|
||||||
|
"enabled": true
|
||||||
|
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$add": {
|
||||||
|
"kind": "DetailModel",
|
||||||
|
"model": {
|
||||||
|
"assetPackIdentifier": "zsc://EMBPiggyBackBase/SCAssetPacks/PiggyBackAssets",
|
||||||
|
"assetIdentifier": "EMBPBSupports"
|
||||||
|
},
|
||||||
|
"offset": [0.0, 0.0, 0.0],
|
||||||
|
"count": 1,
|
||||||
|
"name": "Piggy Back Car Rails/poles",
|
||||||
|
"transform": {
|
||||||
|
"position": [0, 2.231352, 0.0],
|
||||||
|
"rotation": [0.0, 0.0, 0.0, 1.0],
|
||||||
|
"scale": [1.0, 1.0, 1.0]
|
||||||
|
},
|
||||||
|
"parent": null,
|
||||||
|
"enabled": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
104
EMBPiggyBackBase/PiggyBack3.json
Normal file
104
EMBPiggyBackBase/PiggyBack3.json
Normal file
@@ -0,0 +1,104 @@
|
|||||||
|
{
|
||||||
|
"objects": [
|
||||||
|
{
|
||||||
|
"$find": [
|
||||||
|
{
|
||||||
|
"path": "identifier",
|
||||||
|
"value": "fm-flatcar01"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"$clone": true,
|
||||||
|
"identifier": "SF-PiggyBack1",
|
||||||
|
"metadata": {
|
||||||
|
"name": "SF 1950s Piggyback Trailer",
|
||||||
|
"description": "1956 Piggyback Trailer from the Atchison Topeka & Santa Fe"
|
||||||
|
},
|
||||||
|
"definition": {
|
||||||
|
"carType": "PBF",
|
||||||
|
"basePrice": 1150,
|
||||||
|
"loadSlots": [
|
||||||
|
{
|
||||||
|
"$find": [
|
||||||
|
{
|
||||||
|
"path": "loadUnits",
|
||||||
|
"value": "Pounds"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"maximumCapacity": 28000.0,
|
||||||
|
"loadUnits": "Pounds",
|
||||||
|
"requiredLoadIdentifier": ""
|
||||||
|
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"components": [
|
||||||
|
{
|
||||||
|
"$find": [
|
||||||
|
{
|
||||||
|
"path": "kind",
|
||||||
|
"value": "LoadModel",
|
||||||
|
"comp": "equals"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"models": {
|
||||||
|
"$replace": [
|
||||||
|
{
|
||||||
|
"assetPackIdentifier": "zsc://EMBPiggyBackBase/SCAssetPacks/PiggyBackAssets",
|
||||||
|
"assetIdentifier": "EMBATSF24PB"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"assetPackIdentifier": "zsc://EMBPiggyBackBase/SCAssetPacks/PiggyBackAssets",
|
||||||
|
"assetIdentifier": "EMBATSFStands"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"instances": {
|
||||||
|
"$replace":
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"position": [0.0,1.185,0.0],
|
||||||
|
"rotation": [-0.00654493831,0.0,0.0,1],
|
||||||
|
"scale": [1.0,1.0,1.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.0,1.17,0.0],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [1.0,1.0,1.0]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"name": "LoadModel 1",
|
||||||
|
"transform": {
|
||||||
|
"$replace":{
|
||||||
|
"position": [0.0,0,0.0],
|
||||||
|
"rotation": [0.0,0.0,0.0,1],
|
||||||
|
"scale": [1.0,1.0,1.0]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"parent": null,
|
||||||
|
"enabled": true
|
||||||
|
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$add": {
|
||||||
|
"kind": "DetailModel",
|
||||||
|
"model": {
|
||||||
|
"assetPackIdentifier": "zsc://EMBPiggyBackBase/SCAssetPacks/PiggyBackAssets",
|
||||||
|
"assetIdentifier": "EMBPBSupports"
|
||||||
|
},
|
||||||
|
"offset": [0.0, 0.0, 0.0],
|
||||||
|
"count": 1,
|
||||||
|
"name": "Piggy Back Car Rails/poles",
|
||||||
|
"transform": {
|
||||||
|
"position": [0, 2.231352, 0.0],
|
||||||
|
"rotation": [0.0, 0.0, 0.0, 1.0],
|
||||||
|
"scale": [1.0, 1.0, 1.0]
|
||||||
|
},
|
||||||
|
"parent": null,
|
||||||
|
"enabled": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
BIN
EMBPiggyBackBase/SCAssetPacks/PiggyBackAssets/Bundle
LFS
Normal file
BIN
EMBPiggyBackBase/SCAssetPacks/PiggyBackAssets/Bundle
LFS
Normal file
Binary file not shown.
@@ -0,0 +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"}}}
|
||||||
186
EMBPiggyBackBase/SCAssetPacks/PiggyBackAssets/Definitions.json
Normal file
186
EMBPiggyBackBase/SCAssetPacks/PiggyBackAssets/Definitions.json
Normal file
@@ -0,0 +1,186 @@
|
|||||||
|
{
|
||||||
|
"objects": [
|
||||||
|
{
|
||||||
|
"identifier": "EMBPBSupports",
|
||||||
|
"metadata": {
|
||||||
|
"name": "EMBPBSupports",
|
||||||
|
"description": "A new item",
|
||||||
|
"tags": [],
|
||||||
|
"credits": ""
|
||||||
|
},
|
||||||
|
"definition": {
|
||||||
|
"kind": "Scenery",
|
||||||
|
"modelIdentifier": "EMBPBSupports",
|
||||||
|
"components": []
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"identifier": "EMBSPStands",
|
||||||
|
"metadata": {
|
||||||
|
"name": "EMBSPStands",
|
||||||
|
"description": "A new item",
|
||||||
|
"tags": [],
|
||||||
|
"credits": ""
|
||||||
|
},
|
||||||
|
"definition": {
|
||||||
|
"kind": "Scenery",
|
||||||
|
"modelIdentifier": "EMBSPStands",
|
||||||
|
"components": []
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"identifier": "EMBATSFStands",
|
||||||
|
"metadata": {
|
||||||
|
"name": "EMBATSFStands",
|
||||||
|
"description": "A new item",
|
||||||
|
"tags": [],
|
||||||
|
"credits": ""
|
||||||
|
},
|
||||||
|
"definition": {
|
||||||
|
"kind": "Scenery",
|
||||||
|
"modelIdentifier": "EMBATSFStands",
|
||||||
|
"components": []
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"identifier": "EMBPRRStands",
|
||||||
|
"metadata": {
|
||||||
|
"name": "EMBPRRStands",
|
||||||
|
"description": "A new item",
|
||||||
|
"tags": [],
|
||||||
|
"credits": ""
|
||||||
|
},
|
||||||
|
"definition": {
|
||||||
|
"kind": "Scenery",
|
||||||
|
"modelIdentifier": "EMBPRRStands",
|
||||||
|
"components": []
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"identifier": "EMBSP22PB",
|
||||||
|
"metadata": {
|
||||||
|
"name": "EMBSP22PB",
|
||||||
|
"description": "A new item",
|
||||||
|
"tags": [],
|
||||||
|
"credits": ""
|
||||||
|
},
|
||||||
|
"definition": {
|
||||||
|
"kind": "Scenery",
|
||||||
|
"modelIdentifier": "EMBSP22PB",
|
||||||
|
"components": []
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"identifier": "EMBPRR26PB",
|
||||||
|
"metadata": {
|
||||||
|
"name": "EMBPRR26PB",
|
||||||
|
"description": "A new item",
|
||||||
|
"tags": [],
|
||||||
|
"credits": ""
|
||||||
|
},
|
||||||
|
"definition": {
|
||||||
|
"kind": "Scenery",
|
||||||
|
"modelIdentifier": "EMBPRR26PB",
|
||||||
|
"components": []
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"identifier": "EMBATSF24PB",
|
||||||
|
"metadata": {
|
||||||
|
"name": "EMBATSF24PB",
|
||||||
|
"description": "A new item",
|
||||||
|
"tags": [],
|
||||||
|
"credits": ""
|
||||||
|
},
|
||||||
|
"definition": {
|
||||||
|
"kind": "Scenery",
|
||||||
|
"modelIdentifier": "EMBATSF24PB",
|
||||||
|
"components": []
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"identifier": "EMB10MPlatform",
|
||||||
|
"metadata": {
|
||||||
|
"name": "EMB10MPlatform",
|
||||||
|
"description": "A new item",
|
||||||
|
"tags": [],
|
||||||
|
"credits": ""
|
||||||
|
},
|
||||||
|
"definition": {
|
||||||
|
"kind": "Scenery",
|
||||||
|
"modelIdentifier": "EMB10MPlatform",
|
||||||
|
"components": []
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"identifier": "EMBEndPlatform",
|
||||||
|
"metadata": {
|
||||||
|
"name": "EMBEndPlatform",
|
||||||
|
"description": "A new item",
|
||||||
|
"tags": [],
|
||||||
|
"credits": ""
|
||||||
|
},
|
||||||
|
"definition": {
|
||||||
|
"kind": "Scenery",
|
||||||
|
"modelIdentifier": "EMBEndPlatform",
|
||||||
|
"components": []
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"identifier": "EMBMidPlatform",
|
||||||
|
"metadata": {
|
||||||
|
"name": "EMBMidPlatform",
|
||||||
|
"description": "A new item",
|
||||||
|
"tags": [],
|
||||||
|
"credits": ""
|
||||||
|
},
|
||||||
|
"definition": {
|
||||||
|
"kind": "Scenery",
|
||||||
|
"modelIdentifier": "EMBMidPlatform",
|
||||||
|
"components": []
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"identifier": "EMBPBRamp3",
|
||||||
|
"metadata": {
|
||||||
|
"name": "EMBPBRamp3",
|
||||||
|
"description": "A new item",
|
||||||
|
"tags": [],
|
||||||
|
"credits": ""
|
||||||
|
},
|
||||||
|
"definition": {
|
||||||
|
"kind": "Scenery",
|
||||||
|
"modelIdentifier": "EMBPBRamp3",
|
||||||
|
"components": []
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"identifier": "EMBPBRamp2",
|
||||||
|
"metadata": {
|
||||||
|
"name": "EMBPBRamp2",
|
||||||
|
"description": "A new item",
|
||||||
|
"tags": [],
|
||||||
|
"credits": ""
|
||||||
|
},
|
||||||
|
"definition": {
|
||||||
|
"kind": "Scenery",
|
||||||
|
"modelIdentifier": "EMBPBRamp2",
|
||||||
|
"components": []
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"identifier": "EMBPBRamp1",
|
||||||
|
"metadata": {
|
||||||
|
"name": "EMBPBRamp1",
|
||||||
|
"description": "A new item",
|
||||||
|
"tags": [],
|
||||||
|
"credits": ""
|
||||||
|
},
|
||||||
|
"definition": {
|
||||||
|
"kind": "Scenery",
|
||||||
|
"modelIdentifier": "EMBPBRamp1",
|
||||||
|
"components": []
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"Id": "EMD SD60M2",
|
|
||||||
"Version": "1.0.0",
|
|
||||||
"DisplayName": "EMD SD60M2",
|
|
||||||
"Author": "Freeman",
|
|
||||||
"ManagerVersion": "0.32.4.0"
|
|
||||||
}
|
|
||||||
BIN
EMD SD60M2/sd60m2/Bundle
LFS
BIN
EMD SD60M2/sd60m2/Bundle
LFS
Binary file not shown.
@@ -1 +0,0 @@
|
|||||||
{"identifier":"sd60m2","name":"sd60m2","shared":false,"assets":{"sd60m2":{"name":"sd60m2","type":"prefab","filename":"sd60m2.prefab"}}}
|
|
||||||
File diff suppressed because it is too large
Load Diff
17
SD402BMAN/Catalog.json
Normal file
17
SD402BMAN/Catalog.json
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"identifier": "SD402",
|
||||||
|
"name": "SD40-2 Diesel Locomotive",
|
||||||
|
"shared": false,
|
||||||
|
"assets": {
|
||||||
|
"SD402": {
|
||||||
|
"name": "SD402",
|
||||||
|
"type": "prefab",
|
||||||
|
"filename": "SD402.prefab"
|
||||||
|
},
|
||||||
|
"eotdevice": {
|
||||||
|
"name": "sd40eot",
|
||||||
|
"type": "prefab",
|
||||||
|
"filename": "eotdevice.prefab"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
2306
SD402BMAN/Definitions.json
Normal file
2306
SD402BMAN/Definitions.json
Normal file
File diff suppressed because it is too large
Load Diff
BIN
SD402BMAN/bundle
LFS
Normal file
BIN
SD402BMAN/bundle
LFS
Normal file
Binary file not shown.
12
SD402BMAN/info.json
Normal file
12
SD402BMAN/info.json
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"Id": "SD402BMAN",
|
||||||
|
"DisplayName": "SD40-2",
|
||||||
|
"Author": "TheBeeMan",
|
||||||
|
"Version": "4.1.1",
|
||||||
|
"GameVersion": "2024.6.2",
|
||||||
|
"ManagerVersion": "0.27.14.0",
|
||||||
|
"Game": "Railroader",
|
||||||
|
"Homepage": "https://www.nexusmods.com/railroader/mods/823",
|
||||||
|
"Requirements": ["GP38SoundMod-4.03.0"]
|
||||||
|
}
|
||||||
|
|
||||||
12
The Standard Catalog of Load IDs/Definition.json
Normal file
12
The Standard Catalog of Load IDs/Definition.json
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"manifestVersion": 5,
|
||||||
|
"id": "NickB.TheStandardCatalogofLoadIDs",
|
||||||
|
"name": "The Standard Catalog of Load IDs",
|
||||||
|
"version": "5.3",
|
||||||
|
"requires": [
|
||||||
|
"Zamu.StrangeCustoms"
|
||||||
|
],
|
||||||
|
"mixintos": {
|
||||||
|
"game-graph": "file(TheStandardCatalogofLoadIDs.json)"
|
||||||
|
}
|
||||||
|
}
|
||||||
1952
The Standard Catalog of Load IDs/TheStandardCatalogofLoadIDs.json
Normal file
1952
The Standard Catalog of Load IDs/TheStandardCatalogofLoadIDs.json
Normal file
File diff suppressed because it is too large
Load Diff
37
westBrysonIndustries/Definition.json
Normal file
37
westBrysonIndustries/Definition.json
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
{
|
||||||
|
"manifestVersion": 5,
|
||||||
|
"id": "C_L_B.westBrysonIndustries",
|
||||||
|
"name": "Bryson Industries",
|
||||||
|
"version": "1.7.0",
|
||||||
|
"requires": [
|
||||||
|
{
|
||||||
|
"id": "railloader",
|
||||||
|
"notBefore": "1.9.0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "Zamu.StrangeCustoms",
|
||||||
|
"notBefore": "1.9.0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "NickB.TheStandardCatalogofLoadIDs",
|
||||||
|
"notBefore": "4.0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "C_L_B.ASSETS01",
|
||||||
|
"notBefore": "2.4.0"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"mixintos": {
|
||||||
|
"game-graph": [
|
||||||
|
"file(westBrysonIndustries.json)",
|
||||||
|
{
|
||||||
|
"mixinto":"file(MolochLoader.json)",
|
||||||
|
"requires":["Moloch.MolochIndustryComponents"]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"container:fm-flatcar01":"file(car1.json)",
|
||||||
|
"container:fm-flatcar02":"file(car2.json)",
|
||||||
|
"container:fm-flatcar03":"file(car3.json)",
|
||||||
|
"game-migrations":"file(migrations.json)"
|
||||||
|
}
|
||||||
|
}
|
||||||
33
westBrysonIndustries/MolochLoader.json
Normal file
33
westBrysonIndustries/MolochLoader.json
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
{
|
||||||
|
"areas": {
|
||||||
|
"bryson": {
|
||||||
|
"industries": {
|
||||||
|
"clb-bryson-steam-and-electricity": {
|
||||||
|
"components": {
|
||||||
|
"clb-coal": {
|
||||||
|
"type": "MolochIndustryComponents.HopperUnloader",
|
||||||
|
"storageChangeRate": 3000000.0,
|
||||||
|
"carTransferRate": 10.0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"tracks": {
|
||||||
|
"spans": {
|
||||||
|
"CLB_BRY_IND_SPP_FUEL": {
|
||||||
|
"upper": {
|
||||||
|
"segmentId": "SBRYIND_hgew",
|
||||||
|
"distance": 10,
|
||||||
|
"end": "Start"
|
||||||
|
},
|
||||||
|
"lower": {
|
||||||
|
"segmentId": "SBRYIND_hgew",
|
||||||
|
"distance": 10,
|
||||||
|
"end": "End"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
972
westBrysonIndustries/car1.json
Normal file
972
westBrysonIndustries/car1.json
Normal file
@@ -0,0 +1,972 @@
|
|||||||
|
{
|
||||||
|
"objects": [
|
||||||
|
{
|
||||||
|
"$find": [
|
||||||
|
{
|
||||||
|
"path": "identifier",
|
||||||
|
"value": "fm-flatcar01",
|
||||||
|
"comp": "equals"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"$clone": true,
|
||||||
|
"identifier": "fm-flatcar01-stakes",
|
||||||
|
"metadata": {
|
||||||
|
"name": "Class F30 Flatcar-Stakes"
|
||||||
|
},
|
||||||
|
"definition": {
|
||||||
|
"carType": "FMSTKS",
|
||||||
|
"components": [
|
||||||
|
{
|
||||||
|
"$find": [
|
||||||
|
{
|
||||||
|
"path": "kind",
|
||||||
|
"value": "LoadModel",
|
||||||
|
"comp": "equals"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"loadIdentifier": "metal-pipes",
|
||||||
|
"models": {
|
||||||
|
"$replace": [
|
||||||
|
{
|
||||||
|
"assetPackIdentifier": "zsc://C_L_B.ASSETS/SCAssetPacks/CLB_ASSETS_01",
|
||||||
|
"assetIdentifier": "CLB_Pipe02"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"instances": {
|
||||||
|
"$replace": [
|
||||||
|
{
|
||||||
|
"position": [0.9,0.45,0.0],
|
||||||
|
"rotation": [0.707106769,0.0,0.0,0.707106769],
|
||||||
|
"scale": [90.0,130.0,90.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [-0.9,0.45,0.0],
|
||||||
|
"rotation": [0.707106769,0.0,0.0,0.707106769],
|
||||||
|
"scale": [90.0,130.0,90.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.0,0.45,0.0],
|
||||||
|
"rotation": [0.707106769,0.0,0.0,0.707106769],
|
||||||
|
"scale": [90.0,130.0,90.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.45,1.2,0.0],
|
||||||
|
"rotation": [0.707106769,0.0,0.0,0.707106769],
|
||||||
|
"scale": [90.0,130.0,90.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [-0.45,1.2,0.0],
|
||||||
|
"rotation": [0.707106769,0.0,0.0,0.707106769],
|
||||||
|
"scale": [90.0,130.0,90.0]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"name": "LoadModel 1",
|
||||||
|
"transform": {
|
||||||
|
"$replace":{
|
||||||
|
"position": [0.0,1.16644287,0.0],
|
||||||
|
"rotation": [0.0,0.0,0.0,1],
|
||||||
|
"scale": [1.0,1.0,1.0]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"parent": null,
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$add":{
|
||||||
|
"kind": "LoadModel",
|
||||||
|
"slotIndex": 0,
|
||||||
|
"loadIdentifier": "metal-pipes2",
|
||||||
|
"models":[
|
||||||
|
{
|
||||||
|
"assetPackIdentifier": "zsc://C_L_B.ASSETS/SCAssetPacks/CLB_ASSETS_01",
|
||||||
|
"assetIdentifier": "CLB_Pipe02"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"instances": [
|
||||||
|
{
|
||||||
|
"position": [0.54,1.43,3.4],
|
||||||
|
"rotation": [0.707106769,0.0,0.0,0.707106769],
|
||||||
|
"scale": [54.0,60.0,54.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [-0.54,1.43,3.4],
|
||||||
|
"rotation": [0.707106769,0.0,0.0,0.707106769],
|
||||||
|
"scale": [54.0,60.0,54.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.0,1.43,3.4],
|
||||||
|
"rotation": [0.707106769,0.0,0.0,0.707106769],
|
||||||
|
"scale": [54.0,60.0,54.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [1.08,1.43,3.4],
|
||||||
|
"rotation": [0.707106769,0.0,0.0,0.707106769],
|
||||||
|
"scale": [54.0,60.0,54.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [-1.08,1.43,3.4],
|
||||||
|
"rotation": [0.707106769,0.0,0.0,0.707106769],
|
||||||
|
"scale": [54.0,60.0,54.0]
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"position": [0.54,1.43,-3.4],
|
||||||
|
"rotation": [0.707106769,0.0,0.0,0.707106769],
|
||||||
|
"scale": [54.0,60.0,54.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [-0.54,1.43,-3.4],
|
||||||
|
"rotation": [0.707106769,0.0,0.0,0.707106769],
|
||||||
|
"scale": [54.0,60.0,54.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.0,1.43,-3.4],
|
||||||
|
"rotation": [0.707106769,0.0,0.0,0.707106769],
|
||||||
|
"scale": [54.0,60.0,54.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [1.08,1.43,-3.4],
|
||||||
|
"rotation": [0.707106769,0.0,0.0,0.707106769],
|
||||||
|
"scale": [54.0,60.0,54.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [-1.08,1.43,-3.4],
|
||||||
|
"rotation": [0.707106769,0.0,0.0,0.707106769],
|
||||||
|
"scale": [54.0,60.0,54.0]
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"position": [0.27,1.9,3.4],
|
||||||
|
"rotation": [0.707106769,0.0,0.0,0.707106769],
|
||||||
|
"scale": [54.0,60.0,54.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [-0.27,1.9,3.4],
|
||||||
|
"rotation": [0.707106769,0.0,0.0,0.707106769],
|
||||||
|
"scale": [54.0,60.0,54.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.81,1.9,3.4],
|
||||||
|
"rotation": [0.707106769,0.0,0.0,0.707106769],
|
||||||
|
"scale": [54.0,60.0,54.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [-0.81,1.9,3.4],
|
||||||
|
"rotation": [0.707106769,0.0,0.0,0.707106769],
|
||||||
|
"scale": [54.0,60.0,54.0]
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"position": [0.27,1.9,-3.4],
|
||||||
|
"rotation": [0.707106769,0.0,0.0,0.707106769],
|
||||||
|
"scale": [54.0,60.0,54.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [-0.27,1.9,-3.4],
|
||||||
|
"rotation": [0.707106769,0.0,0.0,0.707106769],
|
||||||
|
"scale": [54.0,60.0,54.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.81,1.9,-3.4],
|
||||||
|
"rotation": [0.707106769,0.0,0.0,0.707106769],
|
||||||
|
"scale": [54.0,60.0,54.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [-0.81,1.9,-3.4],
|
||||||
|
"rotation": [0.707106769,0.0,0.0,0.707106769],
|
||||||
|
"scale": [54.0,60.0,54.0]
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"position": [0.54,2.37,3.4],
|
||||||
|
"rotation": [0.707106769,0.0,0.0,0.707106769],
|
||||||
|
"scale": [54.0,60.0,54.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [-0.54,2.37,3.4],
|
||||||
|
"rotation": [0.707106769,0.0,0.0,0.707106769],
|
||||||
|
"scale": [54.0,60.0,54.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.0,2.37,3.4],
|
||||||
|
"rotation": [0.707106769,0.0,0.0,0.707106769],
|
||||||
|
"scale": [54.0,60.0,54.0]
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"position": [0.54,2.37,-3.4],
|
||||||
|
"rotation": [0.707106769,0.0,0.0,0.707106769],
|
||||||
|
"scale": [54.0,60.0,54.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [-0.54,2.37,-3.4],
|
||||||
|
"rotation": [0.707106769,0.0,0.0,0.707106769],
|
||||||
|
"scale": [54.0,60.0,54.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.0,2.37,-3.4],
|
||||||
|
"rotation": [0.707106769,0.0,0.0,0.707106769],
|
||||||
|
"scale": [54.0,60.0,54.0]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"name": "LoadModel 2",
|
||||||
|
"transform": {
|
||||||
|
"position": [0.0,0.0,0.0],
|
||||||
|
"rotation": [0.0,0.0,0.0,1],
|
||||||
|
"scale": [1.0,1.0,1.0]
|
||||||
|
},
|
||||||
|
"parent": null,
|
||||||
|
"enabled": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$add":{
|
||||||
|
"kind": "LoadModel",
|
||||||
|
"slotIndex": 0,
|
||||||
|
"loadIdentifier": "bridge-section",
|
||||||
|
"models":[
|
||||||
|
{
|
||||||
|
"assetPackIdentifier": "zsc://C_L_B.ASSETS/SCAssetPacks/CLB_ASSETS_01",
|
||||||
|
"assetIdentifier": "CLB_Beam02"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"instances": [
|
||||||
|
{
|
||||||
|
"position": [0.9,1.5,0.0],
|
||||||
|
"rotation": [0,0.0,0.5,0.5],
|
||||||
|
"scale": [90.0,80.0,90.0]
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"position": [0.0,1.5,0],
|
||||||
|
"rotation": [0,0.0,0.5,0.5],
|
||||||
|
"scale": [90.0,80.0,90.0]
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"position": [-0.9,1.5,-0.01],
|
||||||
|
"rotation": [0,0.0,0.5,0.5],
|
||||||
|
"scale": [90.0,80.0,90.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.5,1.815,-0.01],
|
||||||
|
"rotation": [0,0.0,0.5,0.5],
|
||||||
|
"scale": [90.0,80.0,90.0]
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"position": [-0.5,1.815,0.01],
|
||||||
|
"rotation": [0,0.0,0.5,0.5],
|
||||||
|
"scale": [90.0,80.0,90.0]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"name": "LoadModel 3",
|
||||||
|
"transform": {
|
||||||
|
"position": [0.0,-0.07,0.0],
|
||||||
|
"rotation": [0.0,0.0,0.0,1],
|
||||||
|
"scale": [1.0,1.0,1.0]
|
||||||
|
},
|
||||||
|
"parent": null,
|
||||||
|
"enabled": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$add":{
|
||||||
|
"kind": "LoadModel",
|
||||||
|
"slotIndex": 0,
|
||||||
|
"loadIdentifier": "rails",
|
||||||
|
"models":[
|
||||||
|
{
|
||||||
|
"assetPackIdentifier": "zsc://C_L_B.ASSETS/SCAssetPacks/CLB_ASSETS_01",
|
||||||
|
"assetIdentifier": "CLB_Rail01"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"assetPackIdentifier": "zsc://C_L_B.ASSETS/SCAssetPacks/CLB_ASSETS_01",
|
||||||
|
"assetIdentifier": "CLB_Rail01"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"assetPackIdentifier": "zsc://C_L_B.ASSETS/SCAssetPacks/CLB_ASSETS_01",
|
||||||
|
"assetIdentifier": "CLB_Rail01"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"assetPackIdentifier": "zsc://C_L_B.ASSETS/SCAssetPacks/CLB_ASSETS_01",
|
||||||
|
"assetIdentifier": "CLB_Rail01"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"assetPackIdentifier": "zsc://C_L_B.ASSETS/SCAssetPacks/CLB_ASSETS_01",
|
||||||
|
"assetIdentifier": "CLB_Rail01"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"assetPackIdentifier": "zsc://C_L_B.ASSETS/SCAssetPacks/CLB_ASSETS_01",
|
||||||
|
"assetIdentifier": "CLB_Rail01"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"assetPackIdentifier": "zsc://C_L_B.ASSETS/SCAssetPacks/CLB_ASSETS_01",
|
||||||
|
"assetIdentifier": "CLB_Rail01"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"assetPackIdentifier": "zsc://C_L_B.ASSETS/SCAssetPacks/CLB_ASSETS_01",
|
||||||
|
"assetIdentifier": "CLB_Rail01"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"assetPackIdentifier": "zsc://C_L_B.ASSETS/SCAssetPacks/CLB_ASSETS_01",
|
||||||
|
"assetIdentifier": "CLB_Rail01"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"assetPackIdentifier": "zsc://C_L_B.ASSETS/SCAssetPacks/CLB_ASSETS_01",
|
||||||
|
"assetIdentifier": "CLB_Lumber01"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"assetPackIdentifier": "zsc://C_L_B.ASSETS/SCAssetPacks/CLB_ASSETS_01",
|
||||||
|
"assetIdentifier": "CLB_Lumber01"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"assetPackIdentifier": "zsc://C_L_B.ASSETS/SCAssetPacks/CLB_ASSETS_01",
|
||||||
|
"assetIdentifier": "CLB_Lumber01"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"instances": [
|
||||||
|
{
|
||||||
|
"position": [1.0,1.43,0.0],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [100.0,100.0,190.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.75,1.43,0.0],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [100.0,100.0,190.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.5,1.43,0.0],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [100.0,100.0,190.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.25,1.43,0.01],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [100.0,100.0,190.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.0,1.43,0.0],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [100.0,100.0,190.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [-0.25,1.43,0.01],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [100.0,100.0,190.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [-0.5,1.43,-0.01],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [100.0,100.0,190.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [-0.75,1.43,0.0],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [100.0,100.0,190.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [-1.0,1.43,0.0],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [100.0,100.0,190.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.0,1.71,4],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [110.0,30.0,40.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.0,1.71,0.0],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [110.0,30.0,40.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.0,1.71,-4],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [110.0,30.0,40.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [1.0,1.76,0.0],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [100.0,100.0,190.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.75,1.76,0.0],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [100.0,100.0,190.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.5,1.76,0.0],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [100.0,100.0,190.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.25,1.76,0.01],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [100.0,100.0,190.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.0,1.76,0.0],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [100.0,100.0,190.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [-0.25,1.76,0.01],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [100.0,100.0,190.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [-0.5,1.76,-0.01],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [100.0,100.0,190.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [-0.75,1.76,0.0],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [100.0,100.0,190.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [-1.0,1.76,0.0],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [100.0,100.0,190.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.0,2.04,4.0],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [110.0,30.0,40.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.0,2.04,0.0],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [110.0,30.0,40.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.0,2.04,-4.0],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [110.0,30.0,40.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [1.0,2.09,0.0],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [100.0,100.0,190.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.75,2.09,0.0],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [100.0,100.0,190.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.5,2.09,0.0],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [100.0,100.0,190.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.25,2.09,0.01],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [100.0,100.0,190.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.0,2.09,0.0],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [100.0,100.0,190.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [-0.25,2.09,0.01],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [100.0,100.0,190.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [-0.5,2.09,-0.01],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [100.0,100.0,190.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [-0.75,2.09,0.0],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [100.0,100.0,190.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [-1.0,2.09,0.0],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [100.0,100.0,190.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.0,2.37,4.0],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [110.0,30.0,40.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.0,2.37,0.0],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [110.0,30.0,40.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.0,2.37,-4.0],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [110.0,30.0,40.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [1.0,2.42,0.0],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [100.0,100.0,190.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.75,2.42,0.0],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [100.0,100.0,190.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.5,2.42,0.0],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [100.0,100.0,190.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.25,2.42,0.01],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [100.0,100.0,190.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.0,2.42,0.0],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [100.0,100.0,190.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [-0.25,2.42,0.01],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [100.0,100.0,190.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [-0.5,2.42,-0.01],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [100.0,100.0,190.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [-0.75,2.42,0.0],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [100.0,100.0,190.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [-1.0,2.42,0.0],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [100.0,100.0,190.0]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"name": "LoadModel 4",
|
||||||
|
"transform": {
|
||||||
|
"position": [0.0,-0.27,0.0],
|
||||||
|
"rotation": [0.0,0.0,0.0,1],
|
||||||
|
"scale": [1.0,1.0,1.0]
|
||||||
|
},
|
||||||
|
"parent": null,
|
||||||
|
"enabled": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$add":{
|
||||||
|
"kind": "LoadModel",
|
||||||
|
"slotIndex": 0,
|
||||||
|
"loadIdentifier": "steel",
|
||||||
|
"models":[
|
||||||
|
{
|
||||||
|
"assetPackIdentifier": "zsc://C_L_B.ASSETS/SCAssetPacks/CLB_ASSETS_01",
|
||||||
|
"assetIdentifier": "CLB_Steel-Bar01"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"assetPackIdentifier": "zsc://C_L_B.ASSETS/SCAssetPacks/CLB_ASSETS_01",
|
||||||
|
"assetIdentifier": "CLB_Steel-Bar01"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"assetPackIdentifier": "zsc://C_L_B.ASSETS/SCAssetPacks/CLB_ASSETS_01",
|
||||||
|
"assetIdentifier": "CLB_Lumber01"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"assetPackIdentifier": "zsc://C_L_B.ASSETS/SCAssetPacks/CLB_ASSETS_01",
|
||||||
|
"assetIdentifier": "CLB_Lumber01"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"assetPackIdentifier": "zsc://C_L_B.ASSETS/SCAssetPacks/CLB_ASSETS_01",
|
||||||
|
"assetIdentifier": "CLB_Lumber01"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"assetPackIdentifier": "zsc://C_L_B.ASSETS/SCAssetPacks/CLB_ASSETS_01",
|
||||||
|
"assetIdentifier": "CLB_Lumber01"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"instances": [
|
||||||
|
|
||||||
|
{
|
||||||
|
"position": [0.0,1.61,3.5],
|
||||||
|
"rotation": [0.0,0.0,0.0,1.0],
|
||||||
|
"scale": [125.0,125.0,125.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.0,1.61,-3.5],
|
||||||
|
"rotation": [0.0,0.0,0.0,1.0],
|
||||||
|
"scale": [125.0,125.0,125.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.0,1.84,4.6],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [110.0,30.0,40.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.0,1.84,2.4],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [110.0,30.0,40.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.0,1.84,-4.6],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [110.0,30.0,40.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.0,1.84,-2.4],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [110.0,30.0,40.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.0,2.07,3.5],
|
||||||
|
"rotation": [0.0,0.0,0.0,1.0],
|
||||||
|
"scale": [125.0,125.0,125.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.0,2.07,-3.5],
|
||||||
|
"rotation": [0.0,0.0,0.0,1.0],
|
||||||
|
"scale": [125.0,125.0,125.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.0,2.3,4.6],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [110.0,30.0,40.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.0,2.3,2.4],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [110.0,30.0,40.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.0,2.3,-4.6],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [110.0,30.0,40.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.0,2.3,-2.4],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [110.0,30.0,40.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.0,2.53,3.5],
|
||||||
|
"rotation": [0.0,0.0,0.0,1.0],
|
||||||
|
"scale": [125.0,125.0,125.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.0,2.53,-3.5],
|
||||||
|
"rotation": [0.0,0.0,0.0,1.0],
|
||||||
|
"scale": [125.0,125.0,125.0]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"name": "LoadModel 5",
|
||||||
|
"transform": {
|
||||||
|
"position": [0.0,-0.27,0.0],
|
||||||
|
"rotation": [0.0,0.0,0.0,1],
|
||||||
|
"scale": [1.0,1.0,1.0]
|
||||||
|
},
|
||||||
|
"parent": null,
|
||||||
|
"enabled": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$add":{
|
||||||
|
"kind": "LoadModel",
|
||||||
|
"slotIndex": 0,
|
||||||
|
"loadIdentifier": "lumber-dimensional",
|
||||||
|
"models":[
|
||||||
|
{
|
||||||
|
"assetPackIdentifier": "zsc://C_L_B.ASSETS/SCAssetPacks/CLB_ASSETS_01",
|
||||||
|
"assetIdentifier": "CLB_Lumber01"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"instances": [
|
||||||
|
{
|
||||||
|
"position": [1.05,1.3,0],
|
||||||
|
"rotation": [0,0.707106769,0.0,0.707106769],
|
||||||
|
"scale": [600.0,100.0,100.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.7,1.3,0.05],
|
||||||
|
"rotation": [0,0.707106769,0.0,0.707106769],
|
||||||
|
"scale": [600.0,100.0,100.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.35,1.3,-0.1],
|
||||||
|
"rotation": [0,0.707106769,0.0,0.707106769],
|
||||||
|
"scale": [600.0,100.0,100.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.0,1.3,-0.05],
|
||||||
|
"rotation": [0,0.707106769,0.0,0.707106769],
|
||||||
|
"scale": [600.0,100.0,100.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [-0.35,1.3,0.1],
|
||||||
|
"rotation": [0,0.707106769,0.0,0.707106769],
|
||||||
|
"scale": [600.0,100.0,100.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [-0.7,1.3,0],
|
||||||
|
"rotation": [0,0.707106769,0.0,0.707106769],
|
||||||
|
"scale": [600.0,100.0,100.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [-1.05,1.3,0.05],
|
||||||
|
"rotation": [0,0.707106769,0.0,0.707106769],
|
||||||
|
"scale": [600.0,100.0,100.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.0,1.495,4],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [130.0,30.0,40.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.0,1.495,0.0],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [130.0,30.0,40.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.0,1.495,-4],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [130.0,30.0,40.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.875,1.69,0.0],
|
||||||
|
"rotation": [0,0.707106769,0.0,0.707106769],
|
||||||
|
"scale": [600.0,100.0,100.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.525,1.69,0.05],
|
||||||
|
"rotation": [0,0.707106769,0.0,0.707106769],
|
||||||
|
"scale": [600.0,100.0,100.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.175,1.69,0.0],
|
||||||
|
"rotation": [0,0.707106769,0.0,0.707106769],
|
||||||
|
"scale": [600.0,100.0,100.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [-0.175,1.69,0.05],
|
||||||
|
"rotation": [0,0.707106769,0.0,0.707106769],
|
||||||
|
"scale": [600.0,100.0,100.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [-0.525,1.69,-0.05],
|
||||||
|
"rotation": [0,0.707106769,0.0,0.707106769],
|
||||||
|
"scale": [600.0,100.0,100.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [-0.875,1.69,0.1],
|
||||||
|
"rotation": [0,0.707106769,0.0,0.707106769],
|
||||||
|
"scale": [600.0,100.0,100.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.0,1.885,4],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [110.0,30.0,40.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.0,1.885,0.0],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [110.0,30.0,40.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.0,1.885,-4],
|
||||||
|
"rotation": [0,0.0,0.0,1],
|
||||||
|
"scale": [110.0,30.0,40.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.7,2.08,0.1],
|
||||||
|
"rotation": [0,0.707106769,0.0,0.707106769],
|
||||||
|
"scale": [600.0,100.0,100.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.35,2.08,-0.05],
|
||||||
|
"rotation": [0,0.707106769,0.0,0.707106769],
|
||||||
|
"scale": [600.0,100.0,100.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [0.0,2.08,0.0],
|
||||||
|
"rotation": [0,0.707106769,0.0,0.707106769],
|
||||||
|
"scale": [600.0,100.0,100.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [-0.35,2.08,0.05],
|
||||||
|
"rotation": [0,0.707106769,0.0,0.707106769],
|
||||||
|
"scale": [600.0,100.0,100.0]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [-0.7,2.08,0],
|
||||||
|
"rotation": [0,0.707106769,0.0,0.707106769],
|
||||||
|
"scale": [600.0,100.0,100.0]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"name": "LoadModel 6",
|
||||||
|
"transform": {
|
||||||
|
"position": [0.0,0.0,0.0],
|
||||||
|
"rotation": [0.0,0.0,0.0,1],
|
||||||
|
"scale": [1.0,1.0,1.0]
|
||||||
|
},
|
||||||
|
"parent": null,
|
||||||
|
"enabled": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$add":{
|
||||||
|
"kind": "LoadModel",
|
||||||
|
"slotIndex": 0,
|
||||||
|
"loadIdentifier": "boxcar-parts",
|
||||||
|
"models": [
|
||||||
|
{
|
||||||
|
"assetPackIdentifier": "scenery-crates",
|
||||||
|
"assetIdentifier": "crate04"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"instances": [
|
||||||
|
{
|
||||||
|
"position": [
|
||||||
|
0.0,
|
||||||
|
0.9,
|
||||||
|
-3.433
|
||||||
|
],
|
||||||
|
"rotation": [
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0
|
||||||
|
],
|
||||||
|
"scale": [
|
||||||
|
0.9,
|
||||||
|
0.9,
|
||||||
|
0.9
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"position": [
|
||||||
|
0.0,
|
||||||
|
1.0,
|
||||||
|
3.371
|
||||||
|
],
|
||||||
|
"rotation": [
|
||||||
|
0.004773511,
|
||||||
|
-0.9999886,
|
||||||
|
-2.086568E-10,
|
||||||
|
4.371089E-08
|
||||||
|
],
|
||||||
|
"scale": [
|
||||||
|
1.0,
|
||||||
|
1.0,
|
||||||
|
1.0
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"name": "LoadModel 7",
|
||||||
|
"transform": {
|
||||||
|
"position": [
|
||||||
|
0.0,
|
||||||
|
1.16644287,
|
||||||
|
0.0
|
||||||
|
],
|
||||||
|
"rotation": [
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
1.0
|
||||||
|
],
|
||||||
|
"scale": [
|
||||||
|
1.0,
|
||||||
|
1.0,
|
||||||
|
1.0
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"parent": null,
|
||||||
|
"enabled": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$add":{
|
||||||
|
"kind": "DetailModel",
|
||||||
|
"model": {
|
||||||
|
"assetPackIdentifier": "zsc://C_L_B.ASSETS/SCAssetPacks/CLB_ASSETS_01",
|
||||||
|
"assetIdentifier": "CLB_Lumber01"
|
||||||
|
},
|
||||||
|
"offset": [
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
2.374
|
||||||
|
],
|
||||||
|
"count": 13,
|
||||||
|
"name": "Stakes 1",
|
||||||
|
"transform": {
|
||||||
|
"position": [
|
||||||
|
1.435,
|
||||||
|
1.9,
|
||||||
|
-5.70
|
||||||
|
],
|
||||||
|
"rotation": [
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.707106769,
|
||||||
|
0.707106769
|
||||||
|
],
|
||||||
|
"scale": [
|
||||||
|
1.0,
|
||||||
|
0.3,
|
||||||
|
0.4
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"parent": null,
|
||||||
|
"enabled": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$add":{
|
||||||
|
"kind": "DetailModel",
|
||||||
|
"model": {
|
||||||
|
"assetPackIdentifier": "zsc://C_L_B.ASSETS/SCAssetPacks/CLB_ASSETS_01",
|
||||||
|
"assetIdentifier": "CLB_Lumber01"
|
||||||
|
},
|
||||||
|
"offset": [
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
2.374
|
||||||
|
],
|
||||||
|
"count": 13,
|
||||||
|
"name": "Stakes 2",
|
||||||
|
"transform": {
|
||||||
|
"position": [
|
||||||
|
-1.435,
|
||||||
|
1.9,
|
||||||
|
-5.70
|
||||||
|
],
|
||||||
|
"rotation": [
|
||||||
|
0.0,
|
||||||
|
0.0,
|
||||||
|
0.707106769,
|
||||||
|
0.707106769
|
||||||
|
],
|
||||||
|
"scale": [
|
||||||
|
1.0,
|
||||||
|
0.3,
|
||||||
|
0.4
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"parent": null,
|
||||||
|
"enabled": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
1168
westBrysonIndustries/car2.json
Normal file
1168
westBrysonIndustries/car2.json
Normal file
File diff suppressed because it is too large
Load Diff
1006
westBrysonIndustries/car3.json
Normal file
1006
westBrysonIndustries/car3.json
Normal file
File diff suppressed because it is too large
Load Diff
9
westBrysonIndustries/migrations.json
Normal file
9
westBrysonIndustries/migrations.json
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"waybillDestinations": {
|
||||||
|
"clb-blue-ridge-steel.clb-steel-girders": "clb-blue-ridge-steel.clb-bridge-section"
|
||||||
|
},
|
||||||
|
"properties": {
|
||||||
|
"clb-blue-ridge-steel.clb-steel-girders": "clb-blue-ridge-steel.clb-bridge-section"
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
5620
westBrysonIndustries/westBrysonIndustries.json
Normal file
5620
westBrysonIndustries/westBrysonIndustries.json
Normal file
File diff suppressed because it is too large
Load Diff
35
westBrysonScenery/Definition.json
Normal file
35
westBrysonScenery/Definition.json
Normal file
@@ -0,0 +1,35 @@
|
|||||||
|
{
|
||||||
|
"manifestVersion": 5,
|
||||||
|
"id": "C_L_B.westBrysonScenery",
|
||||||
|
"name": "West Bryson Scenery",
|
||||||
|
"version": "1.4.1",
|
||||||
|
"requires": [
|
||||||
|
{
|
||||||
|
"id": "railloader",
|
||||||
|
"notBefore": "1.9.0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "Zamu.StrangeCustoms",
|
||||||
|
"notBefore": "1.9.0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "C_L_B.westBrysonIndustries",
|
||||||
|
"notBefore": "1.6.1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "C_L_B.ASSETS01",
|
||||||
|
"notBefore": "2.3.0"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"mixintos": {
|
||||||
|
"game-graph":[
|
||||||
|
"file(westBrysonScenery.json)"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"conflictsWith": [
|
||||||
|
{
|
||||||
|
"id": "C_L_B.ASSETS01",
|
||||||
|
"notAfter": "1.2"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
6883
westBrysonScenery/westBrysonScenery.json
Normal file
6883
westBrysonScenery/westBrysonScenery.json
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user