Compare commits
40 Commits
v1.5-exp1
...
ducktown-b
| Author | SHA1 | Date | |
|---|---|---|---|
|
4becaf3455
|
|||
|
124988fdbb
|
|||
|
023d3b94a2
|
|||
|
b8bad06c1c
|
|||
|
014f515503
|
|||
|
eb5b36d270
|
|||
|
940e9be770
|
|||
|
049d43b5c5
|
|||
|
88f6536089
|
|||
|
7ed734b8c9
|
|||
|
ee09d575a9
|
|||
|
66b2473ce2
|
|||
|
02cc74a1f2
|
|||
|
960f5c0703
|
|||
|
341b28fa3d
|
|||
|
392bd73bae
|
|||
|
dad3bdb52b
|
|||
|
d91e8ae5f8
|
|||
|
5cfa9c9b8c
|
|||
|
e5937c3647
|
|||
|
583e50be30
|
|||
|
b8e7c769e4
|
|||
|
cd6a9105e4
|
|||
|
ab98cd2d50
|
|||
|
4ba3def7cb
|
|||
|
64bc354c65
|
|||
|
dfbbe6e340
|
|||
|
b36c58b66c
|
|||
|
2819d41d5f
|
|||
|
e93287acc4
|
|||
|
289611fe7b
|
|||
|
0ab6d810ba
|
|||
|
37a3df54b5
|
|||
|
d31a7de6e7
|
|||
|
fc6f4ecf29
|
|||
|
207b9fff25
|
|||
|
f47bd77412
|
|||
|
20125d5bcb
|
|||
|
066fed0f19
|
|||
|
e27464078e
|
4
.gitignore
vendored
4
.gitignore
vendored
@@ -6,5 +6,9 @@
|
||||
# Ignore dll cache files
|
||||
*.cache
|
||||
|
||||
# Ignore debugging files
|
||||
*.pdb
|
||||
|
||||
# Ignore mod settings files
|
||||
Settings.xml
|
||||
Railloader/ModSettings/*
|
||||
|
||||
Binary file not shown.
12
BlombergColorable/Catalog.json
Normal file
12
BlombergColorable/Catalog.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"identifier": "blombergcg",
|
||||
"name": "blombergcg",
|
||||
"shared": false,
|
||||
"assets": {
|
||||
"blombergcg": {
|
||||
"name": "blombergcg",
|
||||
"type": "prefab",
|
||||
"filename": "blombergcg.prefab"
|
||||
}
|
||||
}
|
||||
}
|
||||
38
BlombergColorable/Definitions.json
Normal file
38
BlombergColorable/Definitions.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"objects": [
|
||||
{
|
||||
"identifier": "blombergcol",
|
||||
"metadata": {
|
||||
"name": "blombergcol",
|
||||
"description": "",
|
||||
"tags": [],
|
||||
"credits": ""
|
||||
},
|
||||
"definition": {
|
||||
"kind": "Truck",
|
||||
"modelIdentifier": "blombergcol",
|
||||
"diameter": 1.016,
|
||||
"length": 2.8,
|
||||
"numberOfAxles": 2,
|
||||
"wheelTransforms": [
|
||||
{
|
||||
"path": [
|
||||
"Blomberg",
|
||||
"Whls1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"path": [
|
||||
"Blomberg",
|
||||
"Whls2"
|
||||
]
|
||||
}
|
||||
],
|
||||
"brakeAnimation": {
|
||||
"clipName": "Brakes"
|
||||
},
|
||||
"components": []
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
BlombergColorable/bundle
LFS
Normal file
BIN
BlombergColorable/bundle
LFS
Normal file
Binary file not shown.
@@ -2,7 +2,7 @@
|
||||
"Id": "BlombergColorable",
|
||||
"DisplayName": "Beemans Colorable Blombergs",
|
||||
"Author": "TheBeeMan",
|
||||
"Version": "3.05.11",
|
||||
"Version": "4.1.2",
|
||||
"GameVersion": "2024.6.2",
|
||||
"ManagerVersion": "0.27.14.0",
|
||||
"Game": "Railroader",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"Id": "BlombergNonColorable",
|
||||
"DisplayName": "Beemans NonColorable Blombergs",
|
||||
"Author": "TheBeeMan",
|
||||
"Version": "3.05.11",
|
||||
"Version": "4.1.2",
|
||||
"GameVersion": "2024.6.2",
|
||||
"ManagerVersion": "0.27.14.0",
|
||||
"Game": "Railroader",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"metadata": {
|
||||
"name": "BN 60' Boxcar 1",
|
||||
"description": "A new item",
|
||||
"tags": [],
|
||||
"tags": ["deprecated"],
|
||||
"credits": "Freeman"
|
||||
},
|
||||
"definition": {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"metadata": {
|
||||
"name": "BN 60' Boxcar 2",
|
||||
"description": "A new item",
|
||||
"tags": [],
|
||||
"tags": ["deprecated"],
|
||||
"credits": "Freeman"
|
||||
},
|
||||
"definition": {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"metadata": {
|
||||
"name": "Conrail 60' Boxcar 1",
|
||||
"description": "A new item",
|
||||
"tags": [],
|
||||
"tags": ["deprecated"],
|
||||
"credits": "Freeman"
|
||||
},
|
||||
"definition": {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"metadata": {
|
||||
"name": "CSX 60' Boxcar 1",
|
||||
"description": "A new item",
|
||||
"tags": [],
|
||||
"tags": ["deprecated"],
|
||||
"credits": "Freeman"
|
||||
},
|
||||
"definition": {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"metadata": {
|
||||
"name": "TTX 60' Boxcar 1",
|
||||
"description": "A new item",
|
||||
"tags": [],
|
||||
"tags": ["deprecated"],
|
||||
"credits": "Freeman"
|
||||
},
|
||||
"definition": {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"metadata": {
|
||||
"name": "TTX 60' Boxcar 2",
|
||||
"description": "A new item",
|
||||
"tags": [],
|
||||
"tags": ["deprecated"],
|
||||
"credits": "Freeman"
|
||||
},
|
||||
"definition": {
|
||||
|
||||
BIN
CanIMakeIt/CanIMakeIt.dll
Normal file
BIN
CanIMakeIt/CanIMakeIt.dll
Normal file
Binary file not shown.
8
CanIMakeIt/Definition.json
Normal file
8
CanIMakeIt/Definition.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"manifestVersion": 1,
|
||||
"id": "Musician101.CanIMakeIt",
|
||||
"name": "Can I Make It?",
|
||||
"Author": "Musician101",
|
||||
"Version": "1.0.0",
|
||||
"assemblies": [ "CanIMakeIt" ]
|
||||
}
|
||||
@@ -48,4 +48,11 @@
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
"identifier": "ps-2-2003-covered-hopper-WC",
|
||||
"reportingMarks": [
|
||||
"WC"
|
||||
|
||||
]
|
||||
},
|
||||
]
|
||||
@@ -2,7 +2,7 @@
|
||||
"manifestVersion": 1,
|
||||
"id": "DucktownRR.Customs",
|
||||
"name": "Ducktown Railroad Customs",
|
||||
"version": "0.0.2",
|
||||
"version": "0.0.3",
|
||||
"requires": [
|
||||
{
|
||||
"id": "railroader",
|
||||
@@ -25,7 +25,7 @@
|
||||
"file(Railloader/tweakedLoadIDS.json)"
|
||||
],
|
||||
"container:fm-flatcar01": [
|
||||
"file(Railloader/loggingcarsDT.json)",
|
||||
"file(Railloader/loggingcarsDT.json)"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
5018
Ducktown/LegosLibraryOfStuff/Definitions/cbs-baggage01-ducktown.json
Normal file
5018
Ducktown/LegosLibraryOfStuff/Definitions/cbs-baggage01-ducktown.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -84,7 +84,7 @@
|
||||
3.0,
|
||||
0.05
|
||||
],
|
||||
"text": "<i>Freight on Time...<br> Every Time.",
|
||||
"text": "<i>Freight on Time...<br> or else.",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
@@ -183,7 +183,7 @@
|
||||
3.0,
|
||||
0.05
|
||||
],
|
||||
"text": "<i>Freight on Time...<br> Every Time.",
|
||||
"text": "<i>Freight on Time...<br> sometimes.",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
BIN
Ducktown/LegosLogosFolder/wc-multiline-2-bay.png
Normal file
BIN
Ducktown/LegosLogosFolder/wc-multiline-2-bay.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 36 KiB |
@@ -1,7 +1,12 @@
|
||||
{
|
||||
"Id": "Ducktown",
|
||||
"Version": "0.0.2",
|
||||
"DisplayName": "DTRR custom reefers",
|
||||
"Version": "0.0.3",
|
||||
"DisplayName": "Ducktown Railroad Customs",
|
||||
"Author": "Hawke",
|
||||
"ManagerVersion": "0.27.3"
|
||||
}
|
||||
"ManagerVersion": "0.27.3",
|
||||
"Requirements": [
|
||||
"RLW Baggage Loads-2.1.0",
|
||||
"Private Owner Reefers-1.0.0",
|
||||
"legotrainman.crosstraffic-2.0.1"
|
||||
]
|
||||
}
|
||||
936
EMBPiggyBackAndrewsSylva/AndrewsIndustry.json
Normal file
936
EMBPiggyBackAndrewsSylva/AndrewsIndustry.json
Normal file
@@ -0,0 +1,936 @@
|
||||
{
|
||||
"tracks": {
|
||||
"nodes": {
|
||||
"EMB_Node_hqeg": {
|
||||
"position": { "x": -28619.7129, "y": 543.5, "z": -19743.2383 },
|
||||
"rotation": { "x": 0.0, "y": 84.129, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"EMB_Node_wwxp": {
|
||||
"position": { "x": -28600.613, "y": 543.5, "z": -19741.272 },
|
||||
"rotation": { "x": 0.0, "y": 84.129, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"EMB_Node_6bry": {
|
||||
"position": { "x": -28347.693, "y": 547.0, "z": -19820.574 },
|
||||
"rotation": { "x": 0.629, "y": 303.452, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"EMB_Node_k12q": {
|
||||
"position": { "x": -28093.225, "y": 550.09, "z": -19988.693 },
|
||||
"rotation": { "x": -0.576, "y": 123.452, "z": 0.0 },
|
||||
"flipSwitchStand": true
|
||||
},
|
||||
"EMB_Node_f1a1": {
|
||||
"position": { "x": -27940.547, "y": 552.025, "z": -20089.566 },
|
||||
"rotation": { "x": -0.58, "y": 123.452, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"EMB_Node_j23t": {
|
||||
"position": { "x": -28275.875, "y": 547.974, "z": -19856.996 },
|
||||
"rotation": { "x": 0.6, "y": 303.452, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"EMB_Node_s44z": {
|
||||
"position": { "x": -28282.582, "y": 547.919, "z": -19858.078 },
|
||||
"rotation": { "x": 0.6, "y": 303.452, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"EMB_Node_91xj": {
|
||||
"position": { "x": -28144.924, "y": 549.488, "z": -19949.03 },
|
||||
"rotation": { "x": 0.64, "y": 303.452, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"EMB_Node_jocd": {
|
||||
"position": { "x": -28146.56, "y": 549.448, "z": -19942.436 },
|
||||
"rotation": { "x": 0.59, "y": 303.452, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"EMB_Node_4j0f": {
|
||||
"position": { "x": -28327.705, "y": 547.269, "z": -19831.611 },
|
||||
"rotation": { "x": -0.728, "y": 114.723, "z": 0.117 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"EMB_Node_wbjo": {
|
||||
"position": { "x": -28301.23, "y": 547.638, "z": -19843.297 },
|
||||
"rotation": { "x": -0.717, "y": 113.492, "z": 0.107 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"EMB_Node_y678": {
|
||||
"position": { "x": -28235.894, "y": 548.713, "z": -19867.744 },
|
||||
"rotation": { "x": -1.3, "y": 103.492, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"EMB_Node_p0o5": {
|
||||
"position": { "x": -28226.17, "y": 548.913, "z": -19870.078 },
|
||||
"rotation": { "x": 0.0, "y": 103.492, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"EMB_Node_h1vi": {
|
||||
"position": { "x": -28190.447, "y": 548.913, "z": -19885.848 },
|
||||
"rotation": { "x": 0.0, "y": 123.452, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"EMB_Node_yszo": {
|
||||
"position": { "x": -28127.873, "y": 548.913, "z": -19927.19 },
|
||||
"rotation": { "x": 0.0, "y": 123.452, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"EMB_Node_8mws": {
|
||||
"position": { "x": -27981.861, "y": 548.913, "z": -20023.654 },
|
||||
"rotation": { "x": 0.0, "y": 123.452, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"EMB_Node_941h": {
|
||||
"position": { "x": -28169.59, "y": 548.913, "z": -19899.629 },
|
||||
"rotation": { "x": 0.0, "y": 123.451, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"EMB_Node_ayqb": {
|
||||
"position": { "x": -28125.336, "y": 548.913, "z": -19923.352 },
|
||||
"rotation": { "x": 0.0, "y": 123.451, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"EMB_Node_m4rj": {
|
||||
"position": { "x": -27979.324, "y": 548.913, "z": -20019.816 },
|
||||
"rotation": { "x": 0.0, "y": 123.451, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"EMB_Node_f8bj": {
|
||||
"position": { "x": -28172.691, "y": 548.913, "z": -19882.908 },
|
||||
"rotation": { "x": 0.0, "y": 103.492, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"EMB_Node_vcph": {
|
||||
"position": { "x": -28059.893, "y": 548.913, "z": -19909.97 },
|
||||
"rotation": { "x": 0.0, "y": 103.492, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"EMB_Node_7pi5": {
|
||||
"position": { "x": -28013.455, "y": 548.913, "z": -19931.041 },
|
||||
"rotation": { "x": 0.0, "y": 123.451, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"EMB_Node_gbfn": {
|
||||
"position": { "x": -27935.113, "y": 548.913, "z": -19982.8 },
|
||||
"rotation": { "x": 0.0, "y": 123.451, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"EMB_Node_6g79": {
|
||||
"position": { "x": -28136.969, "y": 548.913, "z": -19898.678 },
|
||||
"rotation": { "x": 0.0, "y": 123.451, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"EMB_Node_wkcs": {
|
||||
"position": { "x": -28116.11, "y": 548.913, "z": -19912.459 },
|
||||
"rotation": { "x": 0.0, "y": 123.451, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"EMB_Node_sh6y": {
|
||||
"position": { "x": -28074.393, "y": 548.913, "z": -19940.02 },
|
||||
"rotation": { "x": 0.0, "y": 123.451, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"EMB_Node_c68x": {
|
||||
"position": { "x": -28071.857, "y": 548.913, "z": -19936.182 },
|
||||
"rotation": { "x": 0.0, "y": 123.451, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"EMB_Node_dfda": {
|
||||
"position": { "x": -27971.494, "y": 548.913, "z": -20008.004 },
|
||||
"rotation": { "x": 0.0, "y": 123.451, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"EMB_Node_p432": {
|
||||
"position": { "x": -27968.959, "y": 548.913, "z": -20004.166 },
|
||||
"rotation": { "x": 0.0, "y": 123.451, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"EMB_Node_b9s3": {
|
||||
"position": { "x": -28017.627, "y": 548.913, "z": -19928.285 },
|
||||
"rotation": { "x": 0.0, "y": 123.451, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"EMB_Node_echz": {
|
||||
"position": { "x": -28113.068, "y": 549.82, "z": -19972.914 },
|
||||
"rotation": { "x": 0.635, "y": 313.261, "z": 0.12 },
|
||||
"flipSwitchStand": true
|
||||
},
|
||||
"EMB_Node_fitd": null,
|
||||
"Nita": {
|
||||
"position": { "x": -27534.1, "y": 557.0, "z": -20335.9 },
|
||||
"rotation": { "x": -0.334, "y": 272.232, "z": -0.041 },
|
||||
"flipSwitchStand": true
|
||||
},
|
||||
"NCustom_gx6k": null,
|
||||
"NCustom_r50b": {
|
||||
"position": { "x": -27892.85, "y": 552.653931, "z": -20126.59 },
|
||||
"rotation": { "x": 0.575275, "y": 303.45166, "z": -1.46749733E-06 },
|
||||
"flipSwitchStand": true
|
||||
}
|
||||
},
|
||||
"segments": {
|
||||
"EMB_Track_cb3n": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "Ngw6",
|
||||
"endId": "EMB_Node_hqeg",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_nl6f": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_hqeg",
|
||||
"endId": "EMB_Node_wwxp",
|
||||
"priority": 0,
|
||||
"speedLimit": 30,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_nddf": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_6bry",
|
||||
"endId": "EMB_Node_wwxp",
|
||||
"priority": 0,
|
||||
"speedLimit": 35,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_yhjz": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_6bry",
|
||||
"endId": "EMB_Node_k12q",
|
||||
"priority": 0,
|
||||
"speedLimit": 35,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_1o5f": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_k12q",
|
||||
"endId": "EMB_Node_f1a1",
|
||||
"priority": 0,
|
||||
"speedLimit": 35,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_upkv": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_s44z",
|
||||
"endId": "EMB_Node_91xj",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_08mh": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_j23t",
|
||||
"endId": "EMB_Node_jocd",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_dq1g": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_6bry",
|
||||
"endId": "EMB_Node_4j0f",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_2xlk": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_4j0f",
|
||||
"endId": "EMB_Node_s44z",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_wtt3": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_4j0f",
|
||||
"endId": "EMB_Node_wbjo",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_rih3": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_wbjo",
|
||||
"endId": "EMB_Node_j23t",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_lm3v": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_wbjo",
|
||||
"endId": "EMB_Node_y678",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_kifp": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_y678",
|
||||
"endId": "EMB_Node_p0o5",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_f7gp": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_p0o5",
|
||||
"endId": "EMB_Node_h1vi",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_c6wb": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_8mws",
|
||||
"endId": "EMB_Node_yszo",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_no39": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_h1vi",
|
||||
"endId": "EMB_Node_941h",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_1bx1": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_941h",
|
||||
"endId": "EMB_Node_yszo",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_thba": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_941h",
|
||||
"endId": "EMB_Node_ayqb",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_7s4v": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_ayqb",
|
||||
"endId": "EMB_Node_m4rj",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_1f7t": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_f8bj",
|
||||
"endId": "EMB_Node_p0o5",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_o8e8": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_f8bj",
|
||||
"endId": "EMB_Node_vcph",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_58gr": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_7pi5",
|
||||
"endId": "EMB_Node_gbfn",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_xkup": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_f8bj",
|
||||
"endId": "EMB_Node_6g79",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_wi8u": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_6g79",
|
||||
"endId": "EMB_Node_wkcs",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_t9mb": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_wkcs",
|
||||
"endId": "EMB_Node_sh6y",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_nhe0": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_wkcs",
|
||||
"endId": "EMB_Node_c68x",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_8y9p": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_dfda",
|
||||
"endId": "EMB_Node_sh6y",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_u2lw": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_c68x",
|
||||
"endId": "EMB_Node_p432",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"Sv74": {
|
||||
"style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "NCustom_r50b",
|
||||
"endId": "Nlzq",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": "s5"
|
||||
},
|
||||
"EMB_Track_gw0l": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_7pi5",
|
||||
"endId": "EMB_Node_b9s3",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_z4fr": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_vcph",
|
||||
"endId": "EMB_Node_b9s3",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_31ke": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_k12q",
|
||||
"endId": "EMB_Node_echz",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_jdfk": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_echz",
|
||||
"endId": "EMB_Node_jocd",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_pzt4": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_echz",
|
||||
"endId": "EMB_Node_91xj",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_tbvg": null,
|
||||
"EMB_Track_y8qj": null,
|
||||
"EMB_Track_omec": null,
|
||||
"SCustom_chwz": null,
|
||||
"SCustom_0rq8": {
|
||||
"style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "Nsa1",
|
||||
"endId": "NCustom_r50b",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": ""
|
||||
},
|
||||
"SCustom_wcqw": null,
|
||||
"SCustom_iiuv": {
|
||||
"style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "NCustom_r50b",
|
||||
"endId": "EMB_Node_f1a1",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": ""
|
||||
}
|
||||
},
|
||||
"spans": {
|
||||
"EMB_ADW_PBT_L1": {
|
||||
"upper": {
|
||||
"segmentId": "EMB_Track_c6wb",
|
||||
"distance": 0.0,
|
||||
"end": "End"
|
||||
},
|
||||
"lower": {
|
||||
"segmentId": "EMB_Track_c6wb",
|
||||
"distance": 0.0,
|
||||
"end": "Start"
|
||||
}
|
||||
},
|
||||
"EMB_ADW_PBT_U2": {
|
||||
"upper": {
|
||||
"segmentId": "EMB_Track_7s4v",
|
||||
"distance": 0.0,
|
||||
"end": "End"
|
||||
},
|
||||
"lower": {
|
||||
"segmentId": "EMB_Track_7s4v",
|
||||
"distance": 0.0,
|
||||
"end": "Start"
|
||||
}
|
||||
},
|
||||
"EMB_ADW_PBT_L3": {
|
||||
"upper": {
|
||||
"segmentId": "EMB_Track_8y9p",
|
||||
"distance": 0.0,
|
||||
"end": "End"
|
||||
},
|
||||
"lower": {
|
||||
"segmentId": "EMB_Track_8y9p",
|
||||
"distance": 0.0,
|
||||
"end": "Start"
|
||||
}
|
||||
},
|
||||
"EMB_ADW_PBT_U4": {
|
||||
"upper": {
|
||||
"segmentId": "EMB_Track_u2lw",
|
||||
"distance": 0.0,
|
||||
"end": "End"
|
||||
},
|
||||
"lower": {
|
||||
"segmentId": "EMB_Track_u2lw",
|
||||
"distance": 0.0,
|
||||
"end": "Start"
|
||||
}
|
||||
},
|
||||
"EMB_ADW_BXP_U1": {
|
||||
"upper": {
|
||||
"segmentId": "EMB_Track_58gr",
|
||||
"distance": 0.0,
|
||||
"end": "End"
|
||||
},
|
||||
"lower": {
|
||||
"segmentId": "EMB_Track_58gr",
|
||||
"distance": 0.0,
|
||||
"end": "Start"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"areas": {
|
||||
"andrews": {
|
||||
"industries": {
|
||||
"Andrews-Piggyback-Service": {
|
||||
"name": "Andrews Piggyback Service",
|
||||
"usesContract": true,
|
||||
"components": {
|
||||
"formula": {
|
||||
"type": "Model.Ops.FormulaicIndustryComponent",
|
||||
"name": "Andrews Piggyback Terminal",
|
||||
"carTypeFilter": "",
|
||||
"sharedStorage": true,
|
||||
"inputTermsPerDay": {
|
||||
"PiggyBack-Trailers": 2000000,
|
||||
"boxcar-parts": 100000,
|
||||
"boxcar-metal-stock": 200000,
|
||||
"boxcar-furniture": 15000
|
||||
},
|
||||
"outputTermsPerDay": {
|
||||
"PiggyBack-Trailers": 2000000
|
||||
}
|
||||
},
|
||||
"LT1": {
|
||||
"type": "Model.Ops.IndustryUnloader",
|
||||
"name": "Andrews Unloading Tracks",
|
||||
"trackSpans": [ "EMB_ADW_PBT_L1", "EMB_ADW_PBT_L3" ],
|
||||
"carTypeFilter": "PBF*",
|
||||
"sharedStorage": true,
|
||||
"loadId": "PiggyBack-Trailers",
|
||||
"storageChangeRate": 0,
|
||||
"maxStorage": 5000000,
|
||||
"orderAroundEmpties": true,
|
||||
"carTransferRate": 2000000,
|
||||
"orderAroundLoaded": true
|
||||
},
|
||||
"LT2": {
|
||||
"type": "Model.Ops.IndustryLoader",
|
||||
"name": "Andrews Loading Tracks",
|
||||
"trackSpans": [ "EMB_ADW_PBT_U2", "EMB_ADW_PBT_U4" ],
|
||||
"carTypeFilter": "PBF*",
|
||||
"sharedStorage": true,
|
||||
"loadId": "PiggyBack-Trailers",
|
||||
"storageChangeRate": 0,
|
||||
"maxStorage": 5000000,
|
||||
"orderAroundEmpties": true,
|
||||
"carTransferRate": 2000000,
|
||||
"orderAroundLoaded": true
|
||||
},
|
||||
"BU1": {
|
||||
"type": "Model.Ops.IndustryUnloader",
|
||||
"name": "Andrews Boxcar Tracks",
|
||||
"trackSpans": [ "EMB_ADW_BXP_U1" ],
|
||||
"carTypeFilter": "XM",
|
||||
"sharedStorage": true,
|
||||
"loadId": "boxcar-parts",
|
||||
"storageChangeRate": 0,
|
||||
"maxStorage": 200000,
|
||||
"orderAroundEmpties": true,
|
||||
"carTransferRate": 50000,
|
||||
"orderAroundLoaded": true
|
||||
},
|
||||
"BU2": {
|
||||
"type": "Model.Ops.IndustryUnloader",
|
||||
"name": "Andrews Boxcar Tracks",
|
||||
"trackSpans": [ "EMB_ADW_BXP_U1" ],
|
||||
"carTypeFilter": "XM",
|
||||
"sharedStorage": true,
|
||||
"loadId": "boxcar-metal-stock",
|
||||
"storageChangeRate": 0,
|
||||
"maxStorage": 400000,
|
||||
"orderAroundEmpties": true,
|
||||
"carTransferRate": 100000,
|
||||
"orderAroundLoaded": true
|
||||
},
|
||||
"BU3": {
|
||||
"type": "Model.Ops.IndustryUnloader",
|
||||
"name": "Andrews Boxcar Tracks",
|
||||
"trackSpans": [ "EMB_ADW_BXP_U1" ],
|
||||
"carTypeFilter": "XM",
|
||||
"sharedStorage": true,
|
||||
"loadId": "boxcar-furniture",
|
||||
"storageChangeRate": 0,
|
||||
"maxStorage": 700000,
|
||||
"orderAroundEmpties": true,
|
||||
"carTransferRate": 75000,
|
||||
"orderAroundLoaded": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"loads": {},
|
||||
"texts": {},
|
||||
"scenery": {
|
||||
"EMBObject_A1": {
|
||||
"modelIdentifier": "EMBEndPlatform",
|
||||
"position": { "x": -27951.291, "y": 549.0, "z": -19977.365 },
|
||||
"rotation": { "x": 0.0, "y": 123.451, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"EMBObject_A2": {
|
||||
"modelIdentifier": "EMB10MPlatform",
|
||||
"position": { "x": -27965.894, "y": 549.0, "z": -19967.719 },
|
||||
"rotation": { "x": 0.0, "y": 123.451, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"EMBObject_A3": {
|
||||
"modelIdentifier": "EMB10MPlatform",
|
||||
"position": { "x": -27974.238, "y": 549.0, "z": -19962.207 },
|
||||
"rotation": { "x": 0.0, "y": 123.451, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"EMBObject_A4": {
|
||||
"modelIdentifier": "EMB10MPlatform",
|
||||
"position": { "x": -27982.584, "y": 549.0, "z": -19956.7 },
|
||||
"rotation": { "x": 0.0, "y": 123.451, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"EMBObject_A5": {
|
||||
"modelIdentifier": "EMB10MPlatform",
|
||||
"position": { "x": -27990.926, "y": 549.0, "z": -19951.18 },
|
||||
"rotation": { "x": 0.0, "y": 123.451, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"EMBObject_A6": {
|
||||
"modelIdentifier": "EMBEndPlatform",
|
||||
"position": { "x": -28005.527, "y": 549.0, "z": -19941.533 },
|
||||
"rotation": { "x": 0.0, "y": 303.451, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"EMBObject_A7": {
|
||||
"modelIdentifier": "EMBPBRamp2",
|
||||
"position": { "x": -27960.629, "y": 549.46, "z": -20012.424 },
|
||||
"rotation": { "x": 0.0, "y": 303.451, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"EMBObject_A8": {
|
||||
"modelIdentifier": "EMBPBRamp2",
|
||||
"position": { "x": -27970.994, "y": 549.46, "z": -20028.074 },
|
||||
"rotation": { "x": 0.0, "y": 303.451, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"EMBObject_A9": {
|
||||
"modelIdentifier": "telegraph-office",
|
||||
"position": { "x": -27941.348, "y": 548.78, "z": -19951.413 },
|
||||
"rotation": { "x": 0.0, "y": 123.451, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"EMBObject_AT1": {
|
||||
"modelIdentifier": "EMBATSF24PB",
|
||||
"position": { "x": -27971.034, "y": 548.83, "z": -19971.874 },
|
||||
"rotation": { "x": -0.7, "y": 213.451, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"EMBObject_AT2": {
|
||||
"modelIdentifier": "EMBATSF24PB",
|
||||
"position": { "x": -28012.752, "y": 548.83, "z": -19944.313 },
|
||||
"rotation": { "x": -0.7, "y": 213.451, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"EMBObject_AT3": {
|
||||
"modelIdentifier": "EMBPRR26PB",
|
||||
"position": { "x": -27993.451, "y": 549.79, "z": -19956.826 },
|
||||
"rotation": { "x": -0.1, "y": 213.451, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"EMBObject_AT4": {
|
||||
"modelIdentifier": "EMBPRR26PB",
|
||||
"position": { "x": -27973.426, "y": 549.79, "z": -19970.056 },
|
||||
"rotation": { "x": -0.1, "y": 213.451, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"EMBObject_AT5": {
|
||||
"modelIdentifier": "EMBSP22PB",
|
||||
"position": { "x": -27976.762, "y": 548.81, "z": -19967.852 },
|
||||
"rotation": { "x": -0.1, "y": 213.451, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"EMBObject_AT6": {
|
||||
"modelIdentifier": "EMBSP22PB",
|
||||
"position": { "x": -27997.621, "y": 548.81, "z": -19954.071 },
|
||||
"rotation": { "x": -0.1, "y": 213.451, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"EMBObject_AT7": {
|
||||
"modelIdentifier": "EMBATSF24PB",
|
||||
"position": { "x": -28010.248, "y": 548.83, "z": -19945.967 },
|
||||
"rotation": { "x": -0.7, "y": 213.451, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"EMBObject_AT8": {
|
||||
"modelIdentifier": "EMBPRR26PB",
|
||||
"position": { "x": -27951.733, "y": 549.79, "z": -19984.388 },
|
||||
"rotation": { "x": -0.1, "y": 213.451, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"EMBObject_AT9": {
|
||||
"modelIdentifier": "EMBSP22PB",
|
||||
"position": { "x": -27983.438, "y": 548.81, "z": -19963.442 },
|
||||
"rotation": { "x": -0.1, "y": 213.451, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"splineys": {
|
||||
"Andrews Track Road 1": {
|
||||
"handler": "StrangeCustoms.FlowyThingBuilder",
|
||||
"profile": "Railroader Paved Road",
|
||||
"style": "Road",
|
||||
"points": [
|
||||
{
|
||||
"position": { "x": -28098.132, "y": 548.8, "z": -19921.584 },
|
||||
"rotation": { "x": 0.0, "y": 123.451, "z": 0.0 },
|
||||
"width": 19.0
|
||||
},
|
||||
{
|
||||
"position": { "x": -27924.34, "y": 548.8, "z": -20036.408 },
|
||||
"rotation": { "x": 0.0, "y": 123.451, "z": 0.0 },
|
||||
"width": 19.0
|
||||
}
|
||||
]
|
||||
},
|
||||
"Andrews Track Road 2": {
|
||||
"handler": "StrangeCustoms.FlowyThingBuilder",
|
||||
"profile": "Railroader Paved Road",
|
||||
"style": "Road",
|
||||
"points": [
|
||||
{
|
||||
"position": { "x": -27934.7, "y": 548.8, "z": -20052.057 },
|
||||
"rotation": { "x": 0.0, "y": 303.451, "z": 0.0 },
|
||||
"width": 19.0
|
||||
},
|
||||
{
|
||||
"position": { "x": -28151.466, "y": 548.8, "z": -19908.85 },
|
||||
"rotation": { "x": 0.0, "y": 303.451, "z": 0.0 },
|
||||
"width": 19.0
|
||||
}
|
||||
]
|
||||
},
|
||||
"Andrews Track Road 3": {
|
||||
"handler": "StrangeCustoms.FlowyThingBuilder",
|
||||
"profile": "Railroader Paved Road",
|
||||
"style": "Road",
|
||||
"points": [
|
||||
{
|
||||
"position": { "x": -27913.987, "y": 548.8, "z": -20020.737 },
|
||||
"rotation": { "x": 0.0, "y": 303.451, "z": 0.0 },
|
||||
"width": 19.0
|
||||
},
|
||||
{
|
||||
"position": { "x": -28087.789, "y": 548.8, "z": -19905.916 },
|
||||
"rotation": { "x": 0.0, "y": 303.451, "z": 0.0 },
|
||||
"width": 19.0
|
||||
}
|
||||
]
|
||||
},
|
||||
"Andrews Track Road 4": {
|
||||
"handler": "StrangeCustoms.FlowyThingBuilder",
|
||||
"profile": "Railroader Paved Road",
|
||||
"style": "Road",
|
||||
"points": [
|
||||
{
|
||||
"position": { "x": -27903.79, "y": 548.8, "z": -20005.319 },
|
||||
"rotation": { "x": 0.0, "y": 303.451, "z": 0.0 },
|
||||
"width": 19.0
|
||||
},
|
||||
{
|
||||
"position": { "x": -28077.587, "y": 548.8, "z": -19890.499 },
|
||||
"rotation": { "x": 0.0, "y": 303.451, "z": 0.0 },
|
||||
"width": 19.0
|
||||
}
|
||||
]
|
||||
},
|
||||
"Andrews Track Road 5": {
|
||||
"handler": "StrangeCustoms.FlowyThingBuilder",
|
||||
"profile": "Railroader Paved Road",
|
||||
"style": "Road",
|
||||
"points": [
|
||||
{
|
||||
"position": { "x": -28059.547, "y": 548.8, "z": -19863.178 },
|
||||
"rotation": { "x": 0.0, "y": 123.451, "z": 0.0 },
|
||||
"width": 10.0
|
||||
},
|
||||
{
|
||||
"position": { "x": -27918.54, "y": 548.8, "z": -19956.334 },
|
||||
"rotation": { "x": 0.0, "y": 123.451, "z": 0.0 },
|
||||
"width": 10.0
|
||||
},
|
||||
{
|
||||
"position": { "x": -27907.09, "y": 548.8, "z": -19992.262 },
|
||||
"rotation": { "x": 0.0, "y": 221.451, "z": 0.0 },
|
||||
"width": 20.0
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"simpleGraphs": {},
|
||||
"mandelas": {}
|
||||
}
|
||||
145
EMBPiggyBackAndrewsSylva/CFPowerMigration.json
Normal file
145
EMBPiggyBackAndrewsSylva/CFPowerMigration.json
Normal file
@@ -0,0 +1,145 @@
|
||||
{
|
||||
"splineys": {
|
||||
"Andrews/PowerRoad/Paved": null,
|
||||
"Andrews/PowerRoad/Paved_fix": {
|
||||
"handler": "StrangeCustoms.FlowyThingBuilder",
|
||||
"profile": "Railroader Paved Road",
|
||||
"style": "Road",
|
||||
"points": [
|
||||
{
|
||||
"position": { "x": -26996.0, "y": 561.0, "z": -20033.0 },
|
||||
"rotation": { "x": 2.0, "y": 205.0, "z": 0.0 },
|
||||
"width": 6.706
|
||||
},
|
||||
{
|
||||
"position": { "x": -27023.32, "y": 559.7, "z": -20088.0 },
|
||||
"rotation": { "x": 0.7, "y": 210.0, "z": 0.0 },
|
||||
"width": 6.706
|
||||
},
|
||||
{
|
||||
"position": { "x": -27081.53, "y": 559.5, "z": -20169.129 },
|
||||
"rotation": { "x": 0.7, "y": 220.0, "z": 0.0 },
|
||||
"width": 6.706
|
||||
},
|
||||
{
|
||||
"position": { "x": -27248.128, "y": 558.0, "z": -20277.912 },
|
||||
"rotation": { "x": 1.7, "y": 240.0, "z": 0.0 },
|
||||
"width": 6.706
|
||||
},
|
||||
{
|
||||
"position": { "x": -27325.161, "y": 557.15, "z": -20342.442 },
|
||||
"rotation": { "x": 0.7, "y": 220.0, "z": 0.0 },
|
||||
"width": 6.706
|
||||
},
|
||||
{
|
||||
"position": { "x": -27512.43, "y": 556.82, "z": -20483.113 },
|
||||
"rotation": { "x": 0.0, "y": 265.0, "z": -1.0 },
|
||||
"width": 6.706
|
||||
},
|
||||
{
|
||||
"position": { "x": -27603.598, "y": 557.8, "z": -20473.703 },
|
||||
"rotation": { "x": 0.0, "y": 295.0, "z": -2.0 },
|
||||
"width": 6.706
|
||||
},
|
||||
{
|
||||
"position": { "x": -27728.083, "y": 557.1, "z": -20393.925 },
|
||||
"rotation": { "x": 2.0, "y": 308.0, "z": 0.0 },
|
||||
"width": 6.706
|
||||
},
|
||||
{
|
||||
"position": { "x": -27968.426, "y": 551.6, "z": -20206.149 },
|
||||
"rotation": { "x": 1.0, "y": 308.0, "z": 0.0 },
|
||||
"width": 6.706
|
||||
},
|
||||
{
|
||||
"position": { "x": -28131.948, "y": 549.5, "z": -19985.74 },
|
||||
"rotation": { "x": 0.0, "y": 332.0, "z": 0.4 },
|
||||
"width": 6.706
|
||||
},
|
||||
{
|
||||
"position": { "x": -28143.922, "y": 549.4, "z": -19963.23 },
|
||||
"rotation": { "x": 0.0, "y": 332.0, "z": 0.9 },
|
||||
"width": 6.706
|
||||
},
|
||||
{
|
||||
"position": { "x": -28165.048, "y": 549.1, "z": -19923.496 },
|
||||
"rotation": { "x": 0.0, "y": 332.0, "z": 0.2 },
|
||||
"width": 6.706
|
||||
},
|
||||
{
|
||||
"position": { "x": -28183.828, "y": 548.8, "z": -19888.18 },
|
||||
"rotation": { "x": 0.0, "y": 332.0, "z": -0.4 },
|
||||
"width": 6.706
|
||||
},
|
||||
{
|
||||
"position": { "x": -28253.644, "y": 546.4, "z": -19819.714 },
|
||||
"rotation": { "x": 2.0, "y": 302.0, "z": 0.0 },
|
||||
"width": 6.706
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"mandelas": {
|
||||
"World/RoadsAndrewsPower/MainCrossing2": {
|
||||
"instantiateFrom": "World/Roads Topton/Crossing Unprotected - Locust/Sign-Crossing0 (1)/Sign-Crossing0/SignCrossing_LOD0",
|
||||
"localPosition": { "x": -28199.07, "y": 549.0, "z": -19871.38 },
|
||||
"localRotation": {
|
||||
"x": -90.0,
|
||||
"y": 62.0,
|
||||
"z": 0.0
|
||||
},
|
||||
"localScale": {
|
||||
"x": 100,
|
||||
"y": 100,
|
||||
"z": 100
|
||||
}
|
||||
},
|
||||
"World/RoadsAndrewsPower/MainCrossing/Sign-Whistle(2)": {
|
||||
"instantiateFrom": "World/Roads Sylva/Crossing Unprotected Wye/Whistle Sign E/Sign-Whistle",
|
||||
"localPosition": { "x": -27998.27, "y": 550.2, "z": -20047.29 },
|
||||
"localRotation": {
|
||||
"x": -90.0,
|
||||
"y": 124.0,
|
||||
"z": 0.0
|
||||
},
|
||||
"localScale": {
|
||||
"x": 100.0,
|
||||
"y": 100.0,
|
||||
"z": 100.0
|
||||
}
|
||||
}
|
||||
},
|
||||
"tracks": {
|
||||
"nodes": {
|
||||
"NCFANDCOALP_1n22": {
|
||||
"position": { "x": -28281.02, "y": 547.873047, "z": -19870.1328 },
|
||||
"rotation": { "x": 0.57527554, "y": 303.4516, "z": -1.44081571E-06 },
|
||||
"flipSwitchStand": true
|
||||
}
|
||||
},
|
||||
"segments": {
|
||||
"SCFANDCOALP_rjcb": null,
|
||||
"Sv74": {
|
||||
"style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "NCustom_r50b",
|
||||
"endId": "NCFANDCOALP_1n22",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": "s5"
|
||||
},
|
||||
|
||||
"SCustom_iiuv": {
|
||||
"style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "NCustom_r50b",
|
||||
"endId": "EMB_Node_f1a1",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
}
|
||||
},
|
||||
"spans": {}
|
||||
},
|
||||
"scenery": {}
|
||||
}
|
||||
66
EMBPiggyBackAndrewsSylva/CaptiveService.json
Normal file
66
EMBPiggyBackAndrewsSylva/CaptiveService.json
Normal file
@@ -0,0 +1,66 @@
|
||||
{
|
||||
"areas": {
|
||||
"andrews": {
|
||||
"industries": {
|
||||
"Appalachian-TrucTrain-Service" : {
|
||||
"name": "Appalachian Mountain Piggyback Service",
|
||||
"usesContract": true,
|
||||
"components": {
|
||||
"ALT1": {
|
||||
"type": "Model.Ops.IndustryUnloader",
|
||||
"name": "Andrews Unloading Tracks",
|
||||
"trackSpans": [ "EMB_ADW_PBT_L1", "EMB_ADW_PBT_L3" ],
|
||||
"carTypeFilter": "PBF*",
|
||||
"sharedStorage": true,
|
||||
"loadId": "PiggyBack-Trailers",
|
||||
"storageChangeRate": 2000000,
|
||||
"maxStorage": 4000000,
|
||||
"orderAroundEmpties": false,
|
||||
"carTransferRate": 2000000,
|
||||
"orderAroundLoaded": false
|
||||
},
|
||||
"ALT2": {
|
||||
"type": "Model.Ops.IndustryLoader",
|
||||
"name": "Andrews Loading Tracks",
|
||||
"trackSpans": [ "EMB_ADW_PBT_U2", "EMB_ADW_PBT_U4" ],
|
||||
"carTypeFilter": "PBF*",
|
||||
"sharedStorage": false,
|
||||
"loadId": "PiggyBack-Trailers",
|
||||
"storageChangeRate": 2000000,
|
||||
"maxStorage": 4000000,
|
||||
"orderAroundEmpties": false,
|
||||
"carTransferRate": 2000000,
|
||||
"orderAroundLoaded": false
|
||||
},
|
||||
"SLT1": {
|
||||
"type": "Model.Ops.IndustryUnloader",
|
||||
"name": "Sylva Unloading Tracks",
|
||||
"trackSpans": [ "EMB_SVA_PBT_U2", "EMB_SVA_PBT_U3" ],
|
||||
"carTypeFilter": "PBF*",
|
||||
"sharedStorage": false,
|
||||
"loadId": "PiggyBack-Trailers",
|
||||
"storageChangeRate": 2000000,
|
||||
"maxStorage": 4000000,
|
||||
"orderAroundEmpties": false,
|
||||
"carTransferRate": 2000000,
|
||||
"orderAroundLoaded": false
|
||||
},
|
||||
"SLT2": {
|
||||
"type": "Model.Ops.IndustryLoader",
|
||||
"name": "Sylva Loading Tracks",
|
||||
"trackSpans": [ "EMB_SVA_PBT_L1", "EMB_SVA_PBT_L4" ],
|
||||
"carTypeFilter": "PBF*",
|
||||
"sharedStorage": false,
|
||||
"loadId": "PiggyBack-Trailers",
|
||||
"storageChangeRate": 2000000,
|
||||
"maxStorage": 4000000,
|
||||
"orderAroundEmpties": false,
|
||||
"carTransferRate": 2000000,
|
||||
"orderAroundLoaded": false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
25
EMBPiggyBackAndrewsSylva/Definition.json
Normal file
25
EMBPiggyBackAndrewsSylva/Definition.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"manifestVersion": 5,
|
||||
"id": "Embedded.PiggyBackInd",
|
||||
"name": "Embeddeds Piggyback Andrews/Sylva Industries",
|
||||
"version": "1.2.01",
|
||||
"requires": [
|
||||
"Zamu.StrangeCustoms", "Embedded.PiggyBackBase"
|
||||
],
|
||||
"loadAfter": [
|
||||
{ "id": "Embedded.PiggyBackBase" },
|
||||
{ "id": "CF.AndrewsCoalPower" },
|
||||
{ "id": "Speed Limit Adjust" }
|
||||
],
|
||||
"mixintos": {
|
||||
"game-graph": [
|
||||
"file(AndrewsIndustry.json)",
|
||||
"file(SylvaIndustry.json)",
|
||||
"file(CaptiveService.json)",
|
||||
{
|
||||
"mixinto": "file(CFPowerMigration.json)",
|
||||
"requires": [ { "id": "CF.AndrewsCoalPower"} ]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
886
EMBPiggyBackAndrewsSylva/SylvaIndustry.json
Normal file
886
EMBPiggyBackAndrewsSylva/SylvaIndustry.json
Normal file
@@ -0,0 +1,886 @@
|
||||
{
|
||||
"areas": {
|
||||
"sylva": {
|
||||
"industries": {
|
||||
"Sylva-Piggyback-Service": {
|
||||
"name": "Sylva Piggyback Service",
|
||||
"usesContract": true,
|
||||
"components": {
|
||||
"formula": {
|
||||
"type": "Model.Ops.FormulaicIndustryComponent",
|
||||
"name": "Sylva Piggyback Terminal",
|
||||
"carTypeFilter": "",
|
||||
"sharedStorage": true,
|
||||
"inputTermsPerDay": {
|
||||
"PiggyBack-Trailers": 2000000,
|
||||
"boxcar-parts": 100000,
|
||||
"boxcar-metal-stock": 200000,
|
||||
"boxcar-furniture": 15000
|
||||
},
|
||||
"outputTermsPerDay": {
|
||||
"PiggyBack-Trailers": 2000000
|
||||
}
|
||||
},
|
||||
"LT1": {
|
||||
"type": "Model.Ops.IndustryUnloader",
|
||||
"name": "Sylva Unloading Tracks",
|
||||
"trackSpans": [
|
||||
"EMB_SVA_PBT_L1",
|
||||
"EMB_SVA_PBT_L4"
|
||||
],
|
||||
"carTypeFilter": "PBF*",
|
||||
"sharedStorage": true,
|
||||
"loadId": "PiggyBack-Trailers",
|
||||
"storageChangeRate": 0,
|
||||
"maxStorage": 5000000,
|
||||
"orderAroundEmpties": true,
|
||||
"carTransferRate": 2000000,
|
||||
"orderAroundLoaded": true
|
||||
},
|
||||
"LT2": {
|
||||
"type": "Model.Ops.IndustryLoader",
|
||||
"name": "Sylva Loading Tracks",
|
||||
"trackSpans": [
|
||||
"EMB_SVA_PBT_U2",
|
||||
"EMB_SVA_PBT_U3"
|
||||
],
|
||||
"carTypeFilter": "PBF*",
|
||||
"sharedStorage": true,
|
||||
"loadId": "PiggyBack-Trailers",
|
||||
"storageChangeRate": 0,
|
||||
"maxStorage": 5000000,
|
||||
"orderAroundEmpties": true,
|
||||
"carTransferRate": 2000000,
|
||||
"orderAroundLoaded": true
|
||||
},
|
||||
"BU1": {
|
||||
"type": "Model.Ops.IndustryUnloader",
|
||||
"name": "Sylva Boxcar Tracks",
|
||||
"trackSpans": [
|
||||
"EMB_SVA_BXP_U1"
|
||||
],
|
||||
"carTypeFilter": "XM",
|
||||
"sharedStorage": true,
|
||||
"loadId": "boxcar-parts",
|
||||
"storageChangeRate": 0,
|
||||
"maxStorage": 200000,
|
||||
"orderAroundEmpties": true,
|
||||
"carTransferRate": 50000,
|
||||
"orderAroundLoaded": true
|
||||
},
|
||||
"BU2": {
|
||||
"type": "Model.Ops.IndustryUnloader",
|
||||
"name": "Sylva Boxcar Tracks",
|
||||
"trackSpans": [
|
||||
"EMB_SVA_BXP_U1"
|
||||
],
|
||||
"carTypeFilter": "XM",
|
||||
"sharedStorage": true,
|
||||
"loadId": "boxcar-metal-stock",
|
||||
"storageChangeRate": 0,
|
||||
"maxStorage": 400000,
|
||||
"orderAroundEmpties": true,
|
||||
"carTransferRate": 100000,
|
||||
"orderAroundLoaded": true
|
||||
},
|
||||
"BU3": {
|
||||
"type": "Model.Ops.IndustryUnloader",
|
||||
"name": "Sylva Boxcar Tracks",
|
||||
"trackSpans": [
|
||||
"EMB_SVA_BXP_U1"
|
||||
],
|
||||
"carTypeFilter": "XM",
|
||||
"sharedStorage": true,
|
||||
"loadId": "boxcar-furniture",
|
||||
"storageChangeRate": 0,
|
||||
"maxStorage": 700000,
|
||||
"orderAroundEmpties": true,
|
||||
"carTransferRate": 75000,
|
||||
"orderAroundLoaded": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"loads": {
|
||||
},
|
||||
"texts": {
|
||||
},
|
||||
"tracks": {
|
||||
"nodes": {
|
||||
"EMB_Node_nbrs": {
|
||||
"position": { "x": 24039.785, "y": 617.702, "z": -907.428 },
|
||||
"rotation": { "x": -0.499, "y": 66.184, "z": -0.009 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"EMB_Node_a0b9": {
|
||||
"position": { "x": 24125.002, "y": 617.972, "z": -840.093 },
|
||||
"rotation": { "x": 0.000, "y": 50.193, "z": 0.000 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"EMB_Node_cniz": {
|
||||
"position": { "x": 24282.621, "y": 617.972, "z": -612.339 },
|
||||
"rotation": { "x": 0.000, "y": 57.192, "z": 0.000 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"EMB_Node_kasb": {
|
||||
"position": { "x": 24409.955, "y": 617.972, "z": -644.261 },
|
||||
"rotation": { "x": 0.000, "y": 35.193, "z": 0.000 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"EMB_Node_jach": {
|
||||
"position": { "x": 24202.557, "y": 617.972, "z": -809.091 },
|
||||
"rotation": { "x": 0.000, "y": 85.193, "z": 0.000 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"EMB_Node_ek45": {
|
||||
"position": { "x": 24267.356, "y": 617.972, "z": -804.073 },
|
||||
"rotation": { "x": 0.000, "y": 86.193, "z": 0.000 },
|
||||
"flipSwitchStand": true
|
||||
},
|
||||
"EMB_Node_v54z": {
|
||||
"position": { "x": 24277.879, "y": 617.972, "z": -770.573 },
|
||||
"rotation": { "x": 0.000, "y": 40.193, "z": 0.000 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"EMB_Node_6zxg": {
|
||||
"position": { "x": 24374.684, "y": 617.972, "z": -655.991 },
|
||||
"rotation": { "x": 0.000, "y": 40.193, "z": 0.000 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"EMB_Node_r7o5": {
|
||||
"position": { "x": 24287.854, "y": 617.972, "z": -765.902 },
|
||||
"rotation": { "x": 0.000, "y": 40.193, "z": 0.000 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"EMB_Node_qgxs": {
|
||||
"position": { "x": 24378.197, "y": 617.972, "z": -658.960 },
|
||||
"rotation": { "x": 0.000, "y": 40.193, "z": 0.000 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"EMB_Node_fflk": {
|
||||
"position": { "x": 24244.117, "y": 617.972, "z": -797.383 },
|
||||
"rotation": { "x": 0.000, "y": 63.022, "z": 0.000 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"EMB_Node_jdwp": {
|
||||
"position": { "x": 24237.434, "y": 617.972, "z": -806.158 },
|
||||
"rotation": { "x": 0.000, "y": 85.193, "z": 0.000 },
|
||||
"flipSwitchStand": true
|
||||
},
|
||||
"EMB_Node_7ew5": {
|
||||
"position": { "x": 24300.188, "y": 617.972, "z": -784.603 },
|
||||
"rotation": { "x": 0.000, "y": 55.193, "z": 0.000 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"EMB_Node_k0zt": {
|
||||
"position": { "x": 24415.139, "y": 617.972, "z": -704.689 },
|
||||
"rotation": { "x": 0.000, "y": 55.193, "z": 0.000 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"EMB_Node_a67a": {
|
||||
"position": { "x": 24270.338, "y": 617.972, "z": -799.622 },
|
||||
"rotation": { "x": 0.000, "y": 71.477, "z": 0.000 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"EMB_Node_735y": {
|
||||
"position": { "x": 24319.234, "y": 617.972, "z": -776.964 },
|
||||
"rotation": { "x": 0.000, "y": 55.193, "z": 0.000 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"EMB_Node_qult": {
|
||||
"position": { "x": 24417.764, "y": 617.972, "z": -708.466 },
|
||||
"rotation": { "x": 0.000, "y": 55.193, "z": 0.000 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"EMB_Node_6cm0": {
|
||||
"position": { "x": 24635.460, "y": 617.972, "z": -825.861 },
|
||||
"rotation": { "x": 0.000, "y": 99.676, "z": 0.000 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"EMB_Node_ihp9": {
|
||||
"position": { "x": 24470.906, "y": 617.972, "z": -790.529 },
|
||||
"rotation": { "x": 0.000, "y": 86.193, "z": 0.000 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"EMB_Node_6pvb": {
|
||||
"position": { "x": 24547.074, "y": 617.972, "z": -798.007 },
|
||||
"rotation": { "x": 0.000, "y": 99.193, "z": 0.000 },
|
||||
"flipSwitchStand": true
|
||||
},
|
||||
"EMB_Node_zh3h": {
|
||||
"position": { "x": 24341.809, "y": 617.972, "z": -808.340 },
|
||||
"rotation": { "x": 0.000, "y": 86.193, "z": 0.000 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"EMB_Node_30fa": {
|
||||
"position": { "x": 24511.436, "y": 617.972, "z": -797.052 },
|
||||
"rotation": { "x": 0.000, "y": 266.193, "z": 0.000 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"EMB_Node_024i": {
|
||||
"position": { "x": 24491.168, "y": 617.972, "z": -793.790 },
|
||||
"rotation": { "x": 0.000, "y": 86.193, "z": 0.000 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"EMB_Node_lzhb": {
|
||||
"position": { "x": 24321.540, "y": 617.972, "z": -805.078 },
|
||||
"rotation": { "x": 0.000, "y": 86.193, "z": 0.000 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"EMB_Node_tl0b": {
|
||||
"position": { "x": 24634.932, "y": 617.972, "z": -812.226 },
|
||||
"rotation": { "x": 0.000, "y": 99.193, "z": 0.000 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"EMB_Node_h9tj": {
|
||||
"position": { "x": 24294.684, "y": 617.972, "z": -804.471 },
|
||||
"rotation": { "x": 0.000, "y": 276.675, "z": 0.000 },
|
||||
"flipSwitchStand": true
|
||||
},
|
||||
"EMB_Node_qo8g": {
|
||||
"position": { "x": 24523.418, "y": 617.972, "z": -794.486 },
|
||||
"rotation": { "x": 0.000, "y": 277.693, "z": 0.000 },
|
||||
"flipSwitchStand": true
|
||||
},
|
||||
"EMB_Node_7i0l": {
|
||||
"position": { "x": 24315.242, "y": 617.972, "z": -807.141 },
|
||||
"rotation": { "x": 0.000, "y": 277.434, "z": 0.000 },
|
||||
"flipSwitchStand": true
|
||||
},
|
||||
"EMB_Node_d7eg": {
|
||||
"position": { "x": 24341.023, "y": 617.972, "z": -810.504 },
|
||||
"rotation": { "x": 0.000, "y": 277.434, "z": 0.000 },
|
||||
"flipSwitchStand": true
|
||||
},
|
||||
"EMB_Node_umrd": {
|
||||
"position": { "x": 24521.717, "y": 617.972, "z": -800.978 },
|
||||
"rotation": { "x": 0.000, "y": 266.193, "z": 0.000 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"EMB_Node_7k9w": {
|
||||
"position": { "x": 24370.050, "y": 617.972, "z": -811.070 },
|
||||
"rotation": { "x": 0.000, "y": 266.193, "z": 0.000 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"EMB_Node_rrpp": {
|
||||
"position": { "x": 24394.305, "y": 617.972, "z": -814.067 },
|
||||
"rotation": { "x": 0.000, "y": 266.193, "z": 0.000 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"EMB_Node_zsse": {
|
||||
"position": { "x": 24522.022, "y": 617.972, "z": -805.568 },
|
||||
"rotation": { "x": 0.000, "y": 266.193, "z": 0.000 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"EMB_Node_e3ux": {
|
||||
"position": { "x": 24197.574, "y": 617.972, "z": -809.510 },
|
||||
"rotation": { "x": 0.000, "y": 85.193, "z": 0.000 },
|
||||
"flipSwitchStand": true
|
||||
},
|
||||
"EMB_Node_vqhc": {
|
||||
"position": { "x": 24137.785, "y": 617.972, "z": -814.538 },
|
||||
"rotation": { "x": 0.000, "y": 85.193, "z": 0.000 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"EMB_Node_t2pi": {
|
||||
"position": { "x": 24319.240, "y": 617.972, "z": -800.621 },
|
||||
"rotation": { "x": 0.000, "y": 86.193, "z": 0.000 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"EMB_Node_ovdq": {
|
||||
"position": { "x": 24368.824, "y": 617.972, "z": -792.711 },
|
||||
"rotation": { "x": 0.000, "y": 86.193, "z": 0.000 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"EMB_Node_untz": {
|
||||
"position": { "x": 24470.600, "y": 617.972, "z": -785.939 },
|
||||
"rotation": { "x": 0.000, "y": 86.193, "z": 0.000 },
|
||||
"flipSwitchStand": false
|
||||
}
|
||||
},
|
||||
"segments": {
|
||||
"EMB_Track_qqft": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "Nrji",
|
||||
"endId": "EMB_Node_nbrs",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_f41k": {
|
||||
"Style": "Bridge",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_nbrs",
|
||||
"endId": "EMB_Node_a0b9",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_1uo9": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_v54z",
|
||||
"endId": "EMB_Node_6zxg",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_0rkl": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_r7o5",
|
||||
"endId": "EMB_Node_qgxs",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_nco5": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_jach",
|
||||
"endId": "EMB_Node_fflk",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_dglm": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_fflk",
|
||||
"endId": "EMB_Node_v54z",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_n1jt": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_fflk",
|
||||
"endId": "EMB_Node_r7o5",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_tt2a": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_jach",
|
||||
"endId": "EMB_Node_jdwp",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_z7wy": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_jdwp",
|
||||
"endId": "EMB_Node_ek45",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_22fx": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_7ew5",
|
||||
"endId": "EMB_Node_k0zt",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_0xk3": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_jdwp",
|
||||
"endId": "EMB_Node_a67a",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_i8k5": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_a67a",
|
||||
"endId": "EMB_Node_7ew5",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_2kk9": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_735y",
|
||||
"endId": "EMB_Node_a67a",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_ncw1": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_735y",
|
||||
"endId": "EMB_Node_qult",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_7b5d": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_6pvb",
|
||||
"endId": "EMB_Node_30fa",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_iox7": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_30fa",
|
||||
"endId": "EMB_Node_zh3h",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_nhnl": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_024i",
|
||||
"endId": "EMB_Node_lzhb",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_etsu": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Industrial",
|
||||
"startId": "EMB_Node_6pvb",
|
||||
"endId": "EMB_Node_tl0b",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_6rs1": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_h9tj",
|
||||
"endId": "EMB_Node_ek45",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_tmrb": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_h9tj",
|
||||
"endId": "EMB_Node_lzhb",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_deet": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_6pvb",
|
||||
"endId": "EMB_Node_qo8g",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_nfcm": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_qo8g",
|
||||
"endId": "EMB_Node_ihp9",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_rjpm": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_qo8g",
|
||||
"endId": "EMB_Node_024i",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_7v1q": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_zh3h",
|
||||
"endId": "EMB_Node_7i0l",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_oxwx": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_7i0l",
|
||||
"endId": "EMB_Node_h9tj",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_4yuz": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_7i0l",
|
||||
"endId": "EMB_Node_d7eg",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_bf3l": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_umrd",
|
||||
"endId": "EMB_Node_7k9w",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_y01v": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_d7eg",
|
||||
"endId": "EMB_Node_7k9w",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_1xq6": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_d7eg",
|
||||
"endId": "EMB_Node_rrpp",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_y9v8": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_rrpp",
|
||||
"endId": "EMB_Node_zsse",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_tzbc": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_jach",
|
||||
"endId": "EMB_Node_e3ux",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_vbvn": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_e3ux",
|
||||
"endId": "EMB_Node_a0b9",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_1g7l": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_e3ux",
|
||||
"endId": "EMB_Node_vqhc",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_do0v": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_ek45",
|
||||
"endId": "EMB_Node_t2pi",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_fmcy": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_t2pi",
|
||||
"endId": "EMB_Node_ihp9",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_e3jq": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_t2pi",
|
||||
"endId": "EMB_Node_ovdq",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
},
|
||||
"EMB_Track_18sy": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Branch",
|
||||
"startId": "EMB_Node_ovdq",
|
||||
"endId": "EMB_Node_untz",
|
||||
"priority": 0,
|
||||
"speedLimit": 25,
|
||||
"groupId": ""
|
||||
}
|
||||
},
|
||||
"spans": {
|
||||
"EMB_SVA_PBT_L1": {
|
||||
"upper": {
|
||||
"segmentId": "EMB_Track_ncw1",
|
||||
"distance": 0.000,
|
||||
"end": "End"
|
||||
},
|
||||
"lower": {
|
||||
"segmentId": "EMB_Track_ncw1",
|
||||
"distance": 0.000,
|
||||
"end": "Start"
|
||||
}
|
||||
},
|
||||
"EMB_SVA_PBT_U2": {
|
||||
"upper": {
|
||||
"segmentId": "EMB_Track_22fx",
|
||||
"distance": 0.000,
|
||||
"end": "End"
|
||||
},
|
||||
"lower": {
|
||||
"segmentId": "EMB_Track_22fx",
|
||||
"distance": 0.000,
|
||||
"end": "Start"
|
||||
}
|
||||
},
|
||||
"EMB_SVA_PBT_U3": {
|
||||
"upper": {
|
||||
"segmentId": "EMB_Track_0rkl",
|
||||
"distance": 0.000,
|
||||
"end": "End"
|
||||
},
|
||||
"lower": {
|
||||
"segmentId": "EMB_Track_0rkl",
|
||||
"distance": 0.000,
|
||||
"end": "Start"
|
||||
}
|
||||
},
|
||||
"EMB_SVA_PBT_L4": {
|
||||
"upper": {
|
||||
"segmentId": "EMB_Track_1uo9",
|
||||
"distance": 0.000,
|
||||
"end": "End"
|
||||
},
|
||||
"lower": {
|
||||
"segmentId": "EMB_Track_1uo9",
|
||||
"distance": 0.000,
|
||||
"end": "Start"
|
||||
}
|
||||
},
|
||||
"EMB_SVA_BXP_U1": {
|
||||
"upper": {
|
||||
"segmentId": "EMB_Track_18sy",
|
||||
"distance": 0.000,
|
||||
"end": "End"
|
||||
},
|
||||
"lower": {
|
||||
"segmentId": "EMB_Track_18sy",
|
||||
"distance": 0.000,
|
||||
"end": "Start"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"scenery": {
|
||||
"EMB Object S1": {
|
||||
"modelIdentifier": "EMBPBRamp2",
|
||||
"position": { "x": 24425.890, "y": 618.519, "z": -700.013 },
|
||||
"rotation": { "x": 0.000, "y": 235.193, "z": 0.000 },
|
||||
"scale": { "x": 1.000, "y": 1.000, "z": 1.000 }
|
||||
},
|
||||
"EMB Object S2": {
|
||||
"modelIdentifier": "EMBPBRamp2",
|
||||
"position": { "x": 24383.860, "y": 618.519, "z": -648.691 },
|
||||
"rotation": { "x": 0.000, "y": 220.193, "z": 0.000 },
|
||||
"scale": { "x": 1.000, "y": 1.000, "z": 1.000 }
|
||||
},
|
||||
"EMB Object S3": {
|
||||
"modelIdentifier": "EMBEndPlatform",
|
||||
"position": { "x": 24383.004, "y": 618.100, "z": -787.358 },
|
||||
"rotation": { "x": 0.000, "y": 266.193, "z": 0.000 },
|
||||
"scale": { "x": 1.000, "y": 1.000, "z": 1.000 }
|
||||
},
|
||||
"EMB Object S4": {
|
||||
"modelIdentifier": "EMBMidPlatform",
|
||||
"position": { "x": 24407.950, "y": 618.100, "z": -785.698 },
|
||||
"rotation": { "x": 0.000, "y": 86.193, "z": 0.000 },
|
||||
"scale": { "x": 1.000, "y": 1.000, "z": 1.000 }
|
||||
},
|
||||
"EMB Object S5": {
|
||||
"modelIdentifier": "EMBMidPlatform",
|
||||
"position": { "x": 24432.894, "y": 618.100, "z": -784.038 },
|
||||
"rotation": { "x": 0.000, "y": 86.193, "z": 0.000 },
|
||||
"scale": { "x": 1.000, "y": 1.000, "z": 1.000 }
|
||||
},
|
||||
"EMB Object S6": {
|
||||
"modelIdentifier": "EMBEndPlatform",
|
||||
"position": { "x": 24457.838, "y": 618.100, "z": -782.379 },
|
||||
"rotation": { "x": 0.000, "y": 86.193, "z": 0.000 },
|
||||
"scale": { "x": 1.000, "y": 1.000, "z": 1.000 }
|
||||
},
|
||||
"EMB Object ST1": {
|
||||
"modelIdentifier": "EMBPRR26PB",
|
||||
"position": { "x": 24457.428, "y": 618.860, "z": -776.193 },
|
||||
"rotation": { "x": 0.000, "y": 356.193, "z": 0.000 },
|
||||
"scale": { "x": 1.000, "y": 1.000, "z": 1.000 }
|
||||
},
|
||||
"EMB Object ST2": {
|
||||
"modelIdentifier": "EMBSP22PB",
|
||||
"position": { "x": 24447.450, "y": 617.880, "z": -776.857 },
|
||||
"rotation": { "x": 0.000, "y": 356.193, "z": 0.000 },
|
||||
"scale": { "x": 1.000, "y": 1.000, "z": 1.000 }
|
||||
},
|
||||
"EMB Object ST3": {
|
||||
"modelIdentifier": "EMBPRR26PB",
|
||||
"position": { "x": 24444.456, "y": 618.870, "z": -777.055 },
|
||||
"rotation": { "x": -0.600, "y": 356.193, "z": 0.000 },
|
||||
"scale": { "x": 1.000, "y": 1.000, "z": 1.000 }
|
||||
},
|
||||
"EMB Object ST4": {
|
||||
"modelIdentifier": "EMBATSF24PB",
|
||||
"position": { "x": 24414.510, "y": 617.910, "z": -778.848 },
|
||||
"rotation": { "x": -0.600, "y": 356.193, "z": 0.000 },
|
||||
"scale": { "x": 1.000, "y": 1.000, "z": 1.000 }
|
||||
},
|
||||
"EMB Object ST5": {
|
||||
"modelIdentifier": "EMBATSF24PB",
|
||||
"position": { "x": 24394.554, "y": 617.910, "z": -780.176 },
|
||||
"rotation": { "x": -0.600, "y": 356.193, "z": 0.000 },
|
||||
"scale": { "x": 1.000, "y": 1.000, "z": 1.000 }
|
||||
},
|
||||
"EMB Object ST6": {
|
||||
"modelIdentifier": "EMBSP22PB",
|
||||
"position": { "x": 24384.597, "y": 617.870, "z": -781.140 },
|
||||
"rotation": { "x": -0.400, "y": 356.193, "z": 0.000 },
|
||||
"scale": { "x": 1.000, "y": 1.000, "z": 1.000 }
|
||||
}
|
||||
},
|
||||
"splineys": {
|
||||
"EMB Bridge S1": {
|
||||
"handler": "StrangeCustoms.AutoTrestleBuilder",
|
||||
"points": [
|
||||
{
|
||||
"position": { "x": 24125.002, "y": 617.772, "z": -840.093 },
|
||||
"rotation": { "x": 0.000, "y": 50.193, "z": 0.000 }
|
||||
},
|
||||
{
|
||||
"position": { "x": 24039.785, "y": 617.502, "z": -907.428 },
|
||||
"rotation": { "x": -0.499, "y": 66.184, "z": -0.009 }
|
||||
}
|
||||
],
|
||||
"headstyle": "bent",
|
||||
"tailstyle": "bent"
|
||||
},
|
||||
"EMB Road S1": {
|
||||
"handler": "StrangeCustoms.FlowyThingBuilder",
|
||||
"profile": "Railroader Paved Road",
|
||||
"style": "Road",
|
||||
"points": [
|
||||
{
|
||||
"position": { "x": 24376.520, "y": 617.872, "z": -657.374 },
|
||||
"rotation": { "x": 0.000, "y": 40.193, "z": 0.000 },
|
||||
"width": 10.000
|
||||
},
|
||||
{
|
||||
"position": { "x": 24388.783, "y": 617.872, "z": -642.860 },
|
||||
"rotation": { "x": 0.000, "y": 40.193, "z": 0.000 },
|
||||
"width": 34.000
|
||||
},
|
||||
{
|
||||
"position": { "x": 24400.367, "y": 617.872, "z": -629.151 },
|
||||
"rotation": { "x": 0.000, "y": 40.193, "z": 0.000 },
|
||||
"width": 34.000
|
||||
},
|
||||
{
|
||||
"position": { "x": 24452.775, "y": 617.872, "z": -638.954 },
|
||||
"rotation": { "x": 0.000, "y": 160.193, "z": 0.000 },
|
||||
"width": 29.000
|
||||
},
|
||||
{
|
||||
"position": { "x": 24474.273, "y": 617.872, "z": -704.549 },
|
||||
"rotation": { "x": 0.000, "y": 160.193, "z": 0.000 },
|
||||
"width": 29.000
|
||||
},
|
||||
{
|
||||
"position": { "x": 24519.011, "y": 618.072, "z": -746.900 },
|
||||
"rotation": { "x": 0.000, "y": 105.193, "z": 0.000 },
|
||||
"width": 24.000
|
||||
},
|
||||
{
|
||||
"position": { "x": 24574.018, "y": 619.372, "z": -761.839 },
|
||||
"rotation": { "x": -1.000, "y": 104.193, "z": 0.000 },
|
||||
"width": 14.000
|
||||
},
|
||||
{
|
||||
"position": { "x": 24608.071, "y": 620.452, "z": -774.306 },
|
||||
"rotation": { "x": 0.000, "y": 119.193, "z": -1.000 },
|
||||
"width": 6.800
|
||||
}
|
||||
]
|
||||
},
|
||||
"EMB Road S2": {
|
||||
"handler": "StrangeCustoms.FlowyThingBuilder",
|
||||
"profile": "Railroader Paved Road",
|
||||
"style": "Road",
|
||||
"points": [
|
||||
{
|
||||
"position": { "x": 24416.553, "y": 617.872, "z": -706.502 },
|
||||
"rotation": { "x": 0.000, "y": 55.193, "z": 0.000 },
|
||||
"width": 10.000
|
||||
},
|
||||
{
|
||||
"position": { "x": 24430.818, "y": 617.872, "z": -696.587 },
|
||||
"rotation": { "x": 0.000, "y": 55.193, "z": 0.000 },
|
||||
"width": 29.000
|
||||
},
|
||||
{
|
||||
"position": { "x": 24453.148, "y": 617.872, "z": -685.950 },
|
||||
"rotation": { "x": 1.000, "y": 72.693, "z": 0.000 },
|
||||
"width": 35.000
|
||||
}
|
||||
]
|
||||
},
|
||||
"EMB Road S3": {
|
||||
"handler": "StrangeCustoms.FlowyThingBuilder",
|
||||
"profile": "Railroader Paved Road",
|
||||
"style": "Road",
|
||||
"points": [
|
||||
{
|
||||
"position": { "x": 24357.685, "y": 617.872, "z": -774.419 },
|
||||
"rotation": { "x": 0.000, "y": 86.193, "z": 0.000 },
|
||||
"width": 25.000
|
||||
},
|
||||
{
|
||||
"position": { "x": 24470.164, "y": 617.872, "z": -766.847 },
|
||||
"rotation": { "x": 0.000, "y": 86.193, "z": 0.000 },
|
||||
"width": 25.000
|
||||
},
|
||||
{
|
||||
"position": { "x": 24500.321, "y": 617.972, "z": -748.670 },
|
||||
"rotation": { "x": 0.000, "y": 21.193, "z": 0.000 },
|
||||
"width": 25.000
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"simpleGraphs": {},
|
||||
"mandelas": {
|
||||
}
|
||||
}
|
||||
4
ForYourConvenience/Definition.Stable.json
Normal file
4
ForYourConvenience/Definition.Stable.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"assemblies": [ "ForYourConvenience" ],
|
||||
"updateUrl": "https://railroader.stelltis.ch/updates.json"
|
||||
}
|
||||
27
ForYourConvenience/Definition.json
Normal file
27
ForYourConvenience/Definition.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"manifestVersion": 5,
|
||||
"id": "Zamu.ForYourConvenience",
|
||||
"name": "For Your Convenience",
|
||||
"version": "1.2.24366.2200",
|
||||
"requires": [
|
||||
{
|
||||
"id": "railloader",
|
||||
"notBefore": "1.9.6.8"
|
||||
}
|
||||
],
|
||||
"redirects": [
|
||||
{
|
||||
"definition": "Definition.Stable.json",
|
||||
"requires": [
|
||||
{
|
||||
"id": "railroader",
|
||||
"notAfter": "2024.5.9999"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"definition": "Experimental/Definition.Experimental.json"
|
||||
}
|
||||
],
|
||||
"updateUrl": "https://railroader.stelltis.ch/updates.json"
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"assemblies": [ "ForYourConvenience" ],
|
||||
"updateUrl": "https://railroader.stelltis.ch/updates.json"
|
||||
}
|
||||
BIN
ForYourConvenience/Experimental/ForYourConvenience.dll
Normal file
BIN
ForYourConvenience/Experimental/ForYourConvenience.dll
Normal file
Binary file not shown.
BIN
ForYourConvenience/ForYourConvenience.dll
Normal file
BIN
ForYourConvenience/ForYourConvenience.dll
Normal file
Binary file not shown.
BIN
GP38Public/bundle
LFS
BIN
GP38Public/bundle
LFS
Binary file not shown.
@@ -2,11 +2,11 @@
|
||||
"Id": "GP38Public",
|
||||
"DisplayName": "Base GP38",
|
||||
"Author": "TheBeeMan",
|
||||
"Version": "4.1.1",
|
||||
"Version": "4.1.7",
|
||||
"GameVersion": "2024.6.2",
|
||||
"ManagerVersion": "0.27.14.0",
|
||||
"Game": "Railroader",
|
||||
"Homepage": "https://www.nexusmods.com/railroader/mods/143",
|
||||
"Requirements": ["GP38SoundMod-4.03.0"]
|
||||
"Requirements": ["GP38SoundMod-4.1.7"]
|
||||
}
|
||||
|
||||
Binary file not shown.
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"Id": "GP38SoundMod",
|
||||
"DisplayName": "GP38 Required Scripts",
|
||||
"DisplayName": "Bmans Required Scripts",
|
||||
"Author": "TheBeeMan",
|
||||
"Version": "4.03.0",
|
||||
"Version": "4.1.7",
|
||||
"GameVersion": "2024.6.2",
|
||||
"ManagerVersion": "0.27.14.0",
|
||||
"Game": "Railroader",
|
||||
|
||||
27
Katers Sylva Hump Yard-SortAddon/Definition.json
Normal file
27
Katers Sylva Hump Yard-SortAddon/Definition.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"manifestVersion": 5,
|
||||
"id": "C_L_B.Katers.SylvaHumpYard-SortAddon",
|
||||
"name": "Katers Sylva Hump Yard-SortAddon",
|
||||
"version": "1.3",
|
||||
"requires": [
|
||||
{
|
||||
"id": "railloader",
|
||||
"notBefore": "1.9.0"
|
||||
},
|
||||
{
|
||||
"id": "Zamu.StrangeCustoms",
|
||||
"notBefore": "1.9.0"
|
||||
},
|
||||
{
|
||||
"id": "C_L_B.YardSort",
|
||||
"notBefore": "1.2"
|
||||
},
|
||||
{
|
||||
"id": "Katers.SylvaInterchange",
|
||||
"notBefore": "3.0"
|
||||
}
|
||||
],
|
||||
"mixintos": {
|
||||
"game-graph": "file(game-graph.json)"
|
||||
}
|
||||
}
|
||||
332
Katers Sylva Hump Yard-SortAddon/game-graph.json
Normal file
332
Katers Sylva Hump Yard-SortAddon/game-graph.json
Normal file
@@ -0,0 +1,332 @@
|
||||
{
|
||||
"tracks": {
|
||||
"nodes": {
|
||||
|
||||
},
|
||||
"segments": {
|
||||
},
|
||||
"spans": {
|
||||
"PCLB.KATER.SYL.HMP.YRD.S.AD_Top": {
|
||||
"upper": {
|
||||
"segmentId": "SSyHY_n720",
|
||||
"distance": 42,
|
||||
"end": "Start"
|
||||
},
|
||||
"lower": {
|
||||
"segmentId": "SSyHY_n720",
|
||||
"distance": 0,
|
||||
"end": "End"
|
||||
}
|
||||
},
|
||||
"PCLB.KATER.SYL.HMP.YRD.S.AD_App01": {
|
||||
"upper": {
|
||||
"segmentId": "SSyHY_n720",
|
||||
"distance": 10,
|
||||
"end": "End"
|
||||
},
|
||||
"lower": {
|
||||
"segmentId": "SSyHY_onxj",
|
||||
"distance": 0,
|
||||
"end": "End"
|
||||
}
|
||||
},
|
||||
"PCLB.KATER.SYL.HMP.YRD.S.AD_App02": {
|
||||
"upper": {
|
||||
"segmentId": "SSyHY_n720",
|
||||
"distance": 10,
|
||||
"end": "End"
|
||||
},
|
||||
"lower": {
|
||||
"segmentId": "SSyHY_6ya9",
|
||||
"distance": 0,
|
||||
"end": "End"
|
||||
}
|
||||
},
|
||||
"PCLB.KATER.SYL.HMP.YRD.S.AD_App03": {
|
||||
"upper": {
|
||||
"segmentId": "SSyHY_n720",
|
||||
"distance": 10,
|
||||
"end": "End"
|
||||
},
|
||||
"lower": {
|
||||
"segmentId": "SSyHY_f1us",
|
||||
"distance": 0,
|
||||
"end": "End"
|
||||
}
|
||||
},
|
||||
"PCLB.KATER.SYL.HMP.YRD.S.AD_App04": {
|
||||
"upper": {
|
||||
"segmentId": "SSyHY_n720",
|
||||
"distance": 10,
|
||||
"end": "End"
|
||||
},
|
||||
"lower": {
|
||||
"segmentId": "SSyHY_45dh",
|
||||
"distance": 0,
|
||||
"end": "End"
|
||||
}
|
||||
},
|
||||
"PCLB.KATER.SYL.HMP.YRD.S.AD_App05": {
|
||||
"upper": {
|
||||
"segmentId": "SSyHY_n720",
|
||||
"distance": 10,
|
||||
"end": "End"
|
||||
},
|
||||
"lower": {
|
||||
"segmentId": "SSyHY_ljv8",
|
||||
"distance": 0,
|
||||
"end": "End"
|
||||
}
|
||||
},
|
||||
"PCLB.KATER.SYL.HMP.YRD.S.AD_App06": {
|
||||
"upper": {
|
||||
"segmentId": "SSyHY_n720",
|
||||
"distance": 10,
|
||||
"end": "End"
|
||||
},
|
||||
"lower": {
|
||||
"segmentId": "SSyHY_fwep",
|
||||
"distance": 0,
|
||||
"end": "End"
|
||||
}
|
||||
},
|
||||
"PCLB.KATER.SYL.HMP.YRD.S.AD_App07": {
|
||||
"upper": {
|
||||
"segmentId": "SSyHY_n720",
|
||||
"distance": 10,
|
||||
"end": "End"
|
||||
},
|
||||
"lower": {
|
||||
"segmentId": "SSyHY_cwyk",
|
||||
"distance": 0,
|
||||
"end": "End"
|
||||
}
|
||||
},
|
||||
"PCLB.KATER.SYL.HMP.YRD.S.AD_App08": {
|
||||
"upper": {
|
||||
"segmentId": "SSyHY_n720",
|
||||
"distance": 10,
|
||||
"end": "End"
|
||||
},
|
||||
"lower": {
|
||||
"segmentId": "SSyHY_19im",
|
||||
"distance": 10,
|
||||
"end": "Start"
|
||||
}
|
||||
},
|
||||
"PCLB.KATER.SYL.HMP.YRD.S.AD_App09": {
|
||||
"upper": {
|
||||
"segmentId": "SSyHY_n720",
|
||||
"distance": 10,
|
||||
"end": "End"
|
||||
},
|
||||
"lower": {
|
||||
"segmentId": "SSyHY_h46w",
|
||||
"distance": 0,
|
||||
"end": "End"
|
||||
}
|
||||
},
|
||||
"PCLB.KATER.SYL.HMP.YRD.S.AD_App10": {
|
||||
"upper": {
|
||||
"segmentId": "SSyHY_n720",
|
||||
"distance": 10,
|
||||
"end": "End"
|
||||
},
|
||||
"lower": {
|
||||
"segmentId": "SSyHY_kjzn",
|
||||
"distance": 10,
|
||||
"end": "End"
|
||||
}
|
||||
},
|
||||
"PCLB.KATER.SYL.HMP.YRD.S.AD_Bra01": {
|
||||
"upper": {
|
||||
"segmentId": "SSyHY_yy8t",
|
||||
"distance": 0,
|
||||
"end": "Start"
|
||||
},
|
||||
"lower": {
|
||||
"segmentId": "SSyHY_yy8t",
|
||||
"distance": 509,
|
||||
"end": "End"
|
||||
}
|
||||
},
|
||||
"PCLB.KATER.SYL.HMP.YRD.S.AD_Bra02": {
|
||||
"upper": {
|
||||
"segmentId": "SSyHY_tuno",
|
||||
"distance": 0,
|
||||
"end": "Start"
|
||||
},
|
||||
"lower": {
|
||||
"segmentId": "SSyHY_tuno",
|
||||
"distance": 508,
|
||||
"end": "End"
|
||||
}
|
||||
},
|
||||
"PCLB.KATER.SYL.HMP.YRD.S.AD_Bra03": {
|
||||
"upper": {
|
||||
"segmentId": "SSyHY_azjb",
|
||||
"distance": 0,
|
||||
"end": "Start"
|
||||
},
|
||||
"lower": {
|
||||
"segmentId": "SSyHY_azjb",
|
||||
"distance": 511,
|
||||
"end": "End"
|
||||
}
|
||||
},
|
||||
"PCLB.KATER.SYL.HMP.YRD.S.AD_Bra04": {
|
||||
"upper": {
|
||||
"segmentId": "SSyHY_bjwq",
|
||||
"distance": 0,
|
||||
"end": "Start"
|
||||
},
|
||||
"lower": {
|
||||
"segmentId": "SSyHY_bjwq",
|
||||
"distance": 510,
|
||||
"end": "End"
|
||||
}
|
||||
},
|
||||
"PCLB.KATER.SYL.HMP.YRD.S.AD_Bra05": {
|
||||
"upper": {
|
||||
"segmentId": "SSyHY_rx7e",
|
||||
"distance": 0,
|
||||
"end": "Start"
|
||||
},
|
||||
"lower": {
|
||||
"segmentId": "SSyHY_rx7e",
|
||||
"distance": 490,
|
||||
"end": "End"
|
||||
}
|
||||
},
|
||||
"PCLB.KATER.SYL.HMP.YRD.S.AD_Bra06": {
|
||||
"upper": {
|
||||
"segmentId": "SSyHY_gaem",
|
||||
"distance": 0,
|
||||
"end": "Start"
|
||||
},
|
||||
"lower": {
|
||||
"segmentId": "SSyHY_gaem",
|
||||
"distance": 460,
|
||||
"end": "End"
|
||||
}
|
||||
},
|
||||
"PCLB.KATER.SYL.HMP.YRD.S.AD_Bra07": {
|
||||
"upper": {
|
||||
"segmentId": "SSyHY_4ak6",
|
||||
"distance": 0,
|
||||
"end": "Start"
|
||||
},
|
||||
"lower": {
|
||||
"segmentId": "SSyHY_4ak6",
|
||||
"distance": 420,
|
||||
"end": "End"
|
||||
}
|
||||
},
|
||||
"PCLB.KATER.SYL.HMP.YRD.S.AD_Bra08": {
|
||||
"upper": {
|
||||
"segmentId": "SSyHY_jdz0",
|
||||
"distance": 0,
|
||||
"end": "Start"
|
||||
},
|
||||
"lower": {
|
||||
"segmentId": "SSyHY_jdz0",
|
||||
"distance": 380,
|
||||
"end": "End"
|
||||
}
|
||||
},
|
||||
"PCLB.KATER.SYL.HMP.YRD.S.AD_Bra09": {
|
||||
"upper": {
|
||||
"segmentId": "SSyHY_0ysa",
|
||||
"distance": 0,
|
||||
"end": "Start"
|
||||
},
|
||||
"lower": {
|
||||
"segmentId": "SSyHY_0ysa",
|
||||
"distance": 340,
|
||||
"end": "End"
|
||||
}
|
||||
},
|
||||
"PCLB.KATER.SYL.HMP.YRD.S.AD_Bra10": {
|
||||
"upper": {
|
||||
"segmentId": "SSyHY_oeyo",
|
||||
"distance": 0,
|
||||
"end": "Start"
|
||||
},
|
||||
"lower": {
|
||||
"segmentId": "SSyHY_oeyo",
|
||||
"distance": 325,
|
||||
"end": "End"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"splineys": {},
|
||||
"areas": {
|
||||
"sylva": {
|
||||
"industries": {
|
||||
"sylva-hump-yard": {
|
||||
"name": "Sylva Hump Yard Sort",
|
||||
"localPosition": { "x": 421.169922, "y": -3.29412842, "z": 178.6405 },
|
||||
"usesContract": false,
|
||||
"components": {
|
||||
"yard": {
|
||||
"type": "Model.Ops.YardComponentHumpSort",
|
||||
"name": "Hump",
|
||||
"trackSpans": [ "PCLB.KATER.SYL.HMP.YRD.S.AD_Top" ]
|
||||
},
|
||||
"t01": {
|
||||
"type": "Model.Ops.YardComponentTrack",
|
||||
"name": "Track 1",
|
||||
"trackSpans": [ "PCLB.KATER.SYL.HMP.YRD.S.AD_Bra01", "PCLB.KATER.SYL.HMP.YRD.S.AD_App01" ]
|
||||
},
|
||||
"t02": {
|
||||
"type": "Model.Ops.YardComponentTrack",
|
||||
"name": "Track 2",
|
||||
"trackSpans": [ "PCLB.KATER.SYL.HMP.YRD.S.AD_Bra02", "PCLB.KATER.SYL.HMP.YRD.S.AD_App02" ]
|
||||
},
|
||||
"t03": {
|
||||
"type": "Model.Ops.YardComponentTrack",
|
||||
"name": "Track 3",
|
||||
"trackSpans": [ "PCLB.KATER.SYL.HMP.YRD.S.AD_Bra03", "PCLB.KATER.SYL.HMP.YRD.S.AD_App03" ]
|
||||
},
|
||||
"t04": {
|
||||
"type": "Model.Ops.YardComponentTrack",
|
||||
"name": "Track 4",
|
||||
"trackSpans": [ "PCLB.KATER.SYL.HMP.YRD.S.AD_Bra04", "PCLB.KATER.SYL.HMP.YRD.S.AD_App04" ]
|
||||
},
|
||||
"t05": {
|
||||
"type": "Model.Ops.YardComponentTrack",
|
||||
"name": "Track 5",
|
||||
"trackSpans": [ "PCLB.KATER.SYL.HMP.YRD.S.AD_Bra05", "PCLB.KATER.SYL.HMP.YRD.S.AD_App05" ]
|
||||
},
|
||||
"t06": {
|
||||
"type": "Model.Ops.YardComponentTrack",
|
||||
"name": "Track 6",
|
||||
"trackSpans": [ "PCLB.KATER.SYL.HMP.YRD.S.AD_Bra06", "PCLB.KATER.SYL.HMP.YRD.S.AD_App06" ]
|
||||
},
|
||||
"t07": {
|
||||
"type": "Model.Ops.YardComponentTrack",
|
||||
"name": "Track 7",
|
||||
"trackSpans": [ "PCLB.KATER.SYL.HMP.YRD.S.AD_Bra07", "PCLB.KATER.SYL.HMP.YRD.S.AD_App07" ]
|
||||
},
|
||||
"t08": {
|
||||
"type": "Model.Ops.YardComponentTrack",
|
||||
"name": "Track 8",
|
||||
"trackSpans": [ "PCLB.KATER.SYL.HMP.YRD.S.AD_Bra08", "PCLB.KATER.SYL.HMP.YRD.S.AD_App08" ]
|
||||
},
|
||||
"t09": {
|
||||
"type": "Model.Ops.YardComponentTrack",
|
||||
"name": "Track 9",
|
||||
"trackSpans": [ "PCLB.KATER.SYL.HMP.YRD.S.AD_Bra09", "PCLB.KATER.SYL.HMP.YRD.S.AD_App09" ]
|
||||
},
|
||||
"t10": {
|
||||
"type": "Model.Ops.YardComponentTrack",
|
||||
"name": "Track 10",
|
||||
"trackSpans": [ "PCLB.KATER.SYL.HMP.YRD.S.AD_Bra10", "PCLB.KATER.SYL.HMP.YRD.S.AD_App10" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
21
Katers Sylva Interchange HYSpans/Definition.json
Normal file
21
Katers Sylva Interchange HYSpans/Definition.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"manifestVersion": 5,
|
||||
"id": "Katers.SylvaInterchangeHYSpans",
|
||||
"name": "Katers Sylva Interchange",
|
||||
"version": "1.1.4.NoInt",
|
||||
"requires": [
|
||||
{
|
||||
"id": "Katers.SylvaInterchange",
|
||||
"notBefore": "3.1.0"
|
||||
}
|
||||
],
|
||||
"loadAfter": [
|
||||
{ "id": "Katers.SylvaInterchange"},
|
||||
{ "id": "Katers.SylvaInterchangeIntSpans"}
|
||||
],
|
||||
"mixintos": {
|
||||
"game-graph": [
|
||||
"file(Katers Sylva Interchange HYSpans.json)"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,161 @@
|
||||
{
|
||||
"tracks": {
|
||||
"nodes": {},
|
||||
"segments": {
|
||||
"SSyHY_3j2c": {
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyHY_md5l": {
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyHY_0rdx": {
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyHY_i5db": {
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyHY_n720": {
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyHY_m6d2": {
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyHY_0dgh": {
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyHY_xl5y": {
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyHY_6twk": {
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyHY_qoy9": {
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyHY_umd8": {
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyHY_ctha": {
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyHY_45dh": {
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyHY_ul0r": {
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyHY_ljv8": {
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyHY_f1us": {
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyHY_fwep": {
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyHY_es8z": {
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyHY_n0im": {
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyHY_s718": {
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyHY_zcfz": {
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyHY_oodv": {
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyHY_n6xf": {
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyHY_5ve6": {
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyHY_gqcl": {
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyHY_2q0n": {
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyHY_liax": {
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyHY_fsbo": {
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyHY_slpj": {
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyHY_vxbt": {
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyHY_lyur": {
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyHY_h0s4": {
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyHY_azjb": {
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyHY_bjwq": {
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyHY_rx7e": {
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyHY_gaem": {
|
||||
"groupId": ""
|
||||
},
|
||||
"SSylHY_axt2": {
|
||||
"groupId": ""
|
||||
},
|
||||
"SSylHY_xem8": {
|
||||
"groupId": ""
|
||||
},
|
||||
"SSylHY_3asu": {
|
||||
"groupId": ""
|
||||
},
|
||||
"SSylHY_4lg7": {
|
||||
"groupId": ""
|
||||
},
|
||||
"SSylHY_4umt": {
|
||||
"groupId": ""
|
||||
},
|
||||
"SSylHY_dyd0": {
|
||||
"groupId": ""
|
||||
},
|
||||
"SSylHY_0cs8": {
|
||||
"groupId": ""
|
||||
},
|
||||
"SSylHY_y8mt": {
|
||||
"groupId": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"scenery": {
|
||||
"Syl_HumpYardHouse": {
|
||||
"modelIdentifier": "freight-house-general",
|
||||
"position": { "x": 26160.584, "y": 632.0, "z": 805.179 },
|
||||
"rotation": { "x": 0.0, "y": -119.861, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"SylHY_House_Lamp": {
|
||||
"modelIdentifier": "CLB_Lamp01",
|
||||
"position": { "x": 26150.63, "y": 638.5, "z": 799.46 },
|
||||
"rotation": { "x": 0.0, "y": 149.74, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
37
Katers Sylva Interchange Lights/Definition.json
Normal file
37
Katers Sylva Interchange Lights/Definition.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"manifestVersion": 5,
|
||||
"id": "Katers.SylvaInterchangeLights",
|
||||
"name": "Katers Sylva Interchange",
|
||||
"version": "1.2",
|
||||
"requires": [
|
||||
{
|
||||
"id": "railroader",
|
||||
"notBefore": "2024.6.10"
|
||||
},
|
||||
{
|
||||
"id": "railloader",
|
||||
"notBefore": "1.10.0.2"
|
||||
},
|
||||
{
|
||||
"id": "Zamu.StrangeCustoms",
|
||||
"notBefore": "1.10.25017.313"
|
||||
},
|
||||
{
|
||||
"id": "AlinaNova21.AlinasMapMod",
|
||||
"notBefore": "1.6.25155.155"
|
||||
},
|
||||
{
|
||||
"id": "C_L_B.ASSETS01",
|
||||
"notBefore": "3.0.2"
|
||||
},
|
||||
{
|
||||
"id": "Katers.SylvaInterchange",
|
||||
"notBefore": "3.1.0"
|
||||
}
|
||||
],
|
||||
"mixintos": {
|
||||
"game-graph": [
|
||||
"file(Katers Sylva Interchange Lights.json)"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,75 @@
|
||||
{
|
||||
"splineys": {
|
||||
"SylInt_Lamppost01": {
|
||||
"handler": "CLB.ModularScenery",
|
||||
"modelIdentifier": "CLB_Lamppost02_24",
|
||||
"position": { "x": 25656.38, "y": 629.5, "z": 389.51 },
|
||||
"rotation": { "x": 0.0, "y": 16.25, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
},
|
||||
"useAnimation": "OnOffDaylight",
|
||||
"groupKey": "KatSylTT"
|
||||
},
|
||||
"SylInt_Lamppost02": {
|
||||
"handler": "CLB.ModularScenery",
|
||||
"modelIdentifier": "CLB_Lamppost02_24",
|
||||
"position": { "x": 25628.88, "y": 629.5, "z": 430.09 },
|
||||
"rotation": { "x": 0.0, "y": 16.25, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
},
|
||||
"useAnimation": "OnOffDaylight",
|
||||
"groupKey": "KatSylTT"
|
||||
},
|
||||
"SylInt_Lamppost03": {
|
||||
"handler": "CLB.ModularScenery",
|
||||
"modelIdentifier": "CLB_Lamppost02_24",
|
||||
"position": { "x": 26041.25, "y": 629.5, "z": 701.2 },
|
||||
"rotation": { "x": 0.0, "y": 16.25, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
},
|
||||
"useAnimation": "OnOffDaylight",
|
||||
"groupKey": "KatSylTT"
|
||||
}
|
||||
},
|
||||
"scenery": {
|
||||
"SylInt_LamppostBlock01": {
|
||||
"modelIdentifier": "CLB_Block01",
|
||||
"position": { "x": 25656.38, "y": 628, "z": 389.51 },
|
||||
"rotation": { "x": 0.0, "y": 16.25, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"SylInt_LamppostBlock02": {
|
||||
"modelIdentifier": "CLB_Block01",
|
||||
"position": { "x": 25628.88, "y": 628, "z": 430.09 },
|
||||
"rotation": { "x": 0.0, "y": 16.25, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"SylInt_LamppostBlock03": {
|
||||
"modelIdentifier": "CLB_Block01",
|
||||
"position": { "x": 26041.25, "y": 628, "z": 701.2 },
|
||||
"rotation": { "x": 0.0, "y": 16.25, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
17
Katers Sylva Interchange Shunter Shed/Definition.json
Normal file
17
Katers Sylva Interchange Shunter Shed/Definition.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"manifestVersion": 5,
|
||||
"id": "Katers.SylvaInterchangeShunterShed",
|
||||
"name": "Katers Sylva Interchange",
|
||||
"version": "1.0",
|
||||
"requires": [
|
||||
{
|
||||
"id": "Katers.SylvaInterchange",
|
||||
"notBefore": "3.1.0"
|
||||
}
|
||||
],
|
||||
"mixintos": {
|
||||
"game-graph": [
|
||||
"file(Katers Sylva Interchange Shunter Shed.json)"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,97 @@
|
||||
{
|
||||
"tracks": {
|
||||
"segments": {
|
||||
"SSyInt_zyce": {
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyInt_cawa": {
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyInt_m3e1": {
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyInt_r13h": {
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyInt_612e": {
|
||||
"groupId": ""
|
||||
}
|
||||
},
|
||||
"spans": {
|
||||
"SylvaInt_Repair_Track_2": {
|
||||
"upper": {
|
||||
"segmentId": "SSyInt_r13h",
|
||||
"distance": 1.0,
|
||||
"end": "Start"
|
||||
},
|
||||
"lower": {
|
||||
"segmentId": "SSyInt_r13h",
|
||||
"distance": 1.0,
|
||||
"end": "End"
|
||||
}
|
||||
},
|
||||
"SylvaInt_Repair_Track_3": {
|
||||
"upper": {
|
||||
"segmentId": "SSyInt_612e",
|
||||
"distance": 1.0,
|
||||
"end": "Start"
|
||||
},
|
||||
"lower": {
|
||||
"segmentId": "SSyInt_612e",
|
||||
"distance": 1.0,
|
||||
"end": "End"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"areas": {
|
||||
"sylva": {
|
||||
"industries": {
|
||||
"SylvaIntRepairService": {
|
||||
"components": {
|
||||
"repair": {
|
||||
"trackSpans": [ { "$append": [ "SylvaInt_Repair_Track_2", "SylvaInt_Repair_Track_3" ]
|
||||
}
|
||||
]
|
||||
},
|
||||
"repair-parts": {
|
||||
"trackSpans": [ { "$append": [ "SylvaInt_Repair_Track_2", "SylvaInt_Repair_Track_3" ]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"scenery": {
|
||||
"Sylva_ShuntShed": {
|
||||
"modelIdentifier": "allen-dual-shed",
|
||||
"position": {
|
||||
"x": 26208.791,
|
||||
"y": 630.4,
|
||||
"z": 807.052856
|
||||
},
|
||||
"rotation": {
|
||||
"x": 1.00179141E-05,
|
||||
"y": 236.3394737,
|
||||
"z": 1.00066827E-05
|
||||
},
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
"SylSS_House_Lamp": {
|
||||
"modelIdentifier": "CLB_Lamp01",
|
||||
"position": { "x": 26194.78, "y": 637.5, "z": 797.64 },
|
||||
"rotation": { "x": 0.0, "y": 149.74, "z": 0.0 },
|
||||
"scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0,
|
||||
"z": 1.0
|
||||
}
|
||||
},
|
||||
}
|
||||
}
|
||||
37
Katers Sylva Interchange/Definition.json
Normal file
37
Katers Sylva Interchange/Definition.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"manifestVersion": 5,
|
||||
"id": "Katers.SylvaInterchange",
|
||||
"name": "Katers Sylva Interchange",
|
||||
"version": "3.1.3",
|
||||
"requires": [
|
||||
{
|
||||
"id": "railloader",
|
||||
"notBefore": "1.10.0.2"
|
||||
},
|
||||
{
|
||||
"id": "Zamu.StrangeCustoms",
|
||||
"notBefore": "1.10.25017.313"
|
||||
},
|
||||
{
|
||||
"id": "C_L_B.ASSETS01",
|
||||
"notBefore": "2.5.4"
|
||||
},
|
||||
{ "id": "AlinaNova21.AlinasMapMod",
|
||||
"notBefore": "1.5.25130.1635"
|
||||
}
|
||||
],
|
||||
"conflictsWith": [
|
||||
{ "id": "AlinaNova21.AMM_SylvaWye"},
|
||||
{ "id": "AlinaNova21.AMM_SylvaInterchangeYard"},
|
||||
{ "id": "CF.SylvaInterchange"},
|
||||
{ "id": "Katers.SylvaInterchange.ExtraSpans"}
|
||||
],
|
||||
"mixintos": {
|
||||
"game-graph": [
|
||||
"file(Katers Sylva Interchange.json)",
|
||||
"file(Katers Sylva Hump Yard.json)",
|
||||
"file(Katers Sylva Interchange Engine track.json)",
|
||||
"file(Katers Sylva Engine Service.json)"
|
||||
]
|
||||
}
|
||||
}
|
||||
61
Katers Sylva Interchange/Katers Sylva Engine Service.json
Normal file
61
Katers Sylva Interchange/Katers Sylva Engine Service.json
Normal file
@@ -0,0 +1,61 @@
|
||||
{
|
||||
"tracks": {
|
||||
"spans": {
|
||||
"SylvaInt_Repair_Track_1": {
|
||||
"upper": {
|
||||
"segmentId": "SSyHY_tm0c",
|
||||
"distance": 1.0,
|
||||
"end": "Start"
|
||||
},
|
||||
"lower": {
|
||||
"segmentId": "SSyHY_tm0c",
|
||||
"distance": 1.0,
|
||||
"end": "End"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"areas": {
|
||||
"sylva": {
|
||||
"industries": {
|
||||
"SylvaIntRepairService": {
|
||||
"name": "Sylva Interchange Engine Service",
|
||||
"localPosition": {
|
||||
"x": 26208.791,
|
||||
"y": 630.4,
|
||||
"z": 807.052856
|
||||
},
|
||||
"usesContract": false,
|
||||
"components": {
|
||||
"repair": {
|
||||
"type": "Model.OpsNew.RepairTrack",
|
||||
"name": "Sylva Interchange Repair Tracks",
|
||||
"trackSpans": [
|
||||
"SylvaInt_Repair_Track_1"
|
||||
],
|
||||
"carTypeFilter": "*",
|
||||
"sharedStorage": true,
|
||||
"loadId": "repair-parts",
|
||||
"canOverhaul": true
|
||||
},
|
||||
"repair-parts": {
|
||||
"type": "Model.OpsNew.IndustryUnloader",
|
||||
"name": "Sylva Interchange Repair Tracks",
|
||||
"trackSpans": [
|
||||
"SylvaInt_Repair_Track_1"
|
||||
],
|
||||
"carTypeFilter": "XM",
|
||||
"sharedStorage": true,
|
||||
"loadId": "repair-parts",
|
||||
"storageChangeRate": 0.0,
|
||||
"maxStorage": 200000.0,
|
||||
"orderAroundEmpties": false,
|
||||
"carTransferRate": 200000.0,
|
||||
"orderAroundLoaded": false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
1092
Katers Sylva Interchange/Katers Sylva Hump Yard.json
Normal file
1092
Katers Sylva Interchange/Katers Sylva Hump Yard.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,104 @@
|
||||
{
|
||||
"nodes": {
|
||||
"Nc13": {
|
||||
"position": {
|
||||
"x": 25446.1328,
|
||||
"y": 628.187134,
|
||||
"z": 62.1701
|
||||
},
|
||||
"rotation": {
|
||||
"x": 359.549377,
|
||||
"y": 19.5653419,
|
||||
"z": 2.33460966E-07
|
||||
},
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NSyInt_h8l0": {
|
||||
"position": {
|
||||
"x": 25457.2871,
|
||||
"y": 628.5343,
|
||||
"z": 105.000793
|
||||
},
|
||||
"rotation": {
|
||||
"x": 359.549377,
|
||||
"y": 18.8653336,
|
||||
"z": 2.46801562E-07
|
||||
},
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NSyInt_vlve": {
|
||||
"position": {
|
||||
"x": 25503.873,
|
||||
"y": 629.435547,
|
||||
"z": 236.996964
|
||||
},
|
||||
"rotation": {
|
||||
"x": 359.549377,
|
||||
"y": 21.56537,
|
||||
"z": -1.93439078E-07
|
||||
},
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NSyInt_fa7d": {
|
||||
"position": {
|
||||
"x": 25520.8281,
|
||||
"y": 629.68335,
|
||||
"z": 270.8628
|
||||
},
|
||||
"rotation": {
|
||||
"x": 359.769775,
|
||||
"y": 21.1653156,
|
||||
"z": 1.36738279E-07
|
||||
},
|
||||
"flipSwitchStand": false
|
||||
}
|
||||
},
|
||||
"segments": {
|
||||
"SSyInt_o55r": {
|
||||
"style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "Nc13",
|
||||
"endId": "NSyInt_h8l0",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyInt_d1ur": {
|
||||
"style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "NSyInt_h8l0",
|
||||
"endId": "NSyInt_vlve",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": ""
|
||||
},
|
||||
"Sow4": {
|
||||
"style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "N86n",
|
||||
"endId": "NSyInt_fa7d",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyInt_47il": {
|
||||
"style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "NSyInt_fa7d",
|
||||
"endId": "NSyInt_vlve",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyInt_8pb7": {
|
||||
"style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "NSyInt_fa7d",
|
||||
"endId": "Nc13",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
883
Katers Sylva Interchange/Katers Sylva Interchange.json
Normal file
883
Katers Sylva Interchange/Katers Sylva Interchange.json
Normal file
@@ -0,0 +1,883 @@
|
||||
{
|
||||
"tracks": {
|
||||
"nodes": {
|
||||
"NSyInt_vn2j": {
|
||||
"position": { "x": 25655.01, "y": 630.0, "z": 398.902985 },
|
||||
"rotation": { "x": 0.0, "y": 53.8290062, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NSyInt_hnrs": {
|
||||
"position": { "x": 25594.23, "y": 630.0, "z": 369.35 },
|
||||
"rotation": { "x": 0.0, "y": 53.839, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"Nam9": {
|
||||
"position": { "x": 25574.873, "y": 630.0, "z": 355.1719 },
|
||||
"rotation": { "x": 0.0, "y": 53.8389969, "z": 0.0 },
|
||||
"flipSwitchStand": true
|
||||
},
|
||||
"NSyInt_ful7": {
|
||||
"position": { "x": 26159.66, "y": 630.0, "z": 782.564 },
|
||||
"rotation": { "x": 0.0, "y": 53.839, "z": 0.0 },
|
||||
"flipSwitchStand": true
|
||||
},
|
||||
"NSyInt_pjvg": {
|
||||
"position": { "x": 25618.1582, "y": 630.0, "z": 381.7301 },
|
||||
"rotation": { "x": 0.0, "y": 53.8389969, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"Nf8a": {
|
||||
"position": { "x": 25635.5332, "y": 630.0, "z": 389.488434 },
|
||||
"rotation": { "x": 0.0, "y": 53.8389969, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"Nlfg": {
|
||||
"position": { "x": 25651.7773, "y": 630.0, "z": 396.543 },
|
||||
"rotation": { "x": 0.0, "y": 53.8290062, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"Nr1i": {
|
||||
"position": { "x": 25593.27, "y": 630.0, "z": 366.47995 },
|
||||
"rotation": { "x": 0.0, "y": 64.563, "z": 0.0 },
|
||||
"flipSwitchStand": true
|
||||
},
|
||||
"NSyInt_nup4": {
|
||||
"position": { "x": 25649.49, "y": 630.0, "z": 392.532776 },
|
||||
"rotation": { "x": 0.0, "y": 64.83899, "z": 0.0 },
|
||||
"flipSwitchStand": true
|
||||
},
|
||||
"N2o5": {
|
||||
"position": { "x": 25674.2949, "y": 630.0, "z": 408.053467 },
|
||||
"rotation": { "x": 0.0, "y": 53.8389969, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NSyInt_vu2p": {
|
||||
"position": { "x": 25667.9863, "y": 630.0, "z": 401.1641 },
|
||||
"rotation": { "x": 0.0, "y": 64.93899, "z": 0.0 },
|
||||
"flipSwitchStand": true
|
||||
},
|
||||
"NSyInt_7ts2": {
|
||||
"position": { "x": 25692.6543, "y": 630.0, "z": 416.1466 },
|
||||
"rotation": { "x": 0.0, "y": 53.8389969, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NSyInt_3qhn": {
|
||||
"position": { "x": 26077.379, "y": 630.0, "z": 716.942 },
|
||||
"rotation": { "x": 0.0, "y": 53.839, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NSyInt_rtlc": {
|
||||
"position": { "x": 26099.46, "y": 630.0, "z": 731.956 },
|
||||
"rotation": { "x": 0.0, "y": 58.339, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"Nmjn": {
|
||||
"position": { "x": 26101.06, "y": 630.0, "z": 729.499 },
|
||||
"rotation": { "x": 0.0, "y": 53.839, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NSyInt_uu39": {
|
||||
"position": { "x": 26126.797, "y": 630.0, "z": 748.422 },
|
||||
"rotation": { "x": 0.0, "y": 53.839, "z": 0.0 },
|
||||
"flipSwitchStand": true
|
||||
},
|
||||
"Nqqs": {
|
||||
"position": { "x": 26127.057, "y": 630.0, "z": 745.884 },
|
||||
"rotation": { "x": 0.0, "y": 43.839, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NSyInt_1fj7": {
|
||||
"position": { "x": 26113.625, "y": 630.0, "z": 731.822 },
|
||||
"rotation": { "x": 0.0, "y": 43.839, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"Nys5": {
|
||||
"position": { "x": 26091.803, "y": 630.0, "z": 713.392 },
|
||||
"rotation": { "x": 0.0, "y": 53.839, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NSyInt_2ndn": {
|
||||
"position": { "x": 26095.14, "y": 630.0, "z": 712.67 },
|
||||
"rotation": { "x": 0.0, "y": 43.939, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NSyInt_rzul": {
|
||||
"position": { "x": 26076.512, "y": 630.0, "z": 697.27 },
|
||||
"rotation": { "x": 0.0, "y": 53.839, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"Nd5f": {
|
||||
"position": { "x": 26140.582, "y": 630.0, "z": 759.999 },
|
||||
"rotation": { "x": 0.0, "y": 43.839, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NSyInt_l1vl": {
|
||||
"position": { "x": 26175.469, "y": 630.15, "z": 794.118 },
|
||||
"rotation": { "x": -1.3, "y": 53.839, "z": 0.0 },
|
||||
"flipSwitchStand": true
|
||||
},
|
||||
"NSyInt_kjx7": {
|
||||
"position": { "x": 26107.303, "y": 630.0, "z": 729.486 },
|
||||
"rotation": { "x": 0.0, "y": 53.819, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NSyInt_18uv": {
|
||||
"position": { "x": 26141.385, "y": 630.0, "z": 760.84 },
|
||||
"rotation": { "x": 0.0, "y": 43.839, "z": 0.0 },
|
||||
"flipSwitchStand": true
|
||||
},
|
||||
"NSyInt_k60o": {
|
||||
"position": { "x": 25688.2324, "y": 630.0, "z": 410.536774 },
|
||||
"rotation": { "x": 0.0, "y": 65.03899, "z": 0.0 },
|
||||
"flipSwitchStand": true
|
||||
},
|
||||
"NSyInt_4ndn": {
|
||||
"position": { "x": 25711.4512, "y": 630.0, "z": 424.519073 },
|
||||
"rotation": { "x": 0.0, "y": 53.639, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NSyInt_vgjb": {
|
||||
"position": { "x": 25708.9824, "y": 630.0, "z": 420.149261 },
|
||||
"rotation": { "x": 0.0, "y": 64.63899, "z": 0.0 },
|
||||
"flipSwitchStand": true
|
||||
},
|
||||
"NSyInt_jsmd": {
|
||||
"position": { "x": 25735.7676, "y": 630.0, "z": 436.751 },
|
||||
"rotation": { "x": 0.0, "y": 53.639, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NSyInt_qgu5": {
|
||||
"position": { "x": 26081.955, "y": 630.0, "z": 698.989 },
|
||||
"rotation": { "x": 0.0, "y": 43.939, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NSyInt_7bm4": {
|
||||
"position": { "x": 26059.422, "y": 630.0, "z": 679.495 },
|
||||
"rotation": { "x": 0.0, "y": 53.839, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NSyInt_nrda": {
|
||||
"position": { "x": 26064.6758, "y": 630.0, "z": 681.0584 },
|
||||
"rotation": { "x": 0.0, "y": 43.939, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NSyInt_bqga": {
|
||||
"position": { "x": 26040.613, "y": 630.0, "z": 660.361 },
|
||||
"rotation": { "x": 0.0, "y": 53.939, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NSyInt_283z": {
|
||||
"position": { "x": 25630.82, "y": 630.0, "z": 383.8463 },
|
||||
"rotation": { "x": 0.0, "y": 64.863, "z": 0.0 },
|
||||
"flipSwitchStand": true
|
||||
},
|
||||
"NSyInt_9v2i": {
|
||||
"position": { "x": 25612.6758, "y": 630.0, "z": 375.435181 },
|
||||
"rotation": { "x": 0.0, "y": 65.0629959, "z": 0.0 },
|
||||
"flipSwitchStand": true
|
||||
},
|
||||
"NSyInt_m3ei": null,
|
||||
"NSyInt_13cc": {
|
||||
"position": { "x": 25731.6172, "y": 630.0, "z": 430.7051 },
|
||||
"rotation": { "x": 0.0, "y": 64.63899, "z": 0.0 },
|
||||
"flipSwitchStand": true
|
||||
},
|
||||
"NSyInt_izwk": {
|
||||
"position": { "x": 25752.29, "y": 630.0, "z": 443.817139 },
|
||||
"rotation": { "x": 0.0, "y": 53.639, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NSyInt_0l0q": {
|
||||
"position": { "x": 26046.635, "y": 630.0, "z": 662.337 },
|
||||
"rotation": { "x": 0.0, "y": 43.939, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NSyInt_qje9": {
|
||||
"position": { "x": 26022.4727, "y": 630.0, "z": 641.6493 },
|
||||
"rotation": { "x": 0.0, "y": 53.939, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NSyInt_isyd": {
|
||||
"position": { "x": 26087.564, "y": 630.0, "z": 729.873 },
|
||||
"rotation": { "x": 0.0, "y": 53.839, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NSyInt_qcl7": {
|
||||
"position": { "x": 26141.016, "y": 630.0, "z": 768.928 },
|
||||
"rotation": { "x": 0.0, "y": 53.839, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NSyInt_k112": {
|
||||
"position": { "x": 26159.896, "y": 629.997, "z": 780.293 },
|
||||
"rotation": { "x": 0.0, "y": 43.839, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NSyInt_eax3": {
|
||||
"position": { "x": 26155.56, "y": 630.0, "z": 773.113 },
|
||||
"rotation": { "x": 0.0, "y": 53.839, "z": 0.0 },
|
||||
"flipSwitchStand": true
|
||||
},
|
||||
"NSyInt_aroq": {
|
||||
"position": { "x": 26191.643, "y": 630.499, "z": 798.671 },
|
||||
"rotation": { "x": -0.5, "y": 56.339, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NSyInt_l95o": {
|
||||
"position": { "x": 26194.627, "y": 630.499, "z": 794.552 },
|
||||
"rotation": { "x": -0.5, "y": 56.339, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NSyInt_r5wh": {
|
||||
"position": { "x": 26241.047, "y": 630.499, "z": 831.527 },
|
||||
"rotation": { "x": 0.0, "y": 56.339, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NSyInt_nb9o": {
|
||||
"position": { "x": 26223.022, "y": 630.499, "z": 813.527 },
|
||||
"rotation": { "x": 0.0, "y": 56.339, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NSyInt_fa7d": {
|
||||
"position": { "x": 25520.7988, "y": 629.68335, "z": 270.8736 },
|
||||
"rotation": { "x": 359.769775, "y": 21.1653156, "z": 1.36738279E-07 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NSyInt_c2rp": {
|
||||
"position": { "x": 26029.2871, "y": 630.0, "z": 644.334961 },
|
||||
"rotation": { "x": 0.0, "y": 43.939, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NSyInt_50x8": {
|
||||
"position": { "x": 26007.7227, "y": 630.0, "z": 625.171143 },
|
||||
"rotation": { "x": 0.0, "y": 53.939, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NSyInt_xk64": {
|
||||
"position": { "x": 25773.8613, "y": 630.0, "z": 454.515167 },
|
||||
"rotation": { "x": 0.0, "y": 53.939, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
},
|
||||
"NSyInt_kkj3": {
|
||||
"position": { "x": 25749.7285, "y": 630.0, "z": 439.1828 },
|
||||
"rotation": { "x": 0.0, "y": 64.63899, "z": 0.0 },
|
||||
"flipSwitchStand": false
|
||||
}
|
||||
},
|
||||
"segments": {
|
||||
"Sxwm": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "Nqqs",
|
||||
"endId": "NSyInt_1fj7",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": ""
|
||||
},
|
||||
"S0gi": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "Nd5f",
|
||||
"endId": "NSyInt_uu39",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyInt_tcty": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "NSyInt_nup4",
|
||||
"endId": "NSyInt_vu2p",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": "GrSyInt5"
|
||||
},
|
||||
"SSyInt_fiu8": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "NSyInt_nup4",
|
||||
"endId": "N2o5",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyInt_1vlj": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "NSyInt_uu39",
|
||||
"endId": "NSyInt_rtlc",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyInt_mhs0": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "NSyInt_uu39",
|
||||
"endId": "Nmjn",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyInt_ih2p": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "NSyInt_3qhn",
|
||||
"endId": "NSyInt_rtlc",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyInt_mrfc": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "NSyInt_1fj7",
|
||||
"endId": "NSyInt_2ndn",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": "GrSyInt5"
|
||||
},
|
||||
"SSyInt_xfo8": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "NSyInt_1fj7",
|
||||
"endId": "Nys5",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyInt_ywi9": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "NSyInt_2ndn",
|
||||
"endId": "NSyInt_rzul",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": "GrSyInt5"
|
||||
},
|
||||
"SSyInt_86ih": {
|
||||
"style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "NSyInt_50x8",
|
||||
"endId": "NSyInt_xk64",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": "GrSyInt9"
|
||||
},
|
||||
"SSyInt_jtnh": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "NSyInt_izwk",
|
||||
"endId": "NSyInt_qje9",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": "GrSyInt8"
|
||||
},
|
||||
"SSyInt_og31": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "NSyInt_jsmd",
|
||||
"endId": "NSyInt_bqga",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": "GrSyInt7"
|
||||
},
|
||||
"SSyInt_gmey": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "NSyInt_4ndn",
|
||||
"endId": "NSyInt_7bm4",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": "GrSyInt6"
|
||||
},
|
||||
"SSyInt_56zv": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "NSyInt_7ts2",
|
||||
"endId": "NSyInt_rzul",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": "GrSyInt5"
|
||||
},
|
||||
"Sr78": {
|
||||
"style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "N2o5",
|
||||
"endId": "Nys5",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": ""
|
||||
},
|
||||
"Sc01": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "NSyInt_vn2j",
|
||||
"endId": "NSyInt_kjx7",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": ""
|
||||
},
|
||||
"Sch6": {
|
||||
"style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "Nf8a",
|
||||
"endId": "Nmjn",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": ""
|
||||
},
|
||||
"Sv6m": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "NSyInt_pjvg",
|
||||
"endId": "NSyInt_3qhn",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyInt_wvmy": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "NSyInt_vu2p",
|
||||
"endId": "NSyInt_7ts2",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": "GrSyInt5"
|
||||
},
|
||||
"SSyInt_xd8y": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "Nam9",
|
||||
"endId": "NSyInt_hnrs",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyInt_9mrr": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "NSyInt_l1vl",
|
||||
"endId": "NSyInt_ful7",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": ""
|
||||
},
|
||||
"Sdum": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "NSyInt_kjx7",
|
||||
"endId": "Nqqs",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyInt_1fje": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "Nlfg",
|
||||
"endId": "NSyInt_vn2j",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": ""
|
||||
},
|
||||
"Ssrr": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "Nd5f",
|
||||
"endId": "NSyInt_18uv",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": ""
|
||||
},
|
||||
"Sozu": {
|
||||
"priority": 1
|
||||
},
|
||||
"SSyInt_hnu3": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "NSyInt_vu2p",
|
||||
"endId": "NSyInt_k60o",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": "GrSyInt6"
|
||||
},
|
||||
"SSyInt_e8bp": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "NSyInt_k60o",
|
||||
"endId": "NSyInt_4ndn",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": "GrSyInt6"
|
||||
},
|
||||
"SSyInt_1czo": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "NSyInt_k60o",
|
||||
"endId": "NSyInt_vgjb",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": "GrSyInt7"
|
||||
},
|
||||
"SSyInt_w39p": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "NSyInt_vgjb",
|
||||
"endId": "NSyInt_jsmd",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": "GrSyInt7"
|
||||
},
|
||||
"SSyInt_v4vd": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "NSyInt_2ndn",
|
||||
"endId": "NSyInt_qgu5",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": "GrSyInt6"
|
||||
},
|
||||
"SSyInt_v467": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "NSyInt_qgu5",
|
||||
"endId": "NSyInt_7bm4",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": "GrSyInt6"
|
||||
},
|
||||
"SSyInt_rgki": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "NSyInt_qgu5",
|
||||
"endId": "NSyInt_nrda",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": "GrSyInt7"
|
||||
},
|
||||
"SSyInt_oy68": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "NSyInt_nrda",
|
||||
"endId": "NSyInt_bqga",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": "GrSyInt7"
|
||||
},
|
||||
"Slv4": null,
|
||||
"SSyInt_0cwg": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "NSyInt_nup4",
|
||||
"endId": "NSyInt_283z",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyInt_2ju0": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "Nlfg",
|
||||
"endId": "NSyInt_283z",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyInt_guw0": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "NSyInt_283z",
|
||||
"endId": "NSyInt_9v2i",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyInt_uy1o": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "Nf8a",
|
||||
"endId": "NSyInt_9v2i",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyInt_mof2": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "NSyInt_9v2i",
|
||||
"endId": "Nr1i",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyInt_lg37": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "NSyInt_pjvg",
|
||||
"endId": "Nr1i",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyInt_cw6s": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "NSyInt_vgjb",
|
||||
"endId": "NSyInt_13cc",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": "GrSyInt8"
|
||||
},
|
||||
"SSyInt_fjzb": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "NSyInt_13cc",
|
||||
"endId": "NSyInt_izwk",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": "GrSyInt8"
|
||||
},
|
||||
"SSyInt_c4fl": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "NSyInt_0l0q",
|
||||
"endId": "NSyInt_qje9",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": "GrSyInt8"
|
||||
},
|
||||
"SSyInt_v61e": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "NSyInt_0l0q",
|
||||
"endId": "NSyInt_nrda",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": "GrSyInt8"
|
||||
},
|
||||
"SSyInt_0s38": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "NSyInt_hnrs",
|
||||
"endId": "NSyInt_isyd",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyInt_n9n5": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "NSyInt_ful7",
|
||||
"endId": "NSyInt_qcl7",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyInt_jqii": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "NSyInt_isyd",
|
||||
"endId": "NSyInt_qcl7",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyInt_6gzt": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "NSyInt_l1vl",
|
||||
"endId": "NSyInt_k112",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyInt_zyce": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "NSyInt_18uv",
|
||||
"endId": "NSyInt_eax3",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": "SylShunterTracks"
|
||||
},
|
||||
"SSyInt_jj6t": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "NSyInt_18uv",
|
||||
"endId": "NSyInt_k112",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": ""
|
||||
},
|
||||
"SSyInt_cawa": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "NSyInt_eax3",
|
||||
"endId": "NSyInt_aroq",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": "SylShunterTracks"
|
||||
},
|
||||
"SSyInt_m3e1": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "NSyInt_eax3",
|
||||
"endId": "NSyInt_l95o",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": "SylShunterTracks"
|
||||
},
|
||||
"SSyInt_r13h": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "NSyInt_aroq",
|
||||
"endId": "NSyInt_r5wh",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": "SylShunterTracks"
|
||||
},
|
||||
"SSyInt_612e": {
|
||||
"Style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "NSyInt_l95o",
|
||||
"endId": "NSyInt_nb9o",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": "SylShunterTracks"
|
||||
},
|
||||
"SSyInt_vpia": {
|
||||
"style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "NSyInt_0l0q",
|
||||
"endId": "NSyInt_c2rp",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": "GrSyInt9"
|
||||
},
|
||||
"SSyInt_ktpw": {
|
||||
"style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "NSyInt_c2rp",
|
||||
"endId": "NSyInt_50x8",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": "GrSyInt9"
|
||||
},
|
||||
"SSyInt_v38c": {
|
||||
"style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "NSyInt_13cc",
|
||||
"endId": "NSyInt_kkj3",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": "GrSyInt9"
|
||||
},
|
||||
"SSyInt_gh9d": {
|
||||
"style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "NSyInt_kkj3",
|
||||
"endId": "NSyInt_xk64",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": "GrSyInt9"
|
||||
},
|
||||
"SSylInt_n27r": {
|
||||
"style": "Standard",
|
||||
"trackClass": "Mainline",
|
||||
"startId": "Niid",
|
||||
"endId": "NSyInt_l1vl",
|
||||
"priority": 0,
|
||||
"speedLimit": 0,
|
||||
"groupId": ""
|
||||
}
|
||||
},
|
||||
"spans": {
|
||||
"Pfaj": {
|
||||
"upper": {
|
||||
"segmentId": "Sv6m",
|
||||
"distance": 5.0,
|
||||
"end": "Start"
|
||||
},
|
||||
"lower": {
|
||||
"segmentId": "Sv6m",
|
||||
"distance": 5.0,
|
||||
"end": "End"
|
||||
}
|
||||
},
|
||||
"Pin7": {
|
||||
"upper": {
|
||||
"segmentId": "Sch6",
|
||||
"distance": 5.0,
|
||||
"end": "End"
|
||||
},
|
||||
"lower": {
|
||||
"segmentId": "Sch6",
|
||||
"distance": 5.0,
|
||||
"end": "Start"
|
||||
}
|
||||
},
|
||||
"P7ec": {
|
||||
"upper": {
|
||||
"segmentId": "Sc01",
|
||||
"distance": 10.0,
|
||||
"end": "End"
|
||||
},
|
||||
"lower": {
|
||||
"segmentId": "Sc01",
|
||||
"distance": 5.0,
|
||||
"end": "Start"
|
||||
}
|
||||
},
|
||||
"SInterchange_Track_4": {
|
||||
"upper": {
|
||||
"segmentId": "Sr78",
|
||||
"distance": 10.0,
|
||||
"end": "End"
|
||||
},
|
||||
"lower": {
|
||||
"segmentId": "Sr78",
|
||||
"distance": 5.0,
|
||||
"end": "Start"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"areas": {
|
||||
"sylva": {
|
||||
"industries": {
|
||||
"sylva-interchange": {
|
||||
"name": "Sylva Interchange",
|
||||
"localPosition": { "x": 506, "y": -25.3064575, "z": 900 },
|
||||
"components": {
|
||||
"t1": {
|
||||
"trackSpans": [ { "$append": [ "SInterchange_Track_4" ]
|
||||
}
|
||||
]
|
||||
},
|
||||
"coal-e": {
|
||||
"trackSpans": [ { "$append": [ "SInterchange_Track_4" ]
|
||||
}
|
||||
]
|
||||
},
|
||||
"diesel-e": {
|
||||
"trackSpans": [ { "$append": [ "SInterchange_Track_4" ]
|
||||
}
|
||||
]
|
||||
},
|
||||
"rep-parts": {
|
||||
"trackSpans": [ { "$append": [ "SInterchange_Track_4" ]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"loads": {},
|
||||
"texts": {},
|
||||
"scenery": {},
|
||||
"splineys": {},
|
||||
"simpleGraphs": {},
|
||||
"mandelas": {}
|
||||
}
|
||||
BIN
LegosGraffitiMod/LegosGraffitiMod.dll
Normal file
BIN
LegosGraffitiMod/LegosGraffitiMod.dll
Normal file
Binary file not shown.
@@ -0,0 +1,170 @@
|
||||
{
|
||||
"identifier": "gb-gondola02",
|
||||
"adds": [
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.0,
|
||||
2.0,
|
||||
0.1
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.54044664,
|
||||
1.46600342,
|
||||
3.38128376
|
||||
],
|
||||
"rotation": [
|
||||
0.153045923,
|
||||
0.6903455,
|
||||
0.153045923,
|
||||
0.6903455
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.0,
|
||||
2.0,
|
||||
0.1
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.54045546,
|
||||
1.42614746,
|
||||
1.793531
|
||||
],
|
||||
"rotation": [
|
||||
0.153045923,
|
||||
0.6903455,
|
||||
0.153045923,
|
||||
0.6903455
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.0,
|
||||
2.0,
|
||||
0.1
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 3",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.53885138,
|
||||
1.73034668,
|
||||
-0.291675061
|
||||
],
|
||||
"rotation": [
|
||||
-0.153045923,
|
||||
-0.6903455,
|
||||
0.153045923,
|
||||
0.6903455
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.0,
|
||||
2.0,
|
||||
0.1
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 4",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.538846,
|
||||
1.56164551,
|
||||
-3.99787664
|
||||
],
|
||||
"rotation": [
|
||||
-0.06777318,
|
||||
0.7038514,
|
||||
0.06777318,
|
||||
-0.7038514
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
0.75,
|
||||
0.75,
|
||||
0.1
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 5",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.53883052,
|
||||
1.25897217,
|
||||
-3.07538772
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.7071068,
|
||||
0.0,
|
||||
-0.7071068
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,137 @@
|
||||
{
|
||||
"identifier": "gb-gondola3",
|
||||
"adds": [
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
1.0,
|
||||
1.0,
|
||||
0.1
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.31524944,
|
||||
1.56488037,
|
||||
0.689277232
|
||||
],
|
||||
"rotation": [
|
||||
0.0308435634,
|
||||
0.7064338,
|
||||
0.0308435634,
|
||||
0.7064338
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
1.0,
|
||||
1.0,
|
||||
0.1
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.31522667,
|
||||
1.35455322,
|
||||
3.28227425
|
||||
],
|
||||
"rotation": [
|
||||
-0.0739127845,
|
||||
0.7032332,
|
||||
-0.0739127845,
|
||||
0.7032332
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
1.0,
|
||||
1.0,
|
||||
0.1
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 3",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.315227,
|
||||
1.354553,
|
||||
-3.282274
|
||||
],
|
||||
"rotation": [
|
||||
-0.07391281,
|
||||
0.7032332,
|
||||
0.07391281,
|
||||
-0.7032332
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
1.0,
|
||||
1.0,
|
||||
0.1
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 4",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.315249,
|
||||
1.56488,
|
||||
0.6892772
|
||||
],
|
||||
"rotation": [
|
||||
-0.0308435634,
|
||||
-0.7064338,
|
||||
0.0308435634,
|
||||
0.7064338
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,71 @@
|
||||
{
|
||||
"identifier": "gb-gondola04",
|
||||
"adds": [
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.0,
|
||||
2.0,
|
||||
0.1
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.246049,
|
||||
1.23834229,
|
||||
1.63342464
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.7071068,
|
||||
0.0,
|
||||
0.7071068
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.0,
|
||||
2.0,
|
||||
0.1
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.246049,
|
||||
1.238342,
|
||||
-1.633425
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
-0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,137 @@
|
||||
{
|
||||
"identifier": "gb-gondola05",
|
||||
"adds": [
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
1.5,
|
||||
1.5,
|
||||
0.15
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.49018371,
|
||||
1.62298584,
|
||||
-2.42961884
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.7071068,
|
||||
0.0,
|
||||
0.7071068
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
1.0,
|
||||
1.0,
|
||||
0.15
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.49017859,
|
||||
1.51422119,
|
||||
2.927307
|
||||
],
|
||||
"rotation": [
|
||||
0.110615879,
|
||||
0.698401153,
|
||||
0.110615879,
|
||||
0.698401153
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
1.0,
|
||||
1.0,
|
||||
0.15
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 3",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.490179,
|
||||
1.514221,
|
||||
-2.927307
|
||||
],
|
||||
"rotation": [
|
||||
-0.110615879,
|
||||
-0.698401153,
|
||||
0.110615879,
|
||||
0.698401153
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
1.5,
|
||||
1.5,
|
||||
0.15
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 4",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.490184,
|
||||
1.622986,
|
||||
2.429619
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
-0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,71 @@
|
||||
{
|
||||
"identifier": "gs-gondola06",
|
||||
"adds": [
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
1.0,
|
||||
1.0,
|
||||
0.15
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.385239,
|
||||
1.86022949,
|
||||
-6.99911834E-06
|
||||
],
|
||||
"rotation": [
|
||||
-0.0739127845,
|
||||
0.7032332,
|
||||
-0.0739127845,
|
||||
0.7032332
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
1.0,
|
||||
1.0,
|
||||
0.15
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.385239,
|
||||
1.860229,
|
||||
6.999118E-06
|
||||
],
|
||||
"rotation": [
|
||||
-0.0739127845,
|
||||
0.7032332,
|
||||
-0.0739127845,
|
||||
0.7032332
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,137 @@
|
||||
{
|
||||
"identifier": "gb-gondola1",
|
||||
"adds": [
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
1.5,
|
||||
1.5,
|
||||
0.1
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.37449622,
|
||||
1.29815674,
|
||||
2.80617833
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.7071069,
|
||||
0.0,
|
||||
0.7071069
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.0,
|
||||
2.0,
|
||||
0.1
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.37444341,
|
||||
1.32147217,
|
||||
-2.506546
|
||||
],
|
||||
"rotation": [
|
||||
-0.09229596,
|
||||
0.701057434,
|
||||
-0.09229596,
|
||||
0.701057434
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
1.5,
|
||||
1.5,
|
||||
0.1
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 3",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.37741351,
|
||||
1.32147217,
|
||||
-2.50647879
|
||||
],
|
||||
"rotation": [
|
||||
-0.09229596,
|
||||
-0.7010574,
|
||||
0.09229596,
|
||||
0.7010574
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.0,
|
||||
2.0,
|
||||
0.1
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 4",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.37744772,
|
||||
1.27270508,
|
||||
2.53523326
|
||||
],
|
||||
"rotation": [
|
||||
0.043167837,
|
||||
-0.705787957,
|
||||
-0.04316784,
|
||||
0.705787957
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,137 @@
|
||||
{
|
||||
"identifier": "hm-hopper02",
|
||||
"adds": [
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.5,
|
||||
2.5,
|
||||
0.15
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.43813956,
|
||||
1.97241211,
|
||||
1.47891057
|
||||
],
|
||||
"rotation": [
|
||||
0.09229597,
|
||||
0.7010574,
|
||||
0.09229597,
|
||||
0.7010574
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.5,
|
||||
2.5,
|
||||
0.15
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.43813241,
|
||||
1.97241211,
|
||||
-2.585984
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.7071068,
|
||||
0.0,
|
||||
0.7071068
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.5,
|
||||
2.5,
|
||||
0.15
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 3",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.438132,
|
||||
1.972412,
|
||||
2.585984
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.7071068,
|
||||
0.0,
|
||||
0.7071068
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.5,
|
||||
2.5,
|
||||
0.15
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 4",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.43814,
|
||||
1.972412,
|
||||
-1.478911
|
||||
],
|
||||
"rotation": [
|
||||
0.09229597,
|
||||
0.7010574,
|
||||
0.09229597,
|
||||
0.7010574
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,71 @@
|
||||
{
|
||||
"identifier": "hmr-hopper03",
|
||||
"adds": [
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.0,
|
||||
2.0,
|
||||
0.15
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.39004123,
|
||||
2.12774658,
|
||||
1.77749681
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.7071068,
|
||||
0.0,
|
||||
0.7071068
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.0,
|
||||
2.0,
|
||||
0.15
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.390041,
|
||||
2.127747,
|
||||
-1.777497
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
-0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,137 @@
|
||||
{
|
||||
"identifier": "ht-hopper01",
|
||||
"adds": [
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
3.0,
|
||||
3.0,
|
||||
0.05
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.49758554,
|
||||
2.0534668,
|
||||
2.262633
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.7071068,
|
||||
0.0,
|
||||
0.7071068
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.5,
|
||||
2.5,
|
||||
0.05
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.49757314,
|
||||
2.0534668,
|
||||
-2.636317
|
||||
],
|
||||
"rotation": [
|
||||
0.153045923,
|
||||
0.6903455,
|
||||
0.153045923,
|
||||
0.6903455
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.5,
|
||||
2.5,
|
||||
0.05
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 3",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.497573,
|
||||
2.053467,
|
||||
2.636317
|
||||
],
|
||||
"rotation": [
|
||||
0.153045923,
|
||||
-0.6903455,
|
||||
-0.153045923,
|
||||
0.6903455
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
3.0,
|
||||
3.0,
|
||||
0.05
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 4",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.497586,
|
||||
2.053467,
|
||||
-2.262633
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
-0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,149 @@
|
||||
{
|
||||
"identifier": "xm-boxcar01",
|
||||
"adds": [
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
3.0,
|
||||
3.0,
|
||||
0.075
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.34903741,
|
||||
2.31799316,
|
||||
3.750553
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.7071068,
|
||||
0.0,
|
||||
0.7071068
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.5,
|
||||
2.5,
|
||||
0.075
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"rotation": [
|
||||
1.64539782E-15,
|
||||
0.7071068,
|
||||
3.62973057E-15,
|
||||
0.7071068
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": {
|
||||
"path": [
|
||||
"boxcar01",
|
||||
"Right Door",
|
||||
"Bone 2"
|
||||
]
|
||||
},
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.5,
|
||||
2.5,
|
||||
0.075
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 3",
|
||||
"transform": {
|
||||
"position": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"rotation": [
|
||||
1.64539782E-15,
|
||||
0.7071068,
|
||||
3.62973057E-15,
|
||||
0.7071068
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": {
|
||||
"path": [
|
||||
"boxcar01",
|
||||
"Left Doors",
|
||||
"Bone 1"
|
||||
]
|
||||
},
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
3.0,
|
||||
3.0,
|
||||
0.075
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 4",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.349037,
|
||||
2.317993,
|
||||
-3.750553
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
-0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,83 @@
|
||||
{
|
||||
"identifier": "xm-boxcar02",
|
||||
"adds": [
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.0,
|
||||
2.0,
|
||||
0.05
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"rotation": [
|
||||
0.49999997,
|
||||
0.49999997,
|
||||
0.49999997,
|
||||
0.49999997
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": {
|
||||
"path": [
|
||||
"boxcar02",
|
||||
"Boxcar02_LOD0",
|
||||
"Left"
|
||||
]
|
||||
},
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.0,
|
||||
2.0,
|
||||
0.05
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"rotation": [
|
||||
0.49999994,
|
||||
-0.5,
|
||||
-0.5,
|
||||
0.49999994
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": {
|
||||
"path": [
|
||||
"boxcar02",
|
||||
"Boxcar02_LOD0",
|
||||
"Right"
|
||||
]
|
||||
},
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,71 @@
|
||||
{
|
||||
"identifier": "xm-boxcar03",
|
||||
"adds": [
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.5,
|
||||
2.5,
|
||||
0.05
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.40590644,
|
||||
2.15856934,
|
||||
-4.3634057
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.7071068,
|
||||
0.0,
|
||||
0.7071068
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.5,
|
||||
2.5,
|
||||
0.05
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.405906,
|
||||
2.158569,
|
||||
4.363406
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
-0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,137 @@
|
||||
{
|
||||
"identifier": "xm-boxcar04",
|
||||
"adds": [
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.0,
|
||||
2.0,
|
||||
0.05
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.55610645,
|
||||
2.30603027,
|
||||
2.46854115
|
||||
],
|
||||
"rotation": [
|
||||
0.0922959745,
|
||||
0.701057434,
|
||||
0.09229597,
|
||||
0.701057434
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.5,
|
||||
2.5,
|
||||
0.05
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.5559721,
|
||||
2.10516357,
|
||||
-2.86506033
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.7071068,
|
||||
0.0,
|
||||
0.7071068
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.5,
|
||||
2.5,
|
||||
0.05
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 3",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.555972,
|
||||
2.105164,
|
||||
2.86506
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
-0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.0,
|
||||
2.0,
|
||||
0.05
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 4",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.556106,
|
||||
2.30603,
|
||||
-2.468541
|
||||
],
|
||||
"rotation": [
|
||||
0.09229596,
|
||||
-0.7010574,
|
||||
-0.09229596,
|
||||
0.7010574
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,147 @@
|
||||
{
|
||||
"identifier": "xm-boxcar05",
|
||||
"adds": [
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
1.5,
|
||||
1.5,
|
||||
0.05
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
0.0,
|
||||
4.31209628E-08,
|
||||
-0.241149947
|
||||
],
|
||||
"rotation": [
|
||||
0.50000006,
|
||||
0.50000006,
|
||||
0.50000006,
|
||||
0.50000006
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": {
|
||||
"path": [
|
||||
"boxcar05",
|
||||
"Door Left"
|
||||
]
|
||||
},
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
1.5,
|
||||
1.5,
|
||||
0.05
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
0.0,
|
||||
4.31209628E-08,
|
||||
-0.241149947
|
||||
],
|
||||
"rotation": [
|
||||
0.49999994,
|
||||
-0.5,
|
||||
-0.5,
|
||||
0.49999994
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": {
|
||||
"path": [
|
||||
"boxcar05",
|
||||
"Door Right"
|
||||
]
|
||||
},
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.5,
|
||||
2.5,
|
||||
0.05
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 3",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.39367187,
|
||||
2.28759766,
|
||||
-3.310901
|
||||
],
|
||||
"rotation": [
|
||||
0.09229596,
|
||||
0.7010574,
|
||||
0.09229596,
|
||||
0.7010574
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.5,
|
||||
2.5,
|
||||
0.05
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 4",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.393672,
|
||||
2.287598,
|
||||
3.310901
|
||||
],
|
||||
"rotation": [
|
||||
0.09229596,
|
||||
-0.7010574,
|
||||
-0.09229596,
|
||||
0.7010574
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
LegosGraffitiMod/graffitimaterials.assets
Normal file
BIN
LegosGraffitiMod/graffitimaterials.assets
Normal file
Binary file not shown.
9
LegosGraffitiMod/info.json
Normal file
9
LegosGraffitiMod/info.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"Id": "LegosGraffitiMod",
|
||||
"Version": "1.0.0",
|
||||
"DisplayName": "Lego's Graffiti Mod",
|
||||
"Author": "legotrainman",
|
||||
"EntryMethod": "LegosGraffitiMod.Main.Load",
|
||||
"ManagerVersion": "0.27.3",
|
||||
"LoadAfter": ["LegosLibraryOfStuff"]
|
||||
}
|
||||
32
LegosUsedEquipment-604-1-2-1-1748668653/LICENSE
Normal file
32
LegosUsedEquipment-604-1-2-1-1748668653/LICENSE
Normal file
@@ -0,0 +1,32 @@
|
||||
By downloading, installing, or using the mod this file is included with ("the Mod"), you agree to the following terms:
|
||||
|
||||
1) No Redistribution:
|
||||
|
||||
- You may not reupload, distribute, or share the Mod on any website, platform, or service without prior written permission from the Mod's author, legotrainman ("the Author").
|
||||
- Inclusion of the Mod in modpacks, compilations, or zip files intended for redistribution is strictly prohibited without explicit authorization from the Author.
|
||||
2) No Modification or Reverse Engineering:
|
||||
|
||||
- You may not open, decompile, reverse engineer, or modify any part of the Mod, including but not limited to its .dll files or Unity Bundle files.
|
||||
|
||||
3) No Commercial Use:
|
||||
|
||||
- You may not use the Mod for any commercial purpose. This includes but is not limited to:
|
||||
- Selling or monetizing access to the Mod.
|
||||
- Using the Mod as part of any paid service, product, or content.
|
||||
- Generating revenue through advertisements, donations, or other means directly tied to the Mod’s distribution or use.
|
||||
|
||||
4) Personal Use Only:
|
||||
|
||||
- You are granted a non-exclusive, non-transferable license to use the Mod for personal, non-commercial purposes only.
|
||||
|
||||
5) Liability and Warranty:
|
||||
|
||||
- The Mod is provided "as is" without warranty of any kind. The Author is not responsible for any damage, data loss, or other issues arising from the use of the Mod.
|
||||
|
||||
6) Termination:
|
||||
|
||||
- Failure to comply with these terms will result in the immediate termination of your right to use the Mod.
|
||||
Contact:
|
||||
|
||||
For permissions, inquiries, or requests, contact the Author on Discord (legotrainman), or on Nexus mods (https://next.nexusmods.com/profile/legotrainman).
|
||||
By using the Mod, you acknowledge that you have read, understood, and agreed to these terms.
|
||||
BIN
LegosUsedEquipment-604-1-2-1-1748668653/LegosUsedLocos.dll
Normal file
BIN
LegosUsedEquipment-604-1-2-1-1748668653/LegosUsedLocos.dll
Normal file
Binary file not shown.
8
LegosUsedEquipment-604-1-2-1-1748668653/info.json
Normal file
8
LegosUsedEquipment-604-1-2-1-1748668653/info.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"Id": "LegosUsedLocos",
|
||||
"Version": "1.2.1",
|
||||
"DisplayName": "Lego's Used Locomotive Market",
|
||||
"Author": "legotrainman",
|
||||
"EntryMethod": "LegosUsedLocos.Main.Load",
|
||||
"ManagerVersion": "0.27.3"
|
||||
}
|
||||
21
MapEnhancer/LICENSE
Normal file
21
MapEnhancer/LICENSE
Normal file
@@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2023 Michael Richer a.k.a. Vanguard
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
BIN
MapEnhancer/MapEnhancer.dll
Normal file
BIN
MapEnhancer/MapEnhancer.dll
Normal file
Binary file not shown.
BIN
MapEnhancer/arrow.png
Normal file
BIN
MapEnhancer/arrow.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.5 KiB |
BIN
MapEnhancer/flare.png
Normal file
BIN
MapEnhancer/flare.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
11
MapEnhancer/info.json
Normal file
11
MapEnhancer/info.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"Id": "MapEnhancer",
|
||||
"DisplayName": "Map Enhancer",
|
||||
"Author": "Vanguard",
|
||||
"Version": "1.5.2",
|
||||
"AssemblyName": "MapEnhancer.dll",
|
||||
"EntryMethod": "MapEnhancer.UMM.Loader.Load",
|
||||
"ManagerVersion": "0.27.12",
|
||||
"HomePage": "https://www.nexusmods.com/railroader/mods/18/",
|
||||
"Repository": "https://raw.githubusercontent.com/mricher-git/rr-mapenhancer-mod/master/repository.json"
|
||||
}
|
||||
BIN
MapEnhancer/traincar.png
Normal file
BIN
MapEnhancer/traincar.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 763 B |
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"identifier": "ls-040-a5",
|
||||
"newIdentifier": "ls-040-a5-ext-shop",
|
||||
"clone": true,
|
||||
"cloneDefault": false,
|
||||
"name": "PRR A5 - 55S66a Shop Extended Bunker",
|
||||
"tenderIdentifier": "55s66a-shop-ext"
|
||||
}
|
||||
8
PRR A5/LegosLibraryOfStuff/Definitions/PRR A5 EXT.json
Normal file
8
PRR A5/LegosLibraryOfStuff/Definitions/PRR A5 EXT.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"identifier": "ls-040-a5",
|
||||
"newIdentifier": "ls-040-a5-ext",
|
||||
"clone": true,
|
||||
"cloneDefault": false,
|
||||
"name": "PRR A5 - 55S66a Extended Bunker",
|
||||
"tenderIdentifier": "55s66a-ext"
|
||||
}
|
||||
32
PRR A5/PRR A5/Catalog.json
Normal file
32
PRR A5/PRR A5/Catalog.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"identifier":"prr-a5-pack",
|
||||
"name":"PRR A5 Switcher",
|
||||
"shared":false,
|
||||
"assets":{
|
||||
"ls-040-a5":{
|
||||
"name":"ls-040-a5",
|
||||
"type": "prefab",
|
||||
"filename": "ls-040-a5.prefab"
|
||||
},
|
||||
"55s66a-ext":{
|
||||
"name":"55s66a-ext",
|
||||
"type": "prefab",
|
||||
"filename": "55s66a-ext.prefab"
|
||||
},
|
||||
"55s66a-shop-ext":{
|
||||
"name":"55s66a-shop-ext",
|
||||
"type": "prefab",
|
||||
"filename": "55s66a-shop-ext.prefab"
|
||||
},
|
||||
"55s66a":{
|
||||
"name":"55s66a",
|
||||
"type": "prefab",
|
||||
"filename": "55s66a.prefab"
|
||||
},
|
||||
"truck.2d-f18":{
|
||||
"name":"truck.2d-f18",
|
||||
"type": "prefab",
|
||||
"filename": "truck.2d-f18.prefab"
|
||||
}
|
||||
}
|
||||
}
|
||||
4596
PRR A5/PRR A5/Definitions.json
Normal file
4596
PRR A5/PRR A5/Definitions.json
Normal file
File diff suppressed because it is too large
Load Diff
BIN
PRR A5/PRR A5/bundle
LFS
Normal file
BIN
PRR A5/PRR A5/bundle
LFS
Normal file
Binary file not shown.
8
PRR A5/info.json
Normal file
8
PRR A5/info.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"Id": "PRR A5",
|
||||
"Version": "1.0",
|
||||
"DisplayName": "Pennsylvania Railroad A5",
|
||||
"Author": "HeyItsAspen",
|
||||
"ManagerVersion": "0.27.12",
|
||||
"HomePage": "https://www.nexusmods.com/railroader/mods/XXX"
|
||||
}
|
||||
BIN
PS-2 2003 Covered Hopper/LegosCustomReportingMarks.dll
Normal file
BIN
PS-2 2003 Covered Hopper/LegosCustomReportingMarks.dll
Normal file
Binary file not shown.
@@ -0,0 +1,700 @@
|
||||
{
|
||||
"identifier": "ps-2-2003-covered-hopper",
|
||||
"newIdentifier": "ps-2-2003-covered-hopper-bo",
|
||||
"name": "PS-2 2003 Covered Hopper B&O",
|
||||
"description": "Pullman Standard 2003cuft 2-Bay Covered Hopper B&O",
|
||||
"baseRoadNumber": "631000",
|
||||
"clone": true,
|
||||
"cloneDefault": true,
|
||||
"removes": [
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "Side Numbers 1"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "Side Numbers 2"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "Side Reporting Marks 1"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "Side Reporting Marks 2"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "End Numbers 1"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "End Numbers 2"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "End Reporting Marks 1"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "End Reporting Marks 2"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 1"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 2"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 3"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 4"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 5"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 6"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 7"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 8"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 9"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 10"
|
||||
}
|
||||
],
|
||||
"adds": [
|
||||
{
|
||||
"replace": true,
|
||||
"component": {
|
||||
"kind": "Colorizer",
|
||||
"hexColors": [
|
||||
"d2d1ce"
|
||||
],
|
||||
"material": {
|
||||
"materialName": "Colorable"
|
||||
},
|
||||
"name": "Colorizer ",
|
||||
"transform": {
|
||||
"position": [
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"rotation": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1
|
||||
],
|
||||
"scale": [
|
||||
1,
|
||||
1,
|
||||
1
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
],
|
||||
"bulkAdds": [
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
1.3,
|
||||
0.4,
|
||||
0.05
|
||||
],
|
||||
"content": "RoadNumber",
|
||||
"forceColor": "",
|
||||
"name": "Side Numbers 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.44967043,
|
||||
1.78936768,
|
||||
5.689386E-06
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.4,
|
||||
0.15,
|
||||
0.05
|
||||
],
|
||||
"content": "RoadNumber",
|
||||
"forceColor": "",
|
||||
"name": "End Numbers 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.124923,
|
||||
3.38568115,
|
||||
4.46153355
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
1.0,
|
||||
0.0,
|
||||
-8.301305E-08
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.4,
|
||||
0.15,
|
||||
0.05
|
||||
],
|
||||
"content": "RoadNumber",
|
||||
"forceColor": "",
|
||||
"name": "End Numbers 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.124923,
|
||||
3.385681,
|
||||
-4.461534
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.4,
|
||||
0.15,
|
||||
0.05
|
||||
],
|
||||
"content": "Lettering",
|
||||
"forceColor": "",
|
||||
"name": "End Reporting Marks 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.124923,
|
||||
3.52185059,
|
||||
4.46153355
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
1.0,
|
||||
0.0,
|
||||
-8.301305E-08
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.4,
|
||||
0.15,
|
||||
0.05
|
||||
],
|
||||
"content": "Lettering",
|
||||
"forceColor": "",
|
||||
"name": "End Reporting Marks 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.124923,
|
||||
3.521851,
|
||||
-4.461534
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.25,
|
||||
0.6,
|
||||
0.02
|
||||
],
|
||||
"text": "CAPY 140000<br>LD LMT 159100<br>LT WT 50900",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.45864832,
|
||||
1.543396,
|
||||
2.841011
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
0.6,
|
||||
0.2,
|
||||
0.02
|
||||
],
|
||||
"text": "NEW 11-55",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.458617,
|
||||
1.41772461,
|
||||
1.41035831
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
0.5,
|
||||
0.2,
|
||||
0.02
|
||||
],
|
||||
"text": "BLT 11-55",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 3",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.458546,
|
||||
1.41772461,
|
||||
-1.42308593
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.1,
|
||||
0.5,
|
||||
0.02
|
||||
],
|
||||
"text": " EXW 10-3 H 12-3<br> EW 9-8 H 12-6<br>CU FT 2003",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 4",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.4584533,
|
||||
1.58612061,
|
||||
-2.26789069
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.0,
|
||||
0.6,
|
||||
0.02
|
||||
],
|
||||
"text": "1W WROT STL WHEELS<br>SPRG 2 1/2 IN TRAVEL",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 5",
|
||||
"transform": {
|
||||
"position": [
|
||||
8.8210254E-05,
|
||||
2.17944336,
|
||||
3.84855986
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
1.00000012,
|
||||
0.0,
|
||||
-4.88253669E-08
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.25,
|
||||
0.6,
|
||||
0.02
|
||||
],
|
||||
"text": "CAPY 140000<br>LD LMT 159100<br>LT WT 50900",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 6",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.458648,
|
||||
1.543396,
|
||||
-2.841011
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
0.6,
|
||||
0.2,
|
||||
0.02
|
||||
],
|
||||
"text": "NEW 11-55",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 7",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.458617,
|
||||
1.417725,
|
||||
-1.410358
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
0.5,
|
||||
0.2,
|
||||
0.02
|
||||
],
|
||||
"text": "BLT 11-55",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 8",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.458546,
|
||||
1.417725,
|
||||
1.423086
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.1,
|
||||
0.5,
|
||||
0.02
|
||||
],
|
||||
"text": " EXW 10-3 H 12-3<br> EW 9-8 H 12-6<br>CU FT 2003",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 9",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.458453,
|
||||
1.586121,
|
||||
2.267891
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.0,
|
||||
0.6,
|
||||
0.02
|
||||
],
|
||||
"text": "1W WROT STL WHEELS<br>SPRG 2 1/2 IN TRAVEL",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 10",
|
||||
"transform": {
|
||||
"position": [
|
||||
8.434046E-05,
|
||||
2.17944336,
|
||||
-3.85567
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "CustomImage",
|
||||
"size": [
|
||||
3.6,
|
||||
3.6,
|
||||
0.02
|
||||
],
|
||||
"textureName": "PS-2 2003 Covered Hopper.baltimore-ohio.png",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "B&O 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.463155,
|
||||
2.5672,
|
||||
0.0
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "CustomImage",
|
||||
"size": [
|
||||
3.6,
|
||||
3.6,
|
||||
0.02
|
||||
],
|
||||
"textureName": "PS-2 2003 Covered Hopper.baltimore-ohio.png",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "B&O 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.463155,
|
||||
2.5672,
|
||||
0.0
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
1.3,
|
||||
0.4,
|
||||
0.05
|
||||
],
|
||||
"content": "RoadNumber",
|
||||
"forceColor": "",
|
||||
"name": "Side Numbers 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.44967,
|
||||
1.789368,
|
||||
5.689386E-06
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,700 @@
|
||||
{
|
||||
"identifier": "ps-2-2003-covered-hopper",
|
||||
"newIdentifier": "ps-2-2003-covered-hopper-cofg",
|
||||
"name": "PS-2 2003 Covered Hopper C of G",
|
||||
"description": "Pullman Standard 2003cuft 2-Bay Covered Hopper C of G",
|
||||
"baseRoadNumber": "1400",
|
||||
"clone": true,
|
||||
"cloneDefault": true,
|
||||
"removes": [
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "Side Numbers 1"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "Side Numbers 2"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "Side Reporting Marks 1"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "Side Reporting Marks 2"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "End Numbers 1"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "End Numbers 2"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "End Reporting Marks 1"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "End Reporting Marks 2"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 1"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 2"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 3"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 4"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 5"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 6"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 7"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 8"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 9"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 10"
|
||||
}
|
||||
],
|
||||
"adds": [
|
||||
{
|
||||
"replace": true,
|
||||
"component": {
|
||||
"kind": "Colorizer",
|
||||
"hexColors": [
|
||||
"B0AFAF"
|
||||
],
|
||||
"material": {
|
||||
"materialName": "Colorable"
|
||||
},
|
||||
"name": "Colorizer ",
|
||||
"transform": {
|
||||
"position": [
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"rotation": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1
|
||||
],
|
||||
"scale": [
|
||||
1,
|
||||
1,
|
||||
1
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
],
|
||||
"bulkAdds": [
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.8,
|
||||
0.32,
|
||||
0.05
|
||||
],
|
||||
"content": "RoadNumber",
|
||||
"forceColor": "",
|
||||
"name": "Side Numbers 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.449659,
|
||||
1.98132324,
|
||||
2.344718
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.8,
|
||||
0.32,
|
||||
0.05
|
||||
],
|
||||
"content": "RoadNumber",
|
||||
"forceColor": "",
|
||||
"name": "Side Numbers 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.44963849,
|
||||
1.98132324,
|
||||
-2.37832355
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.4,
|
||||
0.15,
|
||||
0.05
|
||||
],
|
||||
"content": "RoadNumber",
|
||||
"forceColor": "",
|
||||
"name": "End Numbers 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.124923,
|
||||
3.38568115,
|
||||
4.46153355
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
1.0,
|
||||
0.0,
|
||||
-8.301305E-08
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.4,
|
||||
0.15,
|
||||
0.05
|
||||
],
|
||||
"content": "RoadNumber",
|
||||
"forceColor": "",
|
||||
"name": "End Numbers 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.124923,
|
||||
3.385681,
|
||||
-4.461534
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.4,
|
||||
0.15,
|
||||
0.05
|
||||
],
|
||||
"content": "Lettering",
|
||||
"forceColor": "",
|
||||
"name": "End Reporting Marks 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.124923,
|
||||
3.52185059,
|
||||
4.46153355
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
1.0,
|
||||
0.0,
|
||||
-8.301305E-08
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.4,
|
||||
0.15,
|
||||
0.05
|
||||
],
|
||||
"content": "Lettering",
|
||||
"forceColor": "",
|
||||
"name": "End Reporting Marks 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.124923,
|
||||
3.521851,
|
||||
-4.461534
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.25,
|
||||
0.6,
|
||||
0.02
|
||||
],
|
||||
"text": "CAPY 140000<br>LD LMT 159100<br>LT WT 50900",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.45864832,
|
||||
1.543396,
|
||||
2.841011
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
0.6,
|
||||
0.2,
|
||||
0.02
|
||||
],
|
||||
"text": "NEW 8-56",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.458617,
|
||||
1.41772461,
|
||||
1.41035831
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
0.5,
|
||||
0.2,
|
||||
0.02
|
||||
],
|
||||
"text": "BLT 8-56",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 3",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.458546,
|
||||
1.41772461,
|
||||
-1.42308593
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.1,
|
||||
0.5,
|
||||
0.02
|
||||
],
|
||||
"text": " EXW 10-3 H 12-3<br> EW 9-8 H 12-6<br>CU FT 2003",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 4",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.45837355,
|
||||
1.58612061,
|
||||
-3.19936943
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.0,
|
||||
0.6,
|
||||
0.02
|
||||
],
|
||||
"text": "1W WROT STL WHEELS<br>SPRG 2 1/2 IN TRAVEL",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 5",
|
||||
"transform": {
|
||||
"position": [
|
||||
8.8210254E-05,
|
||||
2.17944336,
|
||||
3.84855986
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
1.00000012,
|
||||
0.0,
|
||||
-4.88253669E-08
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.25,
|
||||
0.6,
|
||||
0.02
|
||||
],
|
||||
"text": "CAPY 140000<br>LD LMT 159100<br>LT WT 50900",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 6",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.458648,
|
||||
1.543396,
|
||||
-2.841011
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
0.6,
|
||||
0.2,
|
||||
0.02
|
||||
],
|
||||
"text": "NEW 8-56",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 7",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.458617,
|
||||
1.417725,
|
||||
-1.410358
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
0.5,
|
||||
0.2,
|
||||
0.02
|
||||
],
|
||||
"text": "BLT 8-57",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 8",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.458546,
|
||||
1.417725,
|
||||
1.423086
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.1,
|
||||
0.5,
|
||||
0.02
|
||||
],
|
||||
"text": " EXW 10-3 H 12-3<br> EW 9-8 H 12-6<br>CU FT 2003",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 9",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.45849264,
|
||||
1.58612061,
|
||||
3.17935324
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.0,
|
||||
0.6,
|
||||
0.02
|
||||
],
|
||||
"text": "1W WROT STL WHEELS<br>SPRG 2 1/2 IN TRAVEL",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 10",
|
||||
"transform": {
|
||||
"position": [
|
||||
8.434046E-05,
|
||||
2.17944336,
|
||||
-3.85567
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "CustomImage",
|
||||
"size": [
|
||||
5.45,
|
||||
6.0,
|
||||
0.02
|
||||
],
|
||||
"textureName": "PS-2 2003 Covered Hopper.cofg.png",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "CofG 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.4614104,
|
||||
2.58013916,
|
||||
-0.03215956
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "CustomImage",
|
||||
"size": [
|
||||
5.45,
|
||||
6.0,
|
||||
0.02
|
||||
],
|
||||
"textureName": "PS-2 2003 Covered Hopper.cofg.png",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "CofG 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.46141434,
|
||||
2.58013916,
|
||||
-0.00655352557
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,700 @@
|
||||
{
|
||||
"identifier": "ps-2-2003-covered-hopper",
|
||||
"newIdentifier": "ps-2-2003-covered-hopper-crr",
|
||||
"name": "PS-2 2003 Covered Hopper Clinchfield",
|
||||
"description": "Pullman Standard 2003cuft 2-Bay Covered Hopper Clinchfield",
|
||||
"baseRoadNumber": "60100",
|
||||
"clone": true,
|
||||
"cloneDefault": true,
|
||||
"removes": [
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "Side Numbers 1"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "Side Numbers 2"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "Side Reporting Marks 1"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "Side Reporting Marks 2"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "End Numbers 1"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "End Numbers 2"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "End Reporting Marks 1"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "End Reporting Marks 2"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 1"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 2"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 3"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 4"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 5"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 6"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 7"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 8"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 9"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 10"
|
||||
}
|
||||
],
|
||||
"adds": [
|
||||
{
|
||||
"replace": true,
|
||||
"component": {
|
||||
"kind": "Colorizer",
|
||||
"hexColors": [
|
||||
"101010"
|
||||
],
|
||||
"material": {
|
||||
"materialName": "Colorable"
|
||||
},
|
||||
"name": "Colorizer ",
|
||||
"transform": {
|
||||
"position": [
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"rotation": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1
|
||||
],
|
||||
"scale": [
|
||||
1,
|
||||
1,
|
||||
1
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
],
|
||||
"bulkAdds": [
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.8,
|
||||
0.27,
|
||||
0.05
|
||||
],
|
||||
"content": "RoadNumber",
|
||||
"forceColor": "",
|
||||
"name": "Side Numbers 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.449659,
|
||||
1.98132324,
|
||||
2.344718
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.8,
|
||||
0.27,
|
||||
0.05
|
||||
],
|
||||
"content": "RoadNumber",
|
||||
"forceColor": "",
|
||||
"name": "Side Numbers 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.449647,
|
||||
1.98132324,
|
||||
-2.375891
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.4,
|
||||
0.15,
|
||||
0.05
|
||||
],
|
||||
"content": "RoadNumber",
|
||||
"forceColor": "",
|
||||
"name": "End Numbers 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.124923,
|
||||
3.38568115,
|
||||
4.46153355
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
1.0,
|
||||
0.0,
|
||||
-8.301305E-08
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.4,
|
||||
0.15,
|
||||
0.05
|
||||
],
|
||||
"content": "RoadNumber",
|
||||
"forceColor": "",
|
||||
"name": "End Numbers 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.124923,
|
||||
3.385681,
|
||||
-4.461534
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.4,
|
||||
0.15,
|
||||
0.05
|
||||
],
|
||||
"content": "Lettering",
|
||||
"forceColor": "",
|
||||
"name": "End Reporting Marks 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.124923,
|
||||
3.52185059,
|
||||
4.46153355
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
1.0,
|
||||
0.0,
|
||||
-8.301305E-08
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.4,
|
||||
0.15,
|
||||
0.05
|
||||
],
|
||||
"content": "Lettering",
|
||||
"forceColor": "",
|
||||
"name": "End Reporting Marks 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.124923,
|
||||
3.521851,
|
||||
-4.461534
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.25,
|
||||
0.6,
|
||||
0.02
|
||||
],
|
||||
"text": "CAPY 140000<br>LD LMT 159100<br>LT WT 50900",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.45864832,
|
||||
1.543396,
|
||||
2.841011
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
0.6,
|
||||
0.2,
|
||||
0.02
|
||||
],
|
||||
"text": "NEW 4-56",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.458617,
|
||||
1.41772461,
|
||||
1.41035831
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
0.5,
|
||||
0.2,
|
||||
0.02
|
||||
],
|
||||
"text": "BLT 4-56",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 3",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.458546,
|
||||
1.41772461,
|
||||
-1.42308593
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.1,
|
||||
0.5,
|
||||
0.02
|
||||
],
|
||||
"text": " EXW 10-3 H 12-3<br> EW 9-8 H 12-6<br>CU FT 2003",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 4",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.4584533,
|
||||
1.58612061,
|
||||
-2.26789069
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.0,
|
||||
0.6,
|
||||
0.02
|
||||
],
|
||||
"text": "1W WROT STL WHEELS<br>SPRG 2 1/2 IN TRAVEL",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 5",
|
||||
"transform": {
|
||||
"position": [
|
||||
8.8210254E-05,
|
||||
2.17944336,
|
||||
3.84855986
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
1.00000012,
|
||||
0.0,
|
||||
-4.88253669E-08
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.25,
|
||||
0.6,
|
||||
0.02
|
||||
],
|
||||
"text": "CAPY 140000<br>LD LMT 159100<br>LT WT 50900",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 6",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.458648,
|
||||
1.543396,
|
||||
-2.841011
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
0.6,
|
||||
0.2,
|
||||
0.02
|
||||
],
|
||||
"text": "NEW 4-56",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 7",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.458617,
|
||||
1.417725,
|
||||
-1.410358
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
0.5,
|
||||
0.2,
|
||||
0.02
|
||||
],
|
||||
"text": "BLT 4-56",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 8",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.458546,
|
||||
1.417725,
|
||||
1.423086
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.1,
|
||||
0.5,
|
||||
0.02
|
||||
],
|
||||
"text": " EXW 10-3 H 12-3<br> EW 9-8 H 12-6<br>CU FT 2003",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 9",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.458453,
|
||||
1.586121,
|
||||
2.267891
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.0,
|
||||
0.6,
|
||||
0.02
|
||||
],
|
||||
"text": "1W WROT STL WHEELS<br>SPRG 2 1/2 IN TRAVEL",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 10",
|
||||
"transform": {
|
||||
"position": [
|
||||
8.434046E-05,
|
||||
2.17944336,
|
||||
-3.85567
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "CustomImage",
|
||||
"size": [
|
||||
5.5,
|
||||
5.5,
|
||||
0.02
|
||||
],
|
||||
"textureName": "PS-2 2003 Covered Hopper.clinchfield.png",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Clinchfield 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.4614085,
|
||||
2.5425415,
|
||||
5.61500929E-05
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "CustomImage",
|
||||
"size": [
|
||||
5.5,
|
||||
5.5,
|
||||
0.02
|
||||
],
|
||||
"textureName": "PS-2 2003 Covered Hopper.clinchfield.png",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Clinchfield 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.461421,
|
||||
2.5425415,
|
||||
-0.0190268159
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,620 @@
|
||||
{
|
||||
"identifier": "ps-2-2003-covered-hopper",
|
||||
"newIdentifier": "ps-2-2003-covered-hopper-data-only",
|
||||
"name": "PS-2 2003 Covered Hopper Data Only",
|
||||
"description": "Pullman Standard 2003cuft 2-Bay Covered Hopper Data Only",
|
||||
"removes": [
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "Side Numbers 1"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "Side Numbers 2"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "Side Reporting Marks 1"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "Side Reporting Marks 2"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "End Numbers 1"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "End Numbers 2"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "End Reporting Marks 1"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "End Reporting Marks 2"
|
||||
}
|
||||
],
|
||||
"bulkAdds": [
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.8,
|
||||
0.27,
|
||||
0.05
|
||||
],
|
||||
"content": "RoadNumber",
|
||||
"forceColor": "",
|
||||
"name": "Side Numbers 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.449659,
|
||||
1.98132324,
|
||||
2.344718
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.8,
|
||||
0.27,
|
||||
0.05
|
||||
],
|
||||
"content": "RoadNumber",
|
||||
"forceColor": "",
|
||||
"name": "Side Numbers 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.449659,
|
||||
1.981323,
|
||||
-2.344718
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.8,
|
||||
0.3,
|
||||
0.05
|
||||
],
|
||||
"content": "Lettering",
|
||||
"forceColor": "",
|
||||
"name": "Side Reporting Marks 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.449659,
|
||||
2.26599121,
|
||||
2.344718
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.8,
|
||||
0.3,
|
||||
0.05
|
||||
],
|
||||
"content": "Lettering",
|
||||
"forceColor": "",
|
||||
"name": "Side Reporting Marks 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.449659,
|
||||
2.265991,
|
||||
-2.344718
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.4,
|
||||
0.15,
|
||||
0.05
|
||||
],
|
||||
"content": "RoadNumber",
|
||||
"forceColor": "",
|
||||
"name": "End Numbers 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.124923,
|
||||
3.38568115,
|
||||
4.46153355
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
1.0,
|
||||
0.0,
|
||||
-8.301305E-08
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.4,
|
||||
0.15,
|
||||
0.05
|
||||
],
|
||||
"content": "RoadNumber",
|
||||
"forceColor": "",
|
||||
"name": "End Numbers 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.124923,
|
||||
3.385681,
|
||||
-4.461534
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.4,
|
||||
0.15,
|
||||
0.05
|
||||
],
|
||||
"content": "Lettering",
|
||||
"forceColor": "",
|
||||
"name": "End Reporting Marks 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.124923,
|
||||
3.52185059,
|
||||
4.46153355
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
1.0,
|
||||
0.0,
|
||||
-8.301305E-08
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.4,
|
||||
0.15,
|
||||
0.05
|
||||
],
|
||||
"content": "Lettering",
|
||||
"forceColor": "",
|
||||
"name": "End Reporting Marks 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.124923,
|
||||
3.521851,
|
||||
-4.461534
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.25,
|
||||
0.6,
|
||||
0.02
|
||||
],
|
||||
"text": "CAPY 140000<br>LD LMT 159100<br>LT WT 50900",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.45864832,
|
||||
1.543396,
|
||||
2.841011
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
0.6,
|
||||
0.2,
|
||||
0.02
|
||||
],
|
||||
"text": "NEW 2-56",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.458617,
|
||||
1.41772461,
|
||||
1.41035831
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
0.5,
|
||||
0.2,
|
||||
0.02
|
||||
],
|
||||
"text": "BLT 2-56",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 3",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.458546,
|
||||
1.41772461,
|
||||
-1.42308593
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.1,
|
||||
0.5,
|
||||
0.02
|
||||
],
|
||||
"text": " EXW 10-3 H 12-3<br> EW 9-8 H 12-6<br>CU FT 2003",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 4",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.4584533,
|
||||
1.58612061,
|
||||
-2.26789069
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.0,
|
||||
0.6,
|
||||
0.02
|
||||
],
|
||||
"text": "1W WROT STL WHEELS<br>SPRG 2 1/2 IN TRAVEL",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 5",
|
||||
"transform": {
|
||||
"position": [
|
||||
8.8210254E-05,
|
||||
2.17944336,
|
||||
3.84855986
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
1.00000012,
|
||||
0.0,
|
||||
-4.88253669E-08
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.25,
|
||||
0.6,
|
||||
0.02
|
||||
],
|
||||
"text": "CAPY 140000<br>LD LMT 159100<br>LT WT 50900",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 6",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.458648,
|
||||
1.543396,
|
||||
-2.841011
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
0.6,
|
||||
0.2,
|
||||
0.02
|
||||
],
|
||||
"text": "NEW 2-56",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 7",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.458617,
|
||||
1.417725,
|
||||
-1.410358
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
0.5,
|
||||
0.2,
|
||||
0.02
|
||||
],
|
||||
"text": "BLT 2-56",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 8",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.458546,
|
||||
1.417725,
|
||||
1.423086
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.1,
|
||||
0.5,
|
||||
0.02
|
||||
],
|
||||
"text": " EXW 10-3 H 12-3<br> EW 9-8 H 12-6<br>CU FT 2003",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 9",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.458453,
|
||||
1.586121,
|
||||
2.267891
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.0,
|
||||
0.6,
|
||||
0.02
|
||||
],
|
||||
"text": "1W WROT STL WHEELS<br>SPRG 2 1/2 IN TRAVEL",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 10",
|
||||
"transform": {
|
||||
"position": [
|
||||
8.434046E-05,
|
||||
2.17944336,
|
||||
-3.85567
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,700 @@
|
||||
{
|
||||
"identifier": "ps-2-2003-covered-hopper",
|
||||
"newIdentifier": "ps-2-2003-covered-hopper-dh",
|
||||
"name": "PS-2 2003 Covered Hopper D&H",
|
||||
"description": "Pullman Standard 2003cuft 2-Bay Covered Hopper D&H",
|
||||
"baseRoadNumber": "12000",
|
||||
"clone": true,
|
||||
"cloneDefault": true,
|
||||
"removes": [
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "Side Numbers 1"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "Side Numbers 2"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "Side Reporting Marks 1"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "Side Reporting Marks 2"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "End Numbers 1"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "End Numbers 2"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "End Reporting Marks 1"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "End Reporting Marks 2"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 1"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 2"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 3"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 4"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 5"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 6"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 7"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 8"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 9"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 10"
|
||||
}
|
||||
],
|
||||
"adds": [
|
||||
{
|
||||
"replace": true,
|
||||
"component": {
|
||||
"kind": "Colorizer",
|
||||
"hexColors": [
|
||||
"d7d6d4"
|
||||
],
|
||||
"material": {
|
||||
"materialName": "Colorable"
|
||||
},
|
||||
"name": "Colorizer ",
|
||||
"transform": {
|
||||
"position": [
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"rotation": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1
|
||||
],
|
||||
"scale": [
|
||||
1,
|
||||
1,
|
||||
1
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
],
|
||||
"bulkAdds": [
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.8,
|
||||
0.27,
|
||||
0.05
|
||||
],
|
||||
"content": "RoadNumber",
|
||||
"forceColor": "",
|
||||
"name": "Side Numbers 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.449659,
|
||||
1.96057129,
|
||||
2.344718
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.8,
|
||||
0.27,
|
||||
0.05
|
||||
],
|
||||
"content": "RoadNumber",
|
||||
"forceColor": "",
|
||||
"name": "Side Numbers 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.449659,
|
||||
1.95751953,
|
||||
-2.344718
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.4,
|
||||
0.15,
|
||||
0.05
|
||||
],
|
||||
"content": "RoadNumber",
|
||||
"forceColor": "",
|
||||
"name": "End Numbers 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.124923,
|
||||
3.38568115,
|
||||
4.46153355
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
1.0,
|
||||
0.0,
|
||||
-8.301305E-08
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.4,
|
||||
0.15,
|
||||
0.05
|
||||
],
|
||||
"content": "RoadNumber",
|
||||
"forceColor": "",
|
||||
"name": "End Numbers 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.124923,
|
||||
3.385681,
|
||||
-4.461534
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.4,
|
||||
0.15,
|
||||
0.05
|
||||
],
|
||||
"content": "Lettering",
|
||||
"forceColor": "",
|
||||
"name": "End Reporting Marks 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.124923,
|
||||
3.52185059,
|
||||
4.46153355
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
1.0,
|
||||
0.0,
|
||||
-8.301305E-08
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.4,
|
||||
0.15,
|
||||
0.05
|
||||
],
|
||||
"content": "Lettering",
|
||||
"forceColor": "",
|
||||
"name": "End Reporting Marks 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.124923,
|
||||
3.521851,
|
||||
-4.461534
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.25,
|
||||
0.6,
|
||||
0.02
|
||||
],
|
||||
"text": "CAPY 140000<br>LD LMT 159100<br>LT WT 50900",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.45864832,
|
||||
1.543396,
|
||||
2.841011
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
0.6,
|
||||
0.2,
|
||||
0.02
|
||||
],
|
||||
"text": "NEW 3-55",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.458617,
|
||||
1.41772461,
|
||||
1.41035831
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
0.5,
|
||||
0.2,
|
||||
0.02
|
||||
],
|
||||
"text": "BLT 3-55",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 3",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.458546,
|
||||
1.41772461,
|
||||
-1.42308593
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.1,
|
||||
0.5,
|
||||
0.02
|
||||
],
|
||||
"text": " EXW 10-3 H 12-3<br> EW 9-8 H 12-6<br>CU FT 2003",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 4",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.4584533,
|
||||
1.58612061,
|
||||
-2.26789069
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.0,
|
||||
0.6,
|
||||
0.02
|
||||
],
|
||||
"text": "1W WROT STL WHEELS<br>SPRG 2 1/2 IN TRAVEL",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 5",
|
||||
"transform": {
|
||||
"position": [
|
||||
8.8210254E-05,
|
||||
2.17944336,
|
||||
3.84855986
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
1.00000012,
|
||||
0.0,
|
||||
-4.88253669E-08
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.25,
|
||||
0.6,
|
||||
0.02
|
||||
],
|
||||
"text": "CAPY 140000<br>LD LMT 159100<br>LT WT 50900",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 6",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.458648,
|
||||
1.543396,
|
||||
-2.841011
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
0.6,
|
||||
0.2,
|
||||
0.02
|
||||
],
|
||||
"text": "NEW 3-55",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 7",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.458617,
|
||||
1.417725,
|
||||
-1.410358
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
0.5,
|
||||
0.2,
|
||||
0.02
|
||||
],
|
||||
"text": "BLT 3-55",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 8",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.458546,
|
||||
1.417725,
|
||||
1.423086
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.1,
|
||||
0.5,
|
||||
0.02
|
||||
],
|
||||
"text": " EXW 10-3 H 12-3<br> EW 9-8 H 12-6<br>CU FT 2003",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 9",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.458453,
|
||||
1.586121,
|
||||
2.267891
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.0,
|
||||
0.6,
|
||||
0.02
|
||||
],
|
||||
"text": "1W WROT STL WHEELS<br>SPRG 2 1/2 IN TRAVEL",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 10",
|
||||
"transform": {
|
||||
"position": [
|
||||
8.434046E-05,
|
||||
2.17944336,
|
||||
-3.85567
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "CustomImage",
|
||||
"size": [
|
||||
7.25,
|
||||
7.0,
|
||||
0.02
|
||||
],
|
||||
"textureName": "PS-2 2003 Covered Hopper.delaware-hudson.png",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "D&H 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.4616555,
|
||||
2.42230225,
|
||||
-0.04113118
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "CustomImage",
|
||||
"size": [
|
||||
7.25,
|
||||
7.0,
|
||||
0.02
|
||||
],
|
||||
"textureName": "PS-2 2003 Covered Hopper.delaware-hudson.png",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "D&H 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.46168447,
|
||||
2.42230225,
|
||||
0.007215507
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,700 @@
|
||||
{
|
||||
"identifier": "ps-2-2003-covered-hopper",
|
||||
"newIdentifier": "ps-2-2003-covered-hopper-fec",
|
||||
"name": "PS-2 2003 Covered Hopper Florida East Coast",
|
||||
"description": "Pullman Standard 2003cuft 2-Bay Covered Hopper Florida East Coast",
|
||||
"baseRoadNumber": "14000",
|
||||
"clone": true,
|
||||
"cloneDefault": true,
|
||||
"removes": [
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "Side Numbers 1"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "Side Numbers 2"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "Side Reporting Marks 1"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "Side Reporting Marks 2"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "End Numbers 1"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "End Numbers 2"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "End Reporting Marks 1"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "End Reporting Marks 2"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 1"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 2"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 3"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 4"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 5"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 6"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 7"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 8"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 9"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 10"
|
||||
}
|
||||
],
|
||||
"adds": [
|
||||
{
|
||||
"replace": true,
|
||||
"component": {
|
||||
"kind": "Colorizer",
|
||||
"hexColors": [
|
||||
"c4c4c4"
|
||||
],
|
||||
"material": {
|
||||
"materialName": "Colorable"
|
||||
},
|
||||
"name": "Colorizer ",
|
||||
"transform": {
|
||||
"position": [
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"rotation": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1
|
||||
],
|
||||
"scale": [
|
||||
1,
|
||||
1,
|
||||
1
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
],
|
||||
"bulkAdds": [
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.8,
|
||||
0.27,
|
||||
0.05
|
||||
],
|
||||
"content": "RoadNumber",
|
||||
"forceColor": "",
|
||||
"name": "Side Numbers 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.449659,
|
||||
1.92126465,
|
||||
2.344718
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.8,
|
||||
0.27,
|
||||
0.05
|
||||
],
|
||||
"content": "RoadNumber",
|
||||
"forceColor": "",
|
||||
"name": "Side Numbers 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.449659,
|
||||
1.90332031,
|
||||
-2.344718
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.4,
|
||||
0.15,
|
||||
0.05
|
||||
],
|
||||
"content": "RoadNumber",
|
||||
"forceColor": "",
|
||||
"name": "End Numbers 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.124923,
|
||||
3.38568115,
|
||||
4.46153355
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
1.0,
|
||||
0.0,
|
||||
-8.301305E-08
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.4,
|
||||
0.15,
|
||||
0.05
|
||||
],
|
||||
"content": "RoadNumber",
|
||||
"forceColor": "",
|
||||
"name": "End Numbers 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.124923,
|
||||
3.385681,
|
||||
-4.461534
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.4,
|
||||
0.15,
|
||||
0.05
|
||||
],
|
||||
"content": "Lettering",
|
||||
"forceColor": "",
|
||||
"name": "End Reporting Marks 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.124923,
|
||||
3.52185059,
|
||||
4.46153355
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
1.0,
|
||||
0.0,
|
||||
-8.301305E-08
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.4,
|
||||
0.15,
|
||||
0.05
|
||||
],
|
||||
"content": "Lettering",
|
||||
"forceColor": "",
|
||||
"name": "End Reporting Marks 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.124923,
|
||||
3.521851,
|
||||
-4.461534
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.25,
|
||||
0.6,
|
||||
0.02
|
||||
],
|
||||
"text": "CAPY 140000<br>LD LMT 159100<br>LT WT 50900",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.45864832,
|
||||
1.543396,
|
||||
2.841011
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
0.6,
|
||||
0.2,
|
||||
0.02
|
||||
],
|
||||
"text": "NEW 8-55",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.458617,
|
||||
1.41772461,
|
||||
1.41035831
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
0.5,
|
||||
0.2,
|
||||
0.02
|
||||
],
|
||||
"text": "BLT 8-55",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 3",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.458546,
|
||||
1.41772461,
|
||||
-1.42308593
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.1,
|
||||
0.5,
|
||||
0.02
|
||||
],
|
||||
"text": " EXW 10-3 H 12-3<br> EW 9-8 H 12-6<br>CU FT 2003",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 4",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.4584533,
|
||||
1.58612061,
|
||||
-2.26789069
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.0,
|
||||
0.6,
|
||||
0.02
|
||||
],
|
||||
"text": "1W WROT STL WHEELS<br>SPRG 2 1/2 IN TRAVEL",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 5",
|
||||
"transform": {
|
||||
"position": [
|
||||
8.8210254E-05,
|
||||
2.17944336,
|
||||
3.84855986
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
1.00000012,
|
||||
0.0,
|
||||
-4.88253669E-08
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.25,
|
||||
0.6,
|
||||
0.02
|
||||
],
|
||||
"text": "CAPY 140000<br>LD LMT 159100<br>LT WT 50900",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 6",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.458648,
|
||||
1.543396,
|
||||
-2.841011
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
0.6,
|
||||
0.2,
|
||||
0.02
|
||||
],
|
||||
"text": "NEW 8-55",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 7",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.458617,
|
||||
1.417725,
|
||||
-1.410358
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
0.5,
|
||||
0.2,
|
||||
0.02
|
||||
],
|
||||
"text": "BLT 8-55",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 8",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.458546,
|
||||
1.417725,
|
||||
1.423086
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.1,
|
||||
0.5,
|
||||
0.02
|
||||
],
|
||||
"text": " EXW 10-3 H 12-3<br> EW 9-8 H 12-6<br>CU FT 2003",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 9",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.458453,
|
||||
1.586121,
|
||||
2.267891
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.0,
|
||||
0.6,
|
||||
0.02
|
||||
],
|
||||
"text": "1W WROT STL WHEELS<br>SPRG 2 1/2 IN TRAVEL",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 10",
|
||||
"transform": {
|
||||
"position": [
|
||||
8.434046E-05,
|
||||
2.17944336,
|
||||
-3.85567
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "CustomImage",
|
||||
"size": [
|
||||
7.0,
|
||||
7.0,
|
||||
0.02
|
||||
],
|
||||
"textureName": "PS-2 2003 Covered Hopper.florida-east-coast.png",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "FEC 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.46081412,
|
||||
2.58306885,
|
||||
-9.525163E-05
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "CustomImage",
|
||||
"size": [
|
||||
7.0,
|
||||
7.0,
|
||||
0.02
|
||||
],
|
||||
"textureName": "PS-2 2003 Covered Hopper.florida-east-coast.png",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "FEC 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.46084106,
|
||||
2.58306885,
|
||||
-0.0402500071
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,700 @@
|
||||
{
|
||||
"identifier": "ps-2-2003-covered-hopper",
|
||||
"newIdentifier": "ps-2-2003-covered-hopper-frisco",
|
||||
"name": "PS-2 2003 Covered Hopper Frisco",
|
||||
"description": "Pullman Standard 2003cuft 2-Bay Covered Hopper Frisco",
|
||||
"baseRoadNumber": "84000",
|
||||
"clone": true,
|
||||
"cloneDefault": true,
|
||||
"removes": [
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "Side Numbers 1"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "Side Numbers 2"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "Side Reporting Marks 1"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "Side Reporting Marks 2"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "End Numbers 1"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "End Numbers 2"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "End Reporting Marks 1"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "End Reporting Marks 2"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 1"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 2"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 3"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 4"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 5"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 6"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 7"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 8"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 9"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 10"
|
||||
}
|
||||
],
|
||||
"adds": [
|
||||
{
|
||||
"replace": true,
|
||||
"component": {
|
||||
"kind": "Colorizer",
|
||||
"hexColors": [
|
||||
"cbcbcb"
|
||||
],
|
||||
"material": {
|
||||
"materialName": "Colorable"
|
||||
},
|
||||
"name": "Colorizer ",
|
||||
"transform": {
|
||||
"position": [
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"rotation": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1
|
||||
],
|
||||
"scale": [
|
||||
1,
|
||||
1,
|
||||
1
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
],
|
||||
"bulkAdds": [
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.8,
|
||||
0.27,
|
||||
0.05
|
||||
],
|
||||
"content": "RoadNumber",
|
||||
"forceColor": "",
|
||||
"name": "Side Numbers 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.449659,
|
||||
1.98132324,
|
||||
2.344718
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.8,
|
||||
0.27,
|
||||
0.05
|
||||
],
|
||||
"content": "RoadNumber",
|
||||
"forceColor": "",
|
||||
"name": "Side Numbers 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.44963133,
|
||||
1.98132324,
|
||||
-2.37611246
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.4,
|
||||
0.15,
|
||||
0.05
|
||||
],
|
||||
"content": "RoadNumber",
|
||||
"forceColor": "",
|
||||
"name": "End Numbers 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.124923,
|
||||
3.38568115,
|
||||
4.46153355
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
1.0,
|
||||
0.0,
|
||||
-8.301305E-08
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.4,
|
||||
0.15,
|
||||
0.05
|
||||
],
|
||||
"content": "RoadNumber",
|
||||
"forceColor": "",
|
||||
"name": "End Numbers 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.124923,
|
||||
3.385681,
|
||||
-4.461534
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.4,
|
||||
0.15,
|
||||
0.05
|
||||
],
|
||||
"content": "Lettering",
|
||||
"forceColor": "",
|
||||
"name": "End Reporting Marks 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.124923,
|
||||
3.52185059,
|
||||
4.46153355
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
1.0,
|
||||
0.0,
|
||||
-8.301305E-08
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.4,
|
||||
0.15,
|
||||
0.05
|
||||
],
|
||||
"content": "Lettering",
|
||||
"forceColor": "",
|
||||
"name": "End Reporting Marks 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.124923,
|
||||
3.521851,
|
||||
-4.461534
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.25,
|
||||
0.6,
|
||||
0.02
|
||||
],
|
||||
"text": "CAPY 140000<br>LD LMT 159100<br>LT WT 50900",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.45864832,
|
||||
1.543396,
|
||||
2.841011
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
0.6,
|
||||
0.2,
|
||||
0.02
|
||||
],
|
||||
"text": "NEW 12-58",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.458617,
|
||||
1.41772461,
|
||||
1.41035831
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
0.5,
|
||||
0.2,
|
||||
0.02
|
||||
],
|
||||
"text": "BLT 12-58",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 3",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.458546,
|
||||
1.41772461,
|
||||
-1.42308593
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.1,
|
||||
0.5,
|
||||
0.02
|
||||
],
|
||||
"text": " EXW 10-3 H 12-3<br> EW 9-8 H 12-6<br>CU FT 2003",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 4",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.4584533,
|
||||
1.58612061,
|
||||
-2.26789069
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.0,
|
||||
0.6,
|
||||
0.02
|
||||
],
|
||||
"text": "1W WROT STL WHEELS<br>SPRG 2 1/2 IN TRAVEL",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 5",
|
||||
"transform": {
|
||||
"position": [
|
||||
8.8210254E-05,
|
||||
2.17944336,
|
||||
3.84855986
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
1.00000012,
|
||||
0.0,
|
||||
-4.88253669E-08
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.25,
|
||||
0.6,
|
||||
0.02
|
||||
],
|
||||
"text": "CAPY 140000<br>LD LMT 159100<br>LT WT 50900",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 6",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.458648,
|
||||
1.543396,
|
||||
-2.841011
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
0.6,
|
||||
0.2,
|
||||
0.02
|
||||
],
|
||||
"text": "NEW 12-58",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 7",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.458617,
|
||||
1.417725,
|
||||
-1.410358
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
0.5,
|
||||
0.2,
|
||||
0.02
|
||||
],
|
||||
"text": "BLT 12-58",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 8",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.458546,
|
||||
1.417725,
|
||||
1.423086
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.1,
|
||||
0.5,
|
||||
0.02
|
||||
],
|
||||
"text": " EXW 10-3 H 12-3<br> EW 9-8 H 12-6<br>CU FT 2003",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 9",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.458453,
|
||||
1.586121,
|
||||
2.267891
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.0,
|
||||
0.6,
|
||||
0.02
|
||||
],
|
||||
"text": "1W WROT STL WHEELS<br>SPRG 2 1/2 IN TRAVEL",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 10",
|
||||
"transform": {
|
||||
"position": [
|
||||
8.434046E-05,
|
||||
2.17944336,
|
||||
-3.85567
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "CustomImage",
|
||||
"size": [
|
||||
6.27,
|
||||
6.27,
|
||||
0.02
|
||||
],
|
||||
"textureName": "PS-2 2003 Covered Hopper.frisco.png",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Frisco 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.45525813,
|
||||
2.8125,
|
||||
-0.4171308
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "CustomImage",
|
||||
"size": [
|
||||
6.27,
|
||||
6.27,
|
||||
0.02
|
||||
],
|
||||
"textureName": "PS-2 2003 Covered Hopper.frisco.png",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Frisco 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.45517945,
|
||||
2.8125,
|
||||
0.363378882
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,700 @@
|
||||
{
|
||||
"identifier": "ps-2-2003-covered-hopper",
|
||||
"newIdentifier": "ps-2-2003-covered-hopper-mstl",
|
||||
"name": "PS-2 2003 Covered Hopper M&StL",
|
||||
"description": "Pullman Standard 2003cuft 2-Bay Covered Hopper M&StL",
|
||||
"baseRoadNumber": "70000",
|
||||
"clone": true,
|
||||
"cloneDefault": true,
|
||||
"removes": [
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "Side Numbers 1"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "Side Numbers 2"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "Side Reporting Marks 1"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "Side Reporting Marks 2"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "End Numbers 1"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "End Numbers 2"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "End Reporting Marks 1"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "End Reporting Marks 2"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 1"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 2"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 3"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 4"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 5"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 6"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 7"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 8"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 9"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 10"
|
||||
}
|
||||
],
|
||||
"adds": [
|
||||
{
|
||||
"replace": true,
|
||||
"component": {
|
||||
"kind": "Colorizer",
|
||||
"hexColors": [
|
||||
"C7C5BF"
|
||||
],
|
||||
"material": {
|
||||
"materialName": "Colorable"
|
||||
},
|
||||
"name": "Colorizer ",
|
||||
"transform": {
|
||||
"position": [
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"rotation": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1
|
||||
],
|
||||
"scale": [
|
||||
1,
|
||||
1,
|
||||
1
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
],
|
||||
"bulkAdds": [
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.8,
|
||||
0.27,
|
||||
0.05
|
||||
],
|
||||
"content": "RoadNumber",
|
||||
"forceColor": "",
|
||||
"name": "Side Numbers 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.449659,
|
||||
1.96417236,
|
||||
2.344718
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.8,
|
||||
0.27,
|
||||
0.05
|
||||
],
|
||||
"content": "RoadNumber",
|
||||
"forceColor": "",
|
||||
"name": "Side Numbers 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.449628,
|
||||
1.95678711,
|
||||
-2.37835217
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.4,
|
||||
0.15,
|
||||
0.05
|
||||
],
|
||||
"content": "RoadNumber",
|
||||
"forceColor": "",
|
||||
"name": "End Numbers 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.124923,
|
||||
3.38568115,
|
||||
4.46153355
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
1.0,
|
||||
0.0,
|
||||
-8.301305E-08
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.4,
|
||||
0.15,
|
||||
0.05
|
||||
],
|
||||
"content": "RoadNumber",
|
||||
"forceColor": "",
|
||||
"name": "End Numbers 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.124923,
|
||||
3.385681,
|
||||
-4.461534
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.4,
|
||||
0.15,
|
||||
0.05
|
||||
],
|
||||
"content": "Lettering",
|
||||
"forceColor": "",
|
||||
"name": "End Reporting Marks 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.124923,
|
||||
3.52185059,
|
||||
4.46153355
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
1.0,
|
||||
0.0,
|
||||
-8.301305E-08
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.4,
|
||||
0.15,
|
||||
0.05
|
||||
],
|
||||
"content": "Lettering",
|
||||
"forceColor": "",
|
||||
"name": "End Reporting Marks 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.124923,
|
||||
3.521851,
|
||||
-4.461534
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.25,
|
||||
0.6,
|
||||
0.02
|
||||
],
|
||||
"text": "CAPY 140000<br>LD LMT 159100<br>LT WT 50900",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.45864832,
|
||||
1.543396,
|
||||
2.841011
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
0.6,
|
||||
0.2,
|
||||
0.02
|
||||
],
|
||||
"text": "NEW 4-56",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.458617,
|
||||
1.41772461,
|
||||
1.41035831
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
0.5,
|
||||
0.2,
|
||||
0.02
|
||||
],
|
||||
"text": "BLT 4-56",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 3",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.458546,
|
||||
1.41772461,
|
||||
-1.42308593
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.1,
|
||||
0.5,
|
||||
0.02
|
||||
],
|
||||
"text": " EXW 10-3 H 12-3<br> EW 9-8 H 12-6<br>CU FT 2003",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 4",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.4584533,
|
||||
1.58612061,
|
||||
-2.26789069
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.0,
|
||||
0.6,
|
||||
0.02
|
||||
],
|
||||
"text": "1W WROT STL WHEELS<br>SPRG 2 1/2 IN TRAVEL",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 5",
|
||||
"transform": {
|
||||
"position": [
|
||||
8.8210254E-05,
|
||||
2.17944336,
|
||||
3.84855986
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
1.00000012,
|
||||
0.0,
|
||||
-4.88253669E-08
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.25,
|
||||
0.6,
|
||||
0.02
|
||||
],
|
||||
"text": "CAPY 140000<br>LD LMT 159100<br>LT WT 50900",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 6",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.458648,
|
||||
1.543396,
|
||||
-2.841011
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
0.6,
|
||||
0.2,
|
||||
0.02
|
||||
],
|
||||
"text": "NEW 4-56",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 7",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.458617,
|
||||
1.417725,
|
||||
-1.410358
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
0.5,
|
||||
0.2,
|
||||
0.02
|
||||
],
|
||||
"text": "BLT 4-56",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 8",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.458546,
|
||||
1.417725,
|
||||
1.423086
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.1,
|
||||
0.5,
|
||||
0.02
|
||||
],
|
||||
"text": " EXW 10-3 H 12-3<br> EW 9-8 H 12-6<br>CU FT 2003",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 9",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.458453,
|
||||
1.586121,
|
||||
2.267891
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.0,
|
||||
0.6,
|
||||
0.02
|
||||
],
|
||||
"text": "1W WROT STL WHEELS<br>SPRG 2 1/2 IN TRAVEL",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 10",
|
||||
"transform": {
|
||||
"position": [
|
||||
8.434046E-05,
|
||||
2.17944336,
|
||||
-3.85567
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "CustomImage",
|
||||
"size": [
|
||||
7.9,
|
||||
7.9,
|
||||
0.02
|
||||
],
|
||||
"textureName": "PS-2 2003 Covered Hopper.mstl.png",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "M&StL 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.46217442,
|
||||
2.57226563,
|
||||
-0.310234934
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "CustomImage",
|
||||
"size": [
|
||||
7.9,
|
||||
7.9,
|
||||
0.02
|
||||
],
|
||||
"textureName": "PS-2 2003 Covered Hopper.mstl.png",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "M&StL 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.46215141,
|
||||
2.57226563,
|
||||
0.285723776
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
]
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,436 @@
|
||||
{
|
||||
"identifier": "ps-2-2003-covered-hopper",
|
||||
"newIdentifier": "ps-2-2003-covered-hopper-prr",
|
||||
"name": "PS-2 2003 Covered Hopper Pennsylvania",
|
||||
"description": "Pullman Standard 2003cuft 2-Bay Covered Hopper Pennsylvania",
|
||||
"baseRoadNumber": "257000",
|
||||
"clone": true,
|
||||
"cloneDefault": true,
|
||||
"removes": [
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "Side Numbers 1"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "Side Numbers 2"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "Side Reporting Marks 1"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "Side Reporting Marks 2"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "End Numbers 1"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "End Numbers 2"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "End Reporting Marks 1"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "End Reporting Marks 2"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 1"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 2"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 3"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 4"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 5"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 6"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 7"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 8"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 9"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 10"
|
||||
}
|
||||
],
|
||||
"adds": [
|
||||
{
|
||||
"replace": true,
|
||||
"component": {
|
||||
"kind": "Colorizer",
|
||||
"hexColors": [
|
||||
"c0baac"
|
||||
],
|
||||
"material": {
|
||||
"materialName": "Colorable"
|
||||
},
|
||||
"name": "Colorizer ",
|
||||
"transform": {
|
||||
"position": [
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"rotation": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1
|
||||
],
|
||||
"scale": [
|
||||
1,
|
||||
1,
|
||||
1
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
],
|
||||
"bulkAdds": [
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
1.2,
|
||||
0.4,
|
||||
0.05
|
||||
],
|
||||
"content": "RoadNumber",
|
||||
"forceColor": "",
|
||||
"name": "Side Numbers 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.44961309,
|
||||
1.61126709,
|
||||
-1.51862023E-05
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.4,
|
||||
0.15,
|
||||
0.05
|
||||
],
|
||||
"content": "RoadNumber",
|
||||
"forceColor": "",
|
||||
"name": "End Numbers 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.124923,
|
||||
3.38568115,
|
||||
4.46153355
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
1.0,
|
||||
0.0,
|
||||
-8.301305E-08
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.4,
|
||||
0.15,
|
||||
0.05
|
||||
],
|
||||
"content": "RoadNumber",
|
||||
"forceColor": "",
|
||||
"name": "End Numbers 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.124923,
|
||||
3.385681,
|
||||
-4.461534
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.4,
|
||||
0.15,
|
||||
0.05
|
||||
],
|
||||
"content": "Lettering",
|
||||
"forceColor": "",
|
||||
"name": "End Reporting Marks 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.124923,
|
||||
3.52185059,
|
||||
4.46153355
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
1.0,
|
||||
0.0,
|
||||
-8.301305E-08
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.4,
|
||||
0.15,
|
||||
0.05
|
||||
],
|
||||
"content": "Lettering",
|
||||
"forceColor": "",
|
||||
"name": "End Reporting Marks 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.124923,
|
||||
3.521851,
|
||||
-4.461534
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.0,
|
||||
0.6,
|
||||
0.02
|
||||
],
|
||||
"text": "1W WROT STL WHEELS<br>SPRG 2 1/2 IN TRAVEL",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 5",
|
||||
"transform": {
|
||||
"position": [
|
||||
8.8210254E-05,
|
||||
2.17944336,
|
||||
3.84855986
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
1.00000012,
|
||||
0.0,
|
||||
-4.88253669E-08
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.0,
|
||||
0.6,
|
||||
0.02
|
||||
],
|
||||
"text": "1W WROT STL WHEELS<br>SPRG 2 1/2 IN TRAVEL",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 10",
|
||||
"transform": {
|
||||
"position": [
|
||||
8.434046E-05,
|
||||
2.17944336,
|
||||
-3.85567
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "CustomImage",
|
||||
"size": [
|
||||
5.45,
|
||||
5.45,
|
||||
0.02
|
||||
],
|
||||
"textureName": "PS-2 2003 Covered Hopper.emptieseastemptieswest.png",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "PRR Logo 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.459362,
|
||||
2.405518,
|
||||
0.0
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "CustomImage",
|
||||
"size": [
|
||||
5.45,
|
||||
5.45,
|
||||
0.02
|
||||
],
|
||||
"textureName": "PS-2 2003 Covered Hopper.emptieseastemptieswest.png",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "PRR Logo 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.459362,
|
||||
2.405518,
|
||||
0.0
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
1.2,
|
||||
0.4,
|
||||
0.05
|
||||
],
|
||||
"content": "RoadNumber",
|
||||
"forceColor": "",
|
||||
"name": "Side Numbers 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.449613,
|
||||
1.611267,
|
||||
1.51862E-05
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,700 @@
|
||||
{
|
||||
"identifier": "ps-2-2003-covered-hopper",
|
||||
"newIdentifier": "ps-2-2003-covered-hopper-ri",
|
||||
"name": "PS-2 2003 Covered Hopper Rock Island",
|
||||
"description": "Pullman Standard 2003cuft 2-Bay Covered Hopper Rock Island",
|
||||
"baseRoadNumber": "7200",
|
||||
"clone": true,
|
||||
"cloneDefault": true,
|
||||
"removes": [
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "Side Numbers 1"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "Side Numbers 2"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "Side Reporting Marks 1"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "Side Reporting Marks 2"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "End Numbers 1"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "End Numbers 2"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "End Reporting Marks 1"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "End Reporting Marks 2"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 1"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 2"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 3"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 4"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 5"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 6"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 7"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 8"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 9"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 10"
|
||||
}
|
||||
],
|
||||
"adds": [
|
||||
{
|
||||
"replace": true,
|
||||
"component": {
|
||||
"kind": "Colorizer",
|
||||
"hexColors": [
|
||||
"d2d1ce"
|
||||
],
|
||||
"material": {
|
||||
"materialName": "Colorable"
|
||||
},
|
||||
"name": "Colorizer ",
|
||||
"transform": {
|
||||
"position": [
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"rotation": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1
|
||||
],
|
||||
"scale": [
|
||||
1,
|
||||
1,
|
||||
1
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
],
|
||||
"bulkAdds": [
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.8,
|
||||
0.27,
|
||||
0.05
|
||||
],
|
||||
"content": "RoadNumber",
|
||||
"forceColor": "",
|
||||
"name": "Side Numbers 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.449671,
|
||||
1.90991211,
|
||||
3.267014
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.8,
|
||||
0.27,
|
||||
0.05
|
||||
],
|
||||
"content": "RoadNumber",
|
||||
"forceColor": "",
|
||||
"name": "Side Numbers 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.44960046,
|
||||
1.90533447,
|
||||
-3.31128573
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.4,
|
||||
0.15,
|
||||
0.05
|
||||
],
|
||||
"content": "RoadNumber",
|
||||
"forceColor": "",
|
||||
"name": "End Numbers 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.124923,
|
||||
3.38568115,
|
||||
4.46153355
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
1.0,
|
||||
0.0,
|
||||
-8.301305E-08
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.4,
|
||||
0.15,
|
||||
0.05
|
||||
],
|
||||
"content": "RoadNumber",
|
||||
"forceColor": "",
|
||||
"name": "End Numbers 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.124923,
|
||||
3.385681,
|
||||
-4.461534
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.4,
|
||||
0.15,
|
||||
0.05
|
||||
],
|
||||
"content": "Lettering",
|
||||
"forceColor": "",
|
||||
"name": "End Reporting Marks 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.124923,
|
||||
3.52185059,
|
||||
4.46153355
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
1.0,
|
||||
0.0,
|
||||
-8.301305E-08
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.4,
|
||||
0.15,
|
||||
0.05
|
||||
],
|
||||
"content": "Lettering",
|
||||
"forceColor": "",
|
||||
"name": "End Reporting Marks 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.124923,
|
||||
3.521851,
|
||||
-4.461534
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.25,
|
||||
0.6,
|
||||
0.02
|
||||
],
|
||||
"text": "CAPY 140000<br>LD LMT 159100<br>LT WT 50900",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.45864832,
|
||||
1.543396,
|
||||
2.841011
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
0.6,
|
||||
0.2,
|
||||
0.02
|
||||
],
|
||||
"text": "NEW 5-55",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.458617,
|
||||
1.41772461,
|
||||
1.41035831
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
0.5,
|
||||
0.2,
|
||||
0.02
|
||||
],
|
||||
"text": "BLT 5-55",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 3",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.458546,
|
||||
1.41772461,
|
||||
-1.42308593
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.1,
|
||||
0.5,
|
||||
0.02
|
||||
],
|
||||
"text": " EXW 10-3 H 12-3<br> EW 9-8 H 12-6<br>CU FT 2003",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 4",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.4584533,
|
||||
1.58612061,
|
||||
-2.26789069
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.0,
|
||||
0.6,
|
||||
0.02
|
||||
],
|
||||
"text": "1W WROT STL WHEELS<br>SPRG 2 1/2 IN TRAVEL",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 5",
|
||||
"transform": {
|
||||
"position": [
|
||||
8.8210254E-05,
|
||||
2.17944336,
|
||||
3.84855986
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
1.00000012,
|
||||
0.0,
|
||||
-4.88253669E-08
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.25,
|
||||
0.6,
|
||||
0.02
|
||||
],
|
||||
"text": "CAPY 140000<br>LD LMT 159100<br>LT WT 50900",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 6",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.458648,
|
||||
1.543396,
|
||||
-2.841011
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
0.6,
|
||||
0.2,
|
||||
0.02
|
||||
],
|
||||
"text": "NEW 5-55",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 7",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.458617,
|
||||
1.417725,
|
||||
-1.410358
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
0.5,
|
||||
0.2,
|
||||
0.02
|
||||
],
|
||||
"text": "BLT 5-55",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 8",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.458546,
|
||||
1.417725,
|
||||
1.423086
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.1,
|
||||
0.5,
|
||||
0.02
|
||||
],
|
||||
"text": " EXW 10-3 H 12-3<br> EW 9-8 H 12-6<br>CU FT 2003",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 9",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.458453,
|
||||
1.586121,
|
||||
2.267891
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.0,
|
||||
0.6,
|
||||
0.02
|
||||
],
|
||||
"text": "1W WROT STL WHEELS<br>SPRG 2 1/2 IN TRAVEL",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 10",
|
||||
"transform": {
|
||||
"position": [
|
||||
8.434046E-05,
|
||||
2.17944336,
|
||||
-3.85567
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "CustomImage",
|
||||
"size": [
|
||||
6.3,
|
||||
6.3,
|
||||
0.02
|
||||
],
|
||||
"textureName": "PS-2 2003 Covered Hopper.rock-island.png",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Rock 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.4585408,
|
||||
2.11755371,
|
||||
0.449782
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "CustomImage",
|
||||
"size": [
|
||||
6.3,
|
||||
6.3,
|
||||
0.02
|
||||
],
|
||||
"textureName": "PS-2 2003 Covered Hopper.rock-island.png",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Rock 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.45854652,
|
||||
2.11755371,
|
||||
-0.48277992
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,701 @@
|
||||
{
|
||||
"identifier": "ps-2-2003-covered-hopper",
|
||||
"newIdentifier": "ps-2-2003-covered-hopper-rut",
|
||||
"name": "PS-2 2003 Covered Hopper Rutland",
|
||||
"description": "Pullman Standard 2003cuft 2-Bay Covered Hopper Rutland",
|
||||
"baseRoadNumber": "500",
|
||||
"clone": true,
|
||||
"cloneDefault": true,
|
||||
"removes": [
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "Side Numbers 1"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "Side Numbers 2"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "Side Reporting Marks 1"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "Side Reporting Marks 2"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "End Numbers 1"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "End Numbers 2"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "End Reporting Marks 1"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "End Reporting Marks 2"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 1"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 2"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 3"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 4"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 5"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 6"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 7"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 8"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 9"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 10"
|
||||
}
|
||||
],
|
||||
"adds": [
|
||||
{
|
||||
"replace": true,
|
||||
"component": {
|
||||
"kind": "Colorizer",
|
||||
"hexColors": [
|
||||
"d1d0ca"
|
||||
],
|
||||
"material": {
|
||||
"materialName": "Colorable"
|
||||
},
|
||||
"name": "Colorizer ",
|
||||
"transform": {
|
||||
"position": [
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"rotation": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1
|
||||
],
|
||||
"scale": [
|
||||
1,
|
||||
1,
|
||||
1
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
],
|
||||
"bulkAdds": [
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.8,
|
||||
0.35,
|
||||
0.05
|
||||
],
|
||||
"content": "RoadNumber",
|
||||
"forceColor": "",
|
||||
"name": "Side Numbers 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.44957328,
|
||||
1.89337158,
|
||||
1.39826548
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.4,
|
||||
0.15,
|
||||
0.05
|
||||
],
|
||||
"content": "RoadNumber",
|
||||
"forceColor": "",
|
||||
"name": "End Numbers 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.124923,
|
||||
3.38568115,
|
||||
4.46153355
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
1.0,
|
||||
0.0,
|
||||
-8.301305E-08
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.4,
|
||||
0.15,
|
||||
0.05
|
||||
],
|
||||
"content": "RoadNumber",
|
||||
"forceColor": "",
|
||||
"name": "End Numbers 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.124923,
|
||||
3.385681,
|
||||
-4.461534
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.4,
|
||||
0.15,
|
||||
0.05
|
||||
],
|
||||
"content": "Lettering",
|
||||
"forceColor": "",
|
||||
"name": "End Reporting Marks 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.124923,
|
||||
3.52185059,
|
||||
4.46153355
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
1.0,
|
||||
0.0,
|
||||
-8.301305E-08
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.4,
|
||||
0.15,
|
||||
0.05
|
||||
],
|
||||
"content": "Lettering",
|
||||
"forceColor": "",
|
||||
"name": "End Reporting Marks 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.124923,
|
||||
3.521851,
|
||||
-4.461534
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.25,
|
||||
0.6,
|
||||
0.02
|
||||
],
|
||||
"text": "CAPY 140000<br>LD LMT 159100<br>LT WT 50900",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.45862961,
|
||||
1.46685791,
|
||||
1.90588474
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
0.6,
|
||||
0.2,
|
||||
0.02
|
||||
],
|
||||
"text": "NEW 2-56",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.45860839,
|
||||
1.3482666,
|
||||
0.459322125
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
0.5,
|
||||
0.2,
|
||||
0.02
|
||||
],
|
||||
"text": "BLT 2-56",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 3",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.45851326,
|
||||
1.352356,
|
||||
-1.4356662
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.1,
|
||||
0.5,
|
||||
0.02
|
||||
],
|
||||
"text": " EXW 10-3 H 12-3<br> EW 9-8 H 12-6<br>CU FT 2003",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 4",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.4584533,
|
||||
1.58612061,
|
||||
-2.26789069
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.0,
|
||||
0.6,
|
||||
0.02
|
||||
],
|
||||
"text": "1W WROT STL WHEELS<br>SPRG 2 1/2 IN TRAVEL",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 5",
|
||||
"transform": {
|
||||
"position": [
|
||||
8.8210254E-05,
|
||||
2.17944336,
|
||||
3.84855986
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
1.00000012,
|
||||
0.0,
|
||||
-4.88253669E-08
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.0,
|
||||
0.6,
|
||||
0.02
|
||||
],
|
||||
"text": "1W WROT STL WHEELS<br>SPRG 2 1/2 IN TRAVEL",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 10",
|
||||
"transform": {
|
||||
"position": [
|
||||
8.434046E-05,
|
||||
2.17944336,
|
||||
-3.85567
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "CustomImage",
|
||||
"size": [
|
||||
3.3,
|
||||
3.3,
|
||||
0.02
|
||||
],
|
||||
"textureName": "PS-2 2003 Covered Hopper.rutland-ps2.png",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Rutland 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.4631846,
|
||||
2.114563,
|
||||
1.69787621
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "CustomImage",
|
||||
"size": [
|
||||
3.3,
|
||||
3.3,
|
||||
0.02
|
||||
],
|
||||
"textureName": "PS-2 2003 Covered Hopper.rutland-ps2.png",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Rutland 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.463185,
|
||||
2.114563,
|
||||
-1.697876
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.8,
|
||||
0.35,
|
||||
0.05
|
||||
],
|
||||
"content": "RoadNumber",
|
||||
"forceColor": "",
|
||||
"name": "Side Numbers 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.449573,
|
||||
1.893372,
|
||||
-1.398265
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.25,
|
||||
0.6,
|
||||
0.02
|
||||
],
|
||||
"text": "CAPY 140000<br>LD LMT 159100<br>LT WT 50900",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 6",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.45863,
|
||||
1.466858,
|
||||
-1.905885
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
0.6,
|
||||
0.2,
|
||||
0.02
|
||||
],
|
||||
"text": "NEW 2-56",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 7",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.458608,
|
||||
1.348267,
|
||||
-0.4593221
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
0.5,
|
||||
0.2,
|
||||
0.02
|
||||
],
|
||||
"text": "BLT 2-56",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 8",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.458513,
|
||||
1.352356,
|
||||
1.435666
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.1,
|
||||
0.5,
|
||||
0.02
|
||||
],
|
||||
"text": " EXW 10-3 H 12-3<br> EW 9-8 H 12-6<br>CU FT 2003",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 9",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.458453,
|
||||
1.586121,
|
||||
2.267891
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -0,0 +1,700 @@
|
||||
{
|
||||
"identifier": "ps-2-2003-covered-hopper",
|
||||
"newIdentifier": "ps-2-2003-covered-hopper-soo",
|
||||
"name": "PS-2 2003 Covered Hopper SOO Line",
|
||||
"description": "Pullman Standard 2003cuft 2-Bay Covered Hopper SOO Line",
|
||||
"baseRoadNumber": "6000",
|
||||
"clone": true,
|
||||
"cloneDefault": true,
|
||||
"removes": [
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "Side Numbers 1"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "Side Numbers 2"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "Side Reporting Marks 1"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "Side Reporting Marks 2"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "End Numbers 1"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "End Numbers 2"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "End Reporting Marks 1"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "End Reporting Marks 2"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 1"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 2"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 3"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 4"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 5"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 6"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 7"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 8"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 9"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 10"
|
||||
}
|
||||
],
|
||||
"adds": [
|
||||
{
|
||||
"replace": true,
|
||||
"component": {
|
||||
"kind": "Colorizer",
|
||||
"hexColors": [
|
||||
"762617"
|
||||
],
|
||||
"material": {
|
||||
"materialName": "Colorable"
|
||||
},
|
||||
"name": "Colorizer ",
|
||||
"transform": {
|
||||
"position": [
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"rotation": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1
|
||||
],
|
||||
"scale": [
|
||||
1,
|
||||
1,
|
||||
1
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
],
|
||||
"bulkAdds": [
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.8,
|
||||
0.27,
|
||||
0.05
|
||||
],
|
||||
"content": "RoadNumber",
|
||||
"forceColor": "",
|
||||
"name": "Side Numbers 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.44964588,
|
||||
1.94165039,
|
||||
1.39985073
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.8,
|
||||
0.27,
|
||||
0.05
|
||||
],
|
||||
"content": "RoadNumber",
|
||||
"forceColor": "",
|
||||
"name": "Side Numbers 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.44965887,
|
||||
1.94244385,
|
||||
-1.44317877
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.4,
|
||||
0.15,
|
||||
0.05
|
||||
],
|
||||
"content": "RoadNumber",
|
||||
"forceColor": "",
|
||||
"name": "End Numbers 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.124923,
|
||||
3.38568115,
|
||||
4.46153355
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
1.0,
|
||||
0.0,
|
||||
-8.301305E-08
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.4,
|
||||
0.15,
|
||||
0.05
|
||||
],
|
||||
"content": "RoadNumber",
|
||||
"forceColor": "",
|
||||
"name": "End Numbers 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.124923,
|
||||
3.385681,
|
||||
-4.461534
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.4,
|
||||
0.15,
|
||||
0.05
|
||||
],
|
||||
"content": "Lettering",
|
||||
"forceColor": "",
|
||||
"name": "End Reporting Marks 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.124923,
|
||||
3.52185059,
|
||||
4.46153355
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
1.0,
|
||||
0.0,
|
||||
-8.301305E-08
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.4,
|
||||
0.15,
|
||||
0.05
|
||||
],
|
||||
"content": "Lettering",
|
||||
"forceColor": "",
|
||||
"name": "End Reporting Marks 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.124923,
|
||||
3.521851,
|
||||
-4.461534
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.25,
|
||||
0.6,
|
||||
0.02
|
||||
],
|
||||
"text": "CAPY 140000<br>LD LMT 159100<br>LT WT 50900",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.45864832,
|
||||
1.543396,
|
||||
2.841011
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
0.6,
|
||||
0.2,
|
||||
0.02
|
||||
],
|
||||
"text": "NEW 8-57",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.458617,
|
||||
1.41772461,
|
||||
1.41035831
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
0.5,
|
||||
0.2,
|
||||
0.02
|
||||
],
|
||||
"text": "BLT 8-57",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 3",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.458546,
|
||||
1.41772461,
|
||||
-1.42308593
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.1,
|
||||
0.5,
|
||||
0.02
|
||||
],
|
||||
"text": " EXW 10-3 H 12-3<br> EW 9-8 H 12-6<br>CU FT 2003",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 4",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.4584533,
|
||||
1.58612061,
|
||||
-2.26789069
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.0,
|
||||
0.6,
|
||||
0.02
|
||||
],
|
||||
"text": "1W WROT STL WHEELS<br>SPRG 2 1/2 IN TRAVEL",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 5",
|
||||
"transform": {
|
||||
"position": [
|
||||
8.8210254E-05,
|
||||
2.17944336,
|
||||
3.84855986
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
1.00000012,
|
||||
0.0,
|
||||
-4.88253669E-08
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.25,
|
||||
0.6,
|
||||
0.02
|
||||
],
|
||||
"text": "CAPY 140000<br>LD LMT 159100<br>LT WT 50900",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 6",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.458648,
|
||||
1.543396,
|
||||
-2.841011
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
0.6,
|
||||
0.2,
|
||||
0.02
|
||||
],
|
||||
"text": "NEW 8-57",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 7",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.458617,
|
||||
1.417725,
|
||||
-1.410358
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
0.5,
|
||||
0.2,
|
||||
0.02
|
||||
],
|
||||
"text": "BLT 8-57",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 8",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.458546,
|
||||
1.417725,
|
||||
1.423086
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.1,
|
||||
0.5,
|
||||
0.02
|
||||
],
|
||||
"text": " EXW 10-3 H 12-3<br> EW 9-8 H 12-6<br>CU FT 2003",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 9",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.458453,
|
||||
1.586121,
|
||||
2.267891
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.0,
|
||||
0.6,
|
||||
0.02
|
||||
],
|
||||
"text": "1W WROT STL WHEELS<br>SPRG 2 1/2 IN TRAVEL",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 10",
|
||||
"transform": {
|
||||
"position": [
|
||||
8.434046E-05,
|
||||
2.17944336,
|
||||
-3.85567
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "CustomImage",
|
||||
"size": [
|
||||
7.2,
|
||||
7.2,
|
||||
0.02
|
||||
],
|
||||
"textureName": "PS-2 2003 Covered Hopper.soo-line.png",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "SOO Line 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.46233666,
|
||||
2.65911865,
|
||||
4.2833326E-06
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "CustomImage",
|
||||
"size": [
|
||||
7.2,
|
||||
7.2,
|
||||
0.02
|
||||
],
|
||||
"textureName": "PS-2 2003 Covered Hopper.soo-line.png",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "SOO Line 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.46229553,
|
||||
2.65911865,
|
||||
-0.0502624474
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,766 @@
|
||||
{
|
||||
"identifier": "ps-2-2003-covered-hopper",
|
||||
"newIdentifier": "ps-2-2003-covered-hopper-ssw",
|
||||
"name": "PS-2 2003 Covered Hopper SSW Cotton Belt",
|
||||
"description": "Pullman Standard 2003cuft 2-Bay Covered Hopper SSW Cotton Belt",
|
||||
"baseRoadNumber": "77000",
|
||||
"clone": true,
|
||||
"cloneDefault": true,
|
||||
"removes": [
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "Side Numbers 1"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "Side Numbers 2"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "Side Reporting Marks 1"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "Side Reporting Marks 2"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "End Numbers 1"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "End Numbers 2"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "End Reporting Marks 1"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "End Reporting Marks 2"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 1"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 2"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 3"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 4"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 5"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 6"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 7"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 8"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 9"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 10"
|
||||
}
|
||||
],
|
||||
"adds": [
|
||||
{
|
||||
"replace": true,
|
||||
"component": {
|
||||
"kind": "Colorizer",
|
||||
"hexColors": [
|
||||
"ACAAA5"
|
||||
],
|
||||
"material": {
|
||||
"materialName": "Colorable"
|
||||
},
|
||||
"name": "Colorizer ",
|
||||
"transform": {
|
||||
"position": [
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"rotation": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1
|
||||
],
|
||||
"scale": [
|
||||
1,
|
||||
1,
|
||||
1
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
],
|
||||
"bulkAdds": [
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.8,
|
||||
0.27,
|
||||
0.05
|
||||
],
|
||||
"content": "RoadNumber",
|
||||
"forceColor": "",
|
||||
"name": "Side Numbers 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.449659,
|
||||
1.98132324,
|
||||
2.344718
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.8,
|
||||
0.27,
|
||||
0.05
|
||||
],
|
||||
"content": "RoadNumber",
|
||||
"forceColor": "",
|
||||
"name": "Side Numbers 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.449659,
|
||||
1.981323,
|
||||
-2.344718
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.4,
|
||||
0.15,
|
||||
0.05
|
||||
],
|
||||
"content": "RoadNumber",
|
||||
"forceColor": "",
|
||||
"name": "End Numbers 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.124923,
|
||||
3.38568115,
|
||||
4.46153355
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
1.0,
|
||||
0.0,
|
||||
-8.301305E-08
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.4,
|
||||
0.15,
|
||||
0.05
|
||||
],
|
||||
"content": "RoadNumber",
|
||||
"forceColor": "",
|
||||
"name": "End Numbers 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.124923,
|
||||
3.385681,
|
||||
-4.461534
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.4,
|
||||
0.15,
|
||||
0.05
|
||||
],
|
||||
"content": "Lettering",
|
||||
"forceColor": "",
|
||||
"name": "End Reporting Marks 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.124923,
|
||||
3.52185059,
|
||||
4.46153355
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
1.0,
|
||||
0.0,
|
||||
-8.301305E-08
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.4,
|
||||
0.15,
|
||||
0.05
|
||||
],
|
||||
"content": "Lettering",
|
||||
"forceColor": "",
|
||||
"name": "End Reporting Marks 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.124923,
|
||||
3.521851,
|
||||
-4.461534
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.25,
|
||||
0.6,
|
||||
0.02
|
||||
],
|
||||
"text": "CAPY 140000<br>LD LMT 159100<br>LT WT 50900",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.45864832,
|
||||
1.543396,
|
||||
2.841011
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
0.6,
|
||||
0.2,
|
||||
0.02
|
||||
],
|
||||
"text": "NEW 4-57",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.458617,
|
||||
1.41772461,
|
||||
1.41035831
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
0.5,
|
||||
0.2,
|
||||
0.02
|
||||
],
|
||||
"text": "BLT 4-57",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 3",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.458546,
|
||||
1.41772461,
|
||||
-1.42308593
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.1,
|
||||
0.5,
|
||||
0.02
|
||||
],
|
||||
"text": " EXW 10-3 H 12-3<br> EW 9-8 H 12-6<br>CU FT 2003",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 4",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.4584533,
|
||||
1.58612061,
|
||||
-2.26789069
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.0,
|
||||
0.6,
|
||||
0.02
|
||||
],
|
||||
"text": "1W WROT STL WHEELS<br>SPRG 2 1/2 IN TRAVEL",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 5",
|
||||
"transform": {
|
||||
"position": [
|
||||
8.8210254E-05,
|
||||
2.17944336,
|
||||
3.84855986
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
1.00000012,
|
||||
0.0,
|
||||
-4.88253669E-08
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.25,
|
||||
0.6,
|
||||
0.02
|
||||
],
|
||||
"text": "CAPY 140000<br>LD LMT 159100<br>LT WT 50900",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 6",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.458648,
|
||||
1.543396,
|
||||
-2.841011
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
0.6,
|
||||
0.2,
|
||||
0.02
|
||||
],
|
||||
"text": "NEW 4-57",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 7",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.458617,
|
||||
1.417725,
|
||||
-1.410358
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
0.5,
|
||||
0.2,
|
||||
0.02
|
||||
],
|
||||
"text": "BLT 4-57",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 8",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.458546,
|
||||
1.417725,
|
||||
1.423086
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.1,
|
||||
0.5,
|
||||
0.02
|
||||
],
|
||||
"text": " EXW 10-3 H 12-3<br> EW 9-8 H 12-6<br>CU FT 2003",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 9",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.458453,
|
||||
1.586121,
|
||||
2.267891
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.0,
|
||||
0.6,
|
||||
0.02
|
||||
],
|
||||
"text": "1W WROT STL WHEELS<br>SPRG 2 1/2 IN TRAVEL",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 10",
|
||||
"transform": {
|
||||
"position": [
|
||||
8.434046E-05,
|
||||
2.17944336,
|
||||
-3.85567
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "CustomImage",
|
||||
"size": [
|
||||
6.4,
|
||||
6.4,
|
||||
0.02
|
||||
],
|
||||
"textureName": "PS-2 2003 Covered Hopper.ssw-logo-black.png",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Cotton Belt 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.46101272,
|
||||
3.088379,
|
||||
-0.452481359
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "CustomImage",
|
||||
"size": [
|
||||
6.4,
|
||||
6.4,
|
||||
0.02
|
||||
],
|
||||
"textureName": "PS-2 2003 Covered Hopper.ssw-logo-black.png",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Cotton Belt 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.461013,
|
||||
3.088379,
|
||||
0.4524814
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
0.85,
|
||||
0.5,
|
||||
0.02
|
||||
],
|
||||
"text": "S.S.W.",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Side Marks 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.45868862,
|
||||
2.29278564,
|
||||
2.325531
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
0.85,
|
||||
0.5,
|
||||
0.02
|
||||
],
|
||||
"text": "S.S.W.",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Side Marks 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.458689,
|
||||
2.292786,
|
||||
-2.325531
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,762 @@
|
||||
{
|
||||
"identifier": "ps-2-2003-covered-hopper",
|
||||
"newIdentifier": "ps-2-2003-covered-hopper-tc",
|
||||
"name": "PS-2 2003 Covered Hopper Tennessee Central",
|
||||
"description": "Pullman Standard 2003cuft 2-Bay Covered Hopper Tennessee Central",
|
||||
"baseRoadNumber": "6000",
|
||||
"clone": true,
|
||||
"cloneDefault": true,
|
||||
"removes": [
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "Side Numbers 1"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "Side Numbers 2"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "Side Reporting Marks 1"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "Side Reporting Marks 2"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "End Numbers 1"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "End Numbers 2"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "End Reporting Marks 1"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "End Reporting Marks 2"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 1"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 2"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 3"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 4"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 5"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 6"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 7"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 8"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 9"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 10"
|
||||
}
|
||||
],
|
||||
"adds": [
|
||||
{
|
||||
"replace": true,
|
||||
"component": {
|
||||
"kind": "Colorizer",
|
||||
"hexColors": [
|
||||
"bdbdbd"
|
||||
],
|
||||
"material": {
|
||||
"materialName": "Colorable"
|
||||
},
|
||||
"name": "Colorizer ",
|
||||
"transform": {
|
||||
"position": [
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"rotation": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1
|
||||
],
|
||||
"scale": [
|
||||
1,
|
||||
1,
|
||||
1
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
],
|
||||
"bulkAdds": [
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.8,
|
||||
0.27,
|
||||
0.05
|
||||
],
|
||||
"content": "RoadNumber",
|
||||
"forceColor": "",
|
||||
"name": "Side Numbers 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.449659,
|
||||
1.98132324,
|
||||
2.344718
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.8,
|
||||
0.27,
|
||||
0.05
|
||||
],
|
||||
"content": "RoadNumber",
|
||||
"forceColor": "",
|
||||
"name": "Side Numbers 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.449659,
|
||||
1.981323,
|
||||
-2.344718
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.8,
|
||||
0.3,
|
||||
0.05
|
||||
],
|
||||
"content": "Lettering",
|
||||
"forceColor": "",
|
||||
"name": "Side Reporting Marks 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.449659,
|
||||
2.26599121,
|
||||
2.344718
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.8,
|
||||
0.3,
|
||||
0.05
|
||||
],
|
||||
"content": "Lettering",
|
||||
"forceColor": "",
|
||||
"name": "Side Reporting Marks 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.449659,
|
||||
2.265991,
|
||||
-2.344718
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.4,
|
||||
0.15,
|
||||
0.05
|
||||
],
|
||||
"content": "RoadNumber",
|
||||
"forceColor": "",
|
||||
"name": "End Numbers 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.124923,
|
||||
3.38568115,
|
||||
4.46153355
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
1.0,
|
||||
0.0,
|
||||
-8.301305E-08
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.4,
|
||||
0.15,
|
||||
0.05
|
||||
],
|
||||
"content": "RoadNumber",
|
||||
"forceColor": "",
|
||||
"name": "End Numbers 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.124923,
|
||||
3.385681,
|
||||
-4.461534
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.4,
|
||||
0.15,
|
||||
0.05
|
||||
],
|
||||
"content": "Lettering",
|
||||
"forceColor": "",
|
||||
"name": "End Reporting Marks 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.124923,
|
||||
3.52185059,
|
||||
4.46153355
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
1.0,
|
||||
0.0,
|
||||
-8.301305E-08
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.4,
|
||||
0.15,
|
||||
0.05
|
||||
],
|
||||
"content": "Lettering",
|
||||
"forceColor": "",
|
||||
"name": "End Reporting Marks 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.124923,
|
||||
3.521851,
|
||||
-4.461534
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.25,
|
||||
0.6,
|
||||
0.02
|
||||
],
|
||||
"text": "CAPY 140000<br>LD LMT 159100<br>LT WT 50900",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.45864832,
|
||||
1.543396,
|
||||
2.841011
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
0.6,
|
||||
0.2,
|
||||
0.02
|
||||
],
|
||||
"text": "NEW 5-57",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.458617,
|
||||
1.41772461,
|
||||
1.41035831
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
0.5,
|
||||
0.2,
|
||||
0.02
|
||||
],
|
||||
"text": "BLT 5-57",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 3",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.458546,
|
||||
1.41772461,
|
||||
-1.42308593
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.1,
|
||||
0.5,
|
||||
0.02
|
||||
],
|
||||
"text": " EXW 10-3 H 12-3<br> EW 9-8 H 12-6<br>CU FT 2003",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 4",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.4584533,
|
||||
1.58612061,
|
||||
-2.26789069
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.0,
|
||||
0.6,
|
||||
0.02
|
||||
],
|
||||
"text": "1W WROT STL WHEELS<br>SPRG 2 1/2 IN TRAVEL",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 5",
|
||||
"transform": {
|
||||
"position": [
|
||||
8.8210254E-05,
|
||||
2.17944336,
|
||||
3.84855986
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
1.00000012,
|
||||
0.0,
|
||||
-4.88253669E-08
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.25,
|
||||
0.6,
|
||||
0.02
|
||||
],
|
||||
"text": "CAPY 140000<br>LD LMT 159100<br>LT WT 50900",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 6",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.458648,
|
||||
1.543396,
|
||||
-2.841011
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
0.6,
|
||||
0.2,
|
||||
0.02
|
||||
],
|
||||
"text": "NEW 5-57",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 7",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.458617,
|
||||
1.417725,
|
||||
-1.410358
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
0.5,
|
||||
0.2,
|
||||
0.02
|
||||
],
|
||||
"text": "BLT 5-57",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 8",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.458546,
|
||||
1.417725,
|
||||
1.423086
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.1,
|
||||
0.5,
|
||||
0.02
|
||||
],
|
||||
"text": " EXW 10-3 H 12-3<br> EW 9-8 H 12-6<br>CU FT 2003",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 9",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.458453,
|
||||
1.586121,
|
||||
2.267891
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.0,
|
||||
0.6,
|
||||
0.02
|
||||
],
|
||||
"text": "1W WROT STL WHEELS<br>SPRG 2 1/2 IN TRAVEL",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 10",
|
||||
"transform": {
|
||||
"position": [
|
||||
8.434046E-05,
|
||||
2.17944336,
|
||||
-3.85567
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "CustomImage",
|
||||
"size": [
|
||||
7.25,
|
||||
7.25,
|
||||
0.02
|
||||
],
|
||||
"textureName": "PS-2 2003 Covered Hopper.tenn-central.png",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Tenn Central 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.45700741,
|
||||
2.92041016,
|
||||
1.3110066E-05
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "CustomImage",
|
||||
"size": [
|
||||
7.25,
|
||||
7.25,
|
||||
0.02
|
||||
],
|
||||
"textureName": "PS-2 2003 Covered Hopper.tenn-central.png",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Tenn Central 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.45699275,
|
||||
2.92041016,
|
||||
-0.03128237
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,700 @@
|
||||
{
|
||||
"identifier": "ps-2-2003-covered-hopper",
|
||||
"newIdentifier": "ps-2-2003-covered-hopper-wab",
|
||||
"name": "PS-2 2003 Covered Hopper Wabash",
|
||||
"description": "Pullman Standard 2003cuft 2-Bay Covered Hopper Wabash",
|
||||
"baseRoadNumber": "30000",
|
||||
"clone": true,
|
||||
"cloneDefault": true,
|
||||
"removes": [
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "Side Numbers 1"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "Side Numbers 2"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "Side Reporting Marks 1"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "Side Reporting Marks 2"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "End Numbers 1"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "End Numbers 2"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "End Reporting Marks 1"
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"name": "End Reporting Marks 2"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 1"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 2"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 3"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 4"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 5"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 6"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 7"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 8"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 9"
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"name": "Data 10"
|
||||
}
|
||||
],
|
||||
"adds": [
|
||||
{
|
||||
"replace": true,
|
||||
"component": {
|
||||
"kind": "Colorizer",
|
||||
"hexColors": [
|
||||
"1E1D1C"
|
||||
],
|
||||
"material": {
|
||||
"materialName": "Colorable"
|
||||
},
|
||||
"name": "Colorizer ",
|
||||
"transform": {
|
||||
"position": [
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"rotation": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1
|
||||
],
|
||||
"scale": [
|
||||
1,
|
||||
1,
|
||||
1
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
],
|
||||
"bulkAdds": [
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.8,
|
||||
0.27,
|
||||
0.05
|
||||
],
|
||||
"content": "RoadNumber",
|
||||
"forceColor": "",
|
||||
"name": "Side Numbers 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.449659,
|
||||
1.939331,
|
||||
2.344718
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.8,
|
||||
0.27,
|
||||
0.05
|
||||
],
|
||||
"content": "RoadNumber",
|
||||
"forceColor": "",
|
||||
"name": "Side Numbers 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.4497242,
|
||||
1.9387207,
|
||||
-2.37942648
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.4,
|
||||
0.15,
|
||||
0.05
|
||||
],
|
||||
"content": "RoadNumber",
|
||||
"forceColor": "",
|
||||
"name": "End Numbers 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.124923,
|
||||
3.38568115,
|
||||
4.46153355
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
1.0,
|
||||
0.0,
|
||||
-8.301305E-08
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.4,
|
||||
0.15,
|
||||
0.05
|
||||
],
|
||||
"content": "RoadNumber",
|
||||
"forceColor": "",
|
||||
"name": "End Numbers 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.124923,
|
||||
3.385681,
|
||||
-4.461534
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.4,
|
||||
0.15,
|
||||
0.05
|
||||
],
|
||||
"content": "Lettering",
|
||||
"forceColor": "",
|
||||
"name": "End Reporting Marks 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.124923,
|
||||
3.52185059,
|
||||
4.46153355
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
1.0,
|
||||
0.0,
|
||||
-8.301305E-08
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "Decal",
|
||||
"size": [
|
||||
0.4,
|
||||
0.15,
|
||||
0.05
|
||||
],
|
||||
"content": "Lettering",
|
||||
"forceColor": "",
|
||||
"name": "End Reporting Marks 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.124923,
|
||||
3.521851,
|
||||
-4.461534
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.25,
|
||||
0.6,
|
||||
0.02
|
||||
],
|
||||
"text": "CAPY 140000<br>LD LMT 159100<br>LT WT 50900",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.45864832,
|
||||
1.543396,
|
||||
2.841011
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
0.6,
|
||||
0.2,
|
||||
0.02
|
||||
],
|
||||
"text": "NEW 6-57",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.458617,
|
||||
1.41772461,
|
||||
1.41035831
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
0.5,
|
||||
0.2,
|
||||
0.02
|
||||
],
|
||||
"text": "BLT 6-57",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 3",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.458546,
|
||||
1.41772461,
|
||||
-1.42308593
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.1,
|
||||
0.5,
|
||||
0.02
|
||||
],
|
||||
"text": " EXW 10-3 H 12-3<br> EW 9-8 H 12-6<br>CU FT 2003",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 4",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.4584533,
|
||||
1.58612061,
|
||||
-2.26789069
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.0,
|
||||
0.6,
|
||||
0.02
|
||||
],
|
||||
"text": "1W WROT STL WHEELS<br>SPRG 2 1/2 IN TRAVEL",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 5",
|
||||
"transform": {
|
||||
"position": [
|
||||
8.8210254E-05,
|
||||
2.17944336,
|
||||
3.84855986
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
1.00000012,
|
||||
0.0,
|
||||
-4.88253669E-08
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.25,
|
||||
0.6,
|
||||
0.02
|
||||
],
|
||||
"text": "CAPY 140000<br>LD LMT 159100<br>LT WT 50900",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 6",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.458648,
|
||||
1.543396,
|
||||
-2.841011
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
0.6,
|
||||
0.2,
|
||||
0.02
|
||||
],
|
||||
"text": "NEW 6-57",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 7",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.458617,
|
||||
1.417725,
|
||||
-1.410358
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
0.5,
|
||||
0.2,
|
||||
0.02
|
||||
],
|
||||
"text": "BLT 6-57",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 8",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.458546,
|
||||
1.417725,
|
||||
1.423086
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.1,
|
||||
0.5,
|
||||
0.02
|
||||
],
|
||||
"text": " EXW 10-3 H 12-3<br> EW 9-8 H 12-6<br>CU FT 2003",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 9",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.458453,
|
||||
1.586121,
|
||||
2.267891
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
1.0,
|
||||
0.6,
|
||||
0.02
|
||||
],
|
||||
"text": "1W WROT STL WHEELS<br>SPRG 2 1/2 IN TRAVEL",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Data 10",
|
||||
"transform": {
|
||||
"position": [
|
||||
8.434046E-05,
|
||||
2.17944336,
|
||||
-3.85567
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "CustomImage",
|
||||
"size": [
|
||||
6.4,
|
||||
6.4,
|
||||
0.02
|
||||
],
|
||||
"textureName": "PS-2 2003 Covered Hopper.wabash-white.png",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Wabash 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.45983148,
|
||||
2.65246582,
|
||||
-0.4869788
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "CustomImage",
|
||||
"size": [
|
||||
6.4,
|
||||
6.4,
|
||||
0.02
|
||||
],
|
||||
"textureName": "PS-2 2003 Covered Hopper.wabash-white.png",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "Wabash 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.45980215,
|
||||
2.65246582,
|
||||
0.449869215
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
PS-2 2003 Covered Hopper/LegosLogosFolder/Thumbs.db
Normal file
BIN
PS-2 2003 Covered Hopper/LegosLogosFolder/Thumbs.db
Normal file
Binary file not shown.
BIN
PS-2 2003 Covered Hopper/LegosLogosFolder/baltimore-ohio.png
Normal file
BIN
PS-2 2003 Covered Hopper/LegosLogosFolder/baltimore-ohio.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 26 KiB |
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user