28 Commits

Author SHA1 Message Date
4becaf3455 Consistent versioning, update dependencies
- Version 0.0.3 in both railloader and unitymodmanager
 - No reason to depend on Cross Traffic 2.1.0; 2.0.1 is sufficient
2025-09-15 01:02:16 -05:00
124988fdbb Baggage (suitcases) all done and in position 2025-09-15 00:54:36 -05:00
023d3b94a2 Yep, more baggage. 2025-09-12 23:47:57 -05:00
b8bad06c1c Even more baggage: 2B done, just the middle rack left! 2025-09-12 23:47:57 -05:00
014f515503 Even more baggage. 2025-09-12 23:47:56 -05:00
eb5b36d270 More baggage! 2025-09-12 23:47:55 -05:00
940e9be770 Work on Rack 1B row 100 2025-09-12 23:47:55 -05:00
049d43b5c5 Finish baggage rack 2B, start on 1B
add a leaning suitcase
2025-09-12 23:47:54 -05:00
88f6536089 Baggage rack B2: B2-101, B2-102, B2-103, B2-201, B2-203 2025-09-12 23:47:53 -05:00
7ed734b8c9 Ducktown customs updates
Now Ducktown customs is more than just reefers
Add baggage to base-game baggage car using RLW baggage models
2025-09-12 23:47:53 -05:00
ee09d575a9 Add RLW Passenger Cars
https://www.nexusmods.com/railroader/mods/635
2025-09-12 23:47:52 -05:00
66b2473ce2 Add RLW Baggage Assets
https://www.nexusmods.com/railroader/mods/959
2025-09-12 23:47:51 -05:00
02cc74a1f2 Update to RMROC T&T 2.1.8
Update RMROC T&T 2.1.8
2025-09-11 21:07:08 -05:00
960f5c0703 Update to RMROC T&T 2.1.7
Update RMROC T&T 2.1.7

Update RMROC T&T 2.1.7
2025-09-11 21:07:07 -05:00
341b28fa3d Add Lego’s Graffiti Mod
https://www.nexusmods.com/railroader/mods/304
2025-09-11 21:07:07 -05:00
392bd73bae Add Can I Make It
https://www.nexusmods.com/railroader/mods/365
2025-09-11 21:07:06 -05:00
dad3bdb52b Update to RMROC T&T 2.1.4 2025-09-11 21:07:05 -05:00
d91e8ae5f8 Update to RMROC T&T 2.1.1 2025-09-11 21:07:04 -05:00
5cfa9c9b8c Update RMROC T&T 2.1.0 2025-09-11 21:07:04 -05:00
e5937c3647 Update RMROC’s Tweaks and Things to 2.1.0 2025-09-11 21:07:03 -05:00
583e50be30 Add For Your Convenience
https://railroader.stelltis.ch/mods/for-your-convenience
2025-09-11 21:07:02 -05:00
b8e7c769e4 copy MapEnhancer.dll from RMROC 2025-09-11 21:07:02 -05:00
cd6a9105e4 Update RMROC Tweaks and Things 2025-09-11 21:07:01 -05:00
ab98cd2d50 Add Refuel Waypoint
https://www.nexusmods.com/railroader/mods/752
2025-09-11 21:07:00 -05:00
4ba3def7cb Add Map Enhancer
https://www.nexusmods.com/railroader/mods/18
2025-09-11 21:07:00 -05:00
64bc354c65 Add Lego’s Used Equipment market 2025-09-11 21:06:59 -05:00
dfbbe6e340 Add RMROC’s tweaks & things 2.0.0
https://github.com/rmroc451/TweaksAndThings/releases
2025-09-11 21:06:58 -05:00
b36c58b66c adding the p2-2 2003cuft/2893cuft hoppers and turning them off for now (jsoff) except for my new 2 bay WC in Ducktown 2025-09-11 21:00:05 -05:00
116 changed files with 46125 additions and 8 deletions

BIN
CanIMakeIt/CanIMakeIt.dll Normal file

Binary file not shown.

View File

@@ -0,0 +1,8 @@
{
"manifestVersion": 1,
"id": "Musician101.CanIMakeIt",
"name": "Can I Make It?",
"Author": "Musician101",
"Version": "1.0.0",
"assemblies": [ "CanIMakeIt" ]
}

View File

@@ -48,4 +48,11 @@
]
},
{
"identifier": "ps-2-2003-covered-hopper-WC",
"reportingMarks": [
"WC"
]
},
]

View File

@@ -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)"
]
}
}

File diff suppressed because it is too large Load Diff

View File

@@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

View File

@@ -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"
]
}

View File

@@ -0,0 +1,4 @@
{
"assemblies": [ "ForYourConvenience" ],
"updateUrl": "https://railroader.stelltis.ch/updates.json"
}

View 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"
}

View File

@@ -0,0 +1,4 @@
{
"assemblies": [ "ForYourConvenience" ],
"updateUrl": "https://railroader.stelltis.ch/updates.json"
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -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
}
}
]
}

View File

@@ -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
}
}
]
}

View File

@@ -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
}
}
]
}

View File

@@ -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
}
}
]
}

View File

@@ -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
}
}
]
}

View File

@@ -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
}
}
]
}

View File

@@ -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
}
}
]
}

View File

@@ -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
}
}
]
}

View File

@@ -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
}
}
]
}

View File

@@ -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
}
}
]
}

View File

@@ -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
}
}
]
}

View File

@@ -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
}
}
]
}

View File

@@ -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
}
}
]
}

View File

@@ -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
}
}
]
}

Binary file not shown.

View 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"]
}

View 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 Mods 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.

View 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
View 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

Binary file not shown.

BIN
MapEnhancer/arrow.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

BIN
MapEnhancer/flare.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

11
MapEnhancer/info.json Normal file
View 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 763 B

Binary file not shown.

View File

@@ -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
}
]
}

View File

@@ -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
}
]
}

View File

@@ -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
}
]
}

View File

@@ -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
}
]
}

View File

@@ -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
}
]
}

View File

@@ -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
}
]
}

View File

@@ -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
}
]
}

View File

@@ -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
}
]
}

View File

@@ -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
}
]
}

View File

@@ -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
}
]
}

View File

@@ -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
}
]
}

View File

@@ -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
}
]
}

View File

@@ -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
}
]
}

View File

@@ -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
}
]
}

View File

@@ -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
}
]
}

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

View File

@@ -0,0 +1 @@
{"identifier":"ps-2-2003-covered-hopper","name":"PS-2 2003 Covered Hopper","shared":false,"assets":{"PS-2 2003 Covered Hopper":{"name":"PS-2 2003 Covered Hopper","type":"prefab","filename":"PS-2 2003 Covered Hopper.prefab"},"Colorable":{"name":"Colorable","type":"material","filename":"Colorable.mat"}}}

View File

@@ -0,0 +1,514 @@
{
"objects": [
{
"identifier": "ps-2-2003-covered-hopper",
"metadata": {
"name": "PS-2 2003 Covered Hopper",
"description": "Pullman Standard 2003cuft 2-Bay Covered Hopper",
"tags": [
"freight",
"colorable"
],
"credits": "Route of the Whippet"
},
"definition": {
"kind": "Car",
"modelIdentifier": "PS-2 2003 Covered Hopper",
"carType": "HMR",
"archetype": "HopperOpen",
"visibleInPlacer": true,
"basePrice": 0,
"baseRoadNumber": "20000",
"weightEmpty": 50900,
"truckIdentifier": "truck.bettendorf.conventional",
"loadSlots": [
{
"maximumCapacity": 140000.0,
"loadUnits": "Pounds",
"requiredLoadIdentifier": ""
}
],
"truckSeparation": 7.49464,
"length": 10.5,
"couplerHeight": 0.885,
"airHosePosition": [
-0.369,
1.037,
0.2
],
"brakeAnimations": [],
"minimumCurveRadius": "ExtraSmall",
"components": [
{
"kind": "Ladder",
"height": 2.5,
"name": "Ladder 1",
"transform": {
"position": [
1.4525423,
1.50811768,
-5.02797842
],
"rotation": [
0.0,
0.707106769,
0.0,
0.707106769
],
"scale": [
1.0,
1.0,
1.0
]
},
"parent": null,
"enabled": true
},
{
"kind": "Ladder",
"height": 3.5,
"name": "Ladder 2",
"transform": {
"position": [
-1.50143206,
2.293457,
-4.790025
],
"rotation": [
0.0,
-0.707106769,
0.0,
0.707106769
],
"scale": [
1.0,
1.0,
1.0
]
},
"parent": null,
"enabled": true
},
{
"kind": "Ladder",
"height": 3.5,
"name": "Ladder 3",
"transform": {
"position": [
1.50155652,
2.35784912,
4.94706535
],
"rotation": [
0.0,
0.707106769,
0.0,
0.707106769
],
"scale": [
1.0,
1.0,
1.0
]
},
"parent": null,
"enabled": true
},
{
"kind": "Ladder",
"height": 2.5,
"name": "Ladder 4",
"transform": {
"position": [
-1.4526099,
1.53967285,
4.949087
],
"rotation": [
0.0,
-0.707106769,
0.0,
0.707106769
],
"scale": [
1.0,
1.0,
1.0
]
},
"parent": null,
"enabled": true
},
{
"kind": "Ladder",
"height": 3.5,
"name": "Ladder 5",
"transform": {
"position": [
1.18195033,
2.34832764,
5.23972368
],
"rotation": [
0.0,
0.0,
0.0,
1.0
],
"scale": [
1.0,
1.0,
1.0
]
},
"parent": null,
"enabled": true
},
{
"kind": "Ladder",
"height": 3.5,
"name": "Ladder 6",
"transform": {
"position": [
-1.16091669,
2.35467529,
-5.09760046
],
"rotation": [
0.0,
1.0,
0.0,
-4.88247E-08
],
"scale": [
1.0,
1.0,
1.0
]
},
"parent": null,
"enabled": true
},
{
"kind": "Colorizer",
"hexColors": [
"A8A099",
"C7C8C8",
"B7B9AC",
"504448",
"878a90",
"8C8B8B",
"1e442d",
"101010",
"1D1A1A",
"252525",
"A8A890",
"7D5146",
"2E402E",
"482C28",
"6A1B0B",
"404350"
],
"material": {
"materialName": "Colorable"
},
"name": "Colorizer",
"transform": {
"position": [
0.0,
0.0,
0.0
],
"rotation": [
0.0,
0.0,
0.0,
1.0
],
"scale": [
1.0,
1.0,
1.0
]
},
"parent": null,
"enabled": true
},
{
"kind": "PrefabControl",
"prefab": "HandbrakeWheel",
"name": "Handbrake",
"transform": {
"position": [
-0.45014587,
3.34844971,
-5.31951046
],
"rotation": [
0.0,
0.707106769,
0.0,
0.707106769
],
"scale": [
0.8,
0.8,
0.8
]
},
"parent": null,
"enabled": true
},
{
"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
}
]
}
}
]
}

Binary file not shown.

View File

@@ -0,0 +1,32 @@
Pullman Standard PS-2 2003 Covered Hopper
Version 1.1
Adds the Pullman Standard PS-2 2003 cubic foot covered hopper to the game, along with 15 different prototypically accurate repaints, plus a data only version.
The PS-2 2003 hopper was built by Pullman Standard between 1955 and 1959 for a variety of railroads. These cars had long service lives, with many lasting into the late 1980s, and were used for shipping bulk dry goods such as grain, wheat, barley, talc, cement, and flour.
Requirements:
- Legotrainman's Library of Stuff: https://www.nexusmods.com/railroader/mods/303
- Legotrainman's Logos and Deco: https://www.nexusmods.com/railroader/mods/410
- Legotrainman's Custom Reporting Marks: https://www.nexusmods.com/railroader/mods/308
- Unity Mod Manager: https://www.nexusmods.com/site/mods/21
- Asset Loader: https://www.nexusmods.com/railroader/mods/42
Installation Instructions:
Drag and drop the ZIP file into UMM. That's it!
Credits:
Route of the Whippet - Original 3D model created in Blender, textures, artwork, repaint creation, implementation
Railroader Development Team - Original Definitions Files
Legotrainman - For making this mod possible
Pete Willard, railsimstuff.com - Original fonts and artwork
Special thanks to Aspen for guidance on texture creation and Unity implementation.
EULA:
Use at your own risk. Do not repackage, rip, or decompile/recompile this mod, or redistribute any part of this mod without the prior approval of Route of the Whippet. By downloading this mod, the end user agrees to and accepts these terms. Action will be taken if a user is found to be in violation of this EULA.

View File

@@ -0,0 +1,114 @@
[
{
"identifier": "ps-2-2003-covered-hopper-rut",
"reportingMarks": [
"R"
]
},
{
"identifier": "ps-2-2003-covered-hopper-ssw",
"reportingMarks": [
"SSW"
]
},
{
"identifier": "ps-2-2003-covered-hopper-prr",
"reportingMarks": [
"PRR"
]
},
{
"identifier": "ps-2-2003-covered-hopper-fec",
"reportingMarks": [
"FEC"
]
},
{
"identifier": "ps-2-2003-covered-hopper-bo",
"reportingMarks": [
"B&O"
]
},
{
"identifier": "ps-2-2003-covered-hopper-cofg",
"reportingMarks": [
"CG"
]
},
{
"identifier": "ps-2-2003-covered-hopper-soo",
"reportingMarks": [
"SOO"
]
},
{
"identifier": "ps-2-2003-covered-hopper-dh",
"reportingMarks": [
"D&H"
]
},
{
"identifier": "ps-2-2003-covered-hopper-wab",
"reportingMarks": [
"WAB"
]
},
{
"identifier": "ps-2-2003-covered-hopper-tc",
"reportingMarks": [
"TC"
]
},
{
"identifier": "ps-2-2003-covered-hopper-crr",
"reportingMarks": [
"CRR"
]
},
{
"identifier": "ps-2-2003-covered-hopper-ri",
"reportingMarks": [
"RI"
]
},
{
"identifier": "ps-2-2003-covered-hopper-mstl",
"reportingMarks": [
"M&STL"
]
},
{
"identifier": "ps-2-2003-covered-hopper-nw",
"reportingMarks": [
"N&W"
]
},
{
"identifier": "ps-2-2003-covered-hopper-frisco",
"reportingMarks": [
"SLSF"
]
},
{
"identifier": "ps-2-2003-covered-hopper-WC",
"reportingMarks": [
"WC"
]
}
]

View File

@@ -0,0 +1,7 @@
{
"Id": "PS-2 2003 Covered Hopper",
"Version": "1.1",
"DisplayName": "PS-2 2003 Covered Hopper",
"Author": "Route of the Whippet",
"ManagerVersion": "0.28.2.0"
}

View File

@@ -0,0 +1,7 @@
{
"Id": "RLW Baggage Loads",
"Version": "2.1.0",
"DisplayName": "Baggage Loads",
"Author": "Raider Locomotive Works",
"ManagerVersion": "0.27.3"
}

Binary file not shown.

View File

@@ -0,0 +1 @@
{"identifier":"rlw_baggage_load","name":"rlw_baggage_load","shared":false,"assets":{"SuitCase 1":{"name":"SuitCase 1","type":"prefab","filename":"SuitCase 1.prefab"},"SuitCase 1a":{"name":"SuitCase 1a","type":"prefab","filename":"SuitCase 1a.prefab"},"SuitCase 1b":{"name":"SuitCase 1b","type":"prefab","filename":"SuitCase 1b.prefab"},"SuitCase 2":{"name":"SuitCase 2","type":"prefab","filename":"SuitCase 2.prefab"},"SuitCase 2a":{"name":"SuitCase 2a","type":"prefab","filename":"SuitCase 2a.prefab"},"SuitCase 2b":{"name":"SuitCase 2b","type":"prefab","filename":"SuitCase 2b.prefab"},"SuitCase 3":{"name":"SuitCase 3","type":"prefab","filename":"SuitCase 3.prefab"},"SuitCase 3a":{"name":"SuitCase 3a","type":"prefab","filename":"SuitCase 3a.prefab"},"SuitCase 3b":{"name":"SuitCase 3b","type":"prefab","filename":"SuitCase 3b.prefab"},"Trunk 1":{"name":"Trunk 1","type":"prefab","filename":"Trunk 1.prefab"},"Trunk 1a":{"name":"Trunk 1a","type":"prefab","filename":"Trunk 1a.prefab"},"Trunk 1b":{"name":"Trunk 1b","type":"prefab","filename":"Trunk 1b.prefab"},"Coffin":{"name":"Coffin","type":"prefab","filename":"Coffin.prefab"},"Coffin a":{"name":"Coffin a","type":"prefab","filename":"Coffin a.prefab"},"Coffin b":{"name":"Coffin b","type":"prefab","filename":"Coffin b.prefab"},"Crate":{"name":"Crate","type":"prefab","filename":"Crate.prefab"},"Crate a":{"name":"Crate a","type":"prefab","filename":"Crate a.prefab"},"Crate b":{"name":"Crate b","type":"prefab","filename":"Crate b.prefab"}}}

View File

@@ -0,0 +1,256 @@
{
"objects": [
{
"identifier": "SuitCase 1",
"metadata": {
"name": "SuitCase 1",
"description": "A new item",
"tags": [],
"credits": ""
},
"definition": {
"kind": "Scenery",
"modelIdentifier": "SuitCase 1",
"components": []
}
},
{
"identifier": "SuitCase 1a",
"metadata": {
"name": "SuitCase 1a",
"description": "A new item",
"tags": [],
"credits": ""
},
"definition": {
"kind": "Scenery",
"modelIdentifier": "SuitCase 1a",
"components": []
}
},
{
"identifier": "SuitCase 1b",
"metadata": {
"name": "SuitCase 1b",
"description": "A new item",
"tags": [],
"credits": ""
},
"definition": {
"kind": "Scenery",
"modelIdentifier": "SuitCase 1b",
"components": []
}
},
{
"identifier": "SuitCase 2",
"metadata": {
"name": "SuitCase 2",
"description": "A new item",
"tags": [],
"credits": ""
},
"definition": {
"kind": "Scenery",
"modelIdentifier": "SuitCase 2",
"components": []
}
},
{
"identifier": "SuitCase 2a",
"metadata": {
"name": "SuitCase 2a",
"description": "A new item",
"tags": [],
"credits": ""
},
"definition": {
"kind": "Scenery",
"modelIdentifier": "SuitCase 2a",
"components": []
}
},
{
"identifier": "SuitCase 2b",
"metadata": {
"name": "SuitCase 2b",
"description": "A new item",
"tags": [],
"credits": ""
},
"definition": {
"kind": "Scenery",
"modelIdentifier": "SuitCase 2b",
"components": []
}
},
{
"identifier": "SuitCase 3",
"metadata": {
"name": "SuitCase 3",
"description": "A new item",
"tags": [],
"credits": ""
},
"definition": {
"kind": "Scenery",
"modelIdentifier": "SuitCase 3",
"components": []
}
},
{
"identifier": "SuitCase 3a",
"metadata": {
"name": "SuitCase 3a",
"description": "A new item",
"tags": [],
"credits": ""
},
"definition": {
"kind": "Scenery",
"modelIdentifier": "SuitCase 3a",
"components": []
}
},
{
"identifier": "SuitCase 3b",
"metadata": {
"name": "SuitCase 3b",
"description": "A new item",
"tags": [],
"credits": ""
},
"definition": {
"kind": "Scenery",
"modelIdentifier": "SuitCase 3b",
"components": []
}
},
{
"identifier": "Trunk 1",
"metadata": {
"name": "Trunk 1",
"description": "A new item",
"tags": [],
"credits": ""
},
"definition": {
"kind": "Scenery",
"modelIdentifier": "Trunk 1",
"components": []
}
},
{
"identifier": "Trunk 1a",
"metadata": {
"name": "Trunk 1a",
"description": "A new item",
"tags": [],
"credits": ""
},
"definition": {
"kind": "Scenery",
"modelIdentifier": "Trunk 1a",
"components": []
}
},
{
"identifier": "Trunk 1b",
"metadata": {
"name": "Trunk 1b",
"description": "A new item",
"tags": [],
"credits": ""
},
"definition": {
"kind": "Scenery",
"modelIdentifier": "Trunk 1b",
"components": []
}
},
{
"identifier": "Coffin",
"metadata": {
"name": "Coffin",
"description": "A new item",
"tags": [],
"credits": ""
},
"definition": {
"kind": "Scenery",
"modelIdentifier": "Coffin",
"components": []
}
},
{
"identifier": "Coffin a",
"metadata": {
"name": "Coffin a",
"description": "A new item",
"tags": [],
"credits": ""
},
"definition": {
"kind": "Scenery",
"modelIdentifier": "Coffin a",
"components": []
}
},
{
"identifier": "Coffin b",
"metadata": {
"name": "Coffin b",
"description": "A new item",
"tags": [],
"credits": ""
},
"definition": {
"kind": "Scenery",
"modelIdentifier": "Coffin b",
"components": []
}
},
{
"identifier": "Crate",
"metadata": {
"name": "Crate",
"description": "A new item",
"tags": [],
"credits": ""
},
"definition": {
"kind": "Scenery",
"modelIdentifier": "Crate",
"components": []
}
},
{
"identifier": "Crate a",
"metadata": {
"name": "Crate a",
"description": "A new item",
"tags": [],
"credits": ""
},
"definition": {
"kind": "Scenery",
"modelIdentifier": "Crate a",
"components": []
}
},
{
"identifier": "Crate b",
"metadata": {
"name": "Crate b",
"description": "A new item",
"tags": [],
"credits": ""
},
"definition": {
"kind": "Scenery",
"modelIdentifier": "Crate b",
"components": []
}
}
]
}

View File

@@ -0,0 +1,7 @@
{
"Id": "RLW Passenger Cars",
"Version": "3.0.0",
"DisplayName": "RLW Passenger Cars",
"Author": "Raider Locomotive Works",
"ManagerVersion": "0.27.3"
}

Binary file not shown.

View File

@@ -0,0 +1 @@
{"identifier":"rlw_passenger_cars_rebuild_pack_1","name":"rlw_passenger_cars_rebuild_pack_1","shared":false,"assets":{"rlw-chair-car-2":{"name":"rlw-chair-car-2","type":"prefab","filename":"rlw-chair-car-2.prefab"},"rlw-coach-car-2":{"name":"rlw-coach-car-2","type":"prefab","filename":"rlw-coach-car-2.prefab"}}}

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@@ -0,0 +1 @@
{"identifier":"rlw_passenger_cars_rebuild_pack_2","name":"rlw_passenger_cars_rebuild_pack_2","shared":false,"assets":{"rlw-baggage-car-2":{"name":"rlw-baggage-car-2","type":"prefab","filename":"rlw-baggage-car-2.prefab"},"rlw-bag-rack":{"name":"rlw-bag-rack","type":"prefab","filename":"rlw-bag-rack.prefab"},"rlw-dining-car-2":{"name":"rlw-dining-car-2","type":"prefab","filename":"rlw-dining-car-2.prefab"}}}

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@@ -0,0 +1 @@
{"identifier":"rlw_passenger_cars_rebuild_pack_3","name":"rlw_passenger_cars_rebuild_pack_3","shared":false,"assets":{"rlw-observation-car-2":{"name":"rlw-observation-car-2","type":"prefab","filename":"rlw-observation-car-2.prefab"},"rlw-sleeper-car-2":{"name":"rlw-sleeper-car-2","type":"prefab","filename":"rlw-sleeper-car-2.prefab"}}}

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@@ -0,0 +1 @@
{"identifier":"rlw_passenger_cars_rebuild_pack_domes","name":"rlw_passenger_cars_rebuild_pack_domes","shared":false,"assets":{"rlw-dome-car-2":{"name":"rlw-dome-car-2","type":"prefab","filename":"rlw-dome-car-2.prefab"},"rlw-dome-obs":{"name":"rlw-dome-obs","type":"prefab","filename":"rlw-dome-obs.prefab"},"rlw-3_4Dome-car-2":{"name":"rlw-3_4Dome-car-2","type":"prefab","filename":"rlw-3_4Dome-car-2.prefab"},"rlw-dome-obs-sign":{"name":"rlw-dome-obs-sign","type":"prefab","filename":"rlw-dome-obs-sign.prefab"},"rlw-dome-obs-connect":{"name":"rlw-dome-obs-connect","type":"prefab","filename":"rlw-dome-obs-connect.prefab"}}}

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Some files were not shown because too many files have changed in this diff Show More