Compare commits
36 Commits
duck-clien
...
duck-optio
| Author | SHA1 | Date | |
|---|---|---|---|
|
d193df1e6a
|
|||
|
a04f5d15b5
|
|||
|
a9384e6f0e
|
|||
|
e0440f0dfb
|
|||
|
8b5527caa0
|
|||
|
463db0a37a
|
|||
|
100dde707b
|
|||
|
1e779b4c72
|
|||
| c6b796b769 | |||
|
4becaf3455
|
|||
|
124988fdbb
|
|||
|
023d3b94a2
|
|||
|
b8bad06c1c
|
|||
|
014f515503
|
|||
|
eb5b36d270
|
|||
|
940e9be770
|
|||
|
049d43b5c5
|
|||
|
88f6536089
|
|||
|
7ed734b8c9
|
|||
|
ee09d575a9
|
|||
|
66b2473ce2
|
|||
|
02cc74a1f2
|
|||
|
960f5c0703
|
|||
|
341b28fa3d
|
|||
|
392bd73bae
|
|||
|
dad3bdb52b
|
|||
|
d91e8ae5f8
|
|||
|
5cfa9c9b8c
|
|||
|
e5937c3647
|
|||
|
583e50be30
|
|||
|
b8e7c769e4
|
|||
|
cd6a9105e4
|
|||
|
ab98cd2d50
|
|||
|
4ba3def7cb
|
|||
|
64bc354c65
|
|||
|
dfbbe6e340
|
BIN
CanIMakeIt/CanIMakeIt.dll
Normal file
8
CanIMakeIt/Definition.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"manifestVersion": 1,
|
||||
"id": "Musician101.CanIMakeIt",
|
||||
"name": "Can I Make It?",
|
||||
"Author": "Musician101",
|
||||
"Version": "1.0.0",
|
||||
"assemblies": [ "CanIMakeIt" ]
|
||||
}
|
||||
@@ -2,7 +2,7 @@
|
||||
"manifestVersion": 1,
|
||||
"id": "DucktownRR.Customs",
|
||||
"name": "Ducktown Railroad Customs",
|
||||
"version": "0.0.2",
|
||||
"version": "0.0.3",
|
||||
"requires": [
|
||||
{
|
||||
"id": "railroader",
|
||||
@@ -25,7 +25,7 @@
|
||||
"file(Railloader/tweakedLoadIDS.json)"
|
||||
],
|
||||
"container:fm-flatcar01": [
|
||||
"file(Railloader/loggingcarsDT.json)",
|
||||
"file(Railloader/loggingcarsDT.json)"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
5018
Ducktown/LegosLibraryOfStuff/Definitions/cbs-baggage01-ducktown.json
Normal file
@@ -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,
|
||||
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
@@ -144,7 +144,7 @@
|
||||
"name": "Epps Springs",
|
||||
"position": { "x": 669.000, "y": 515.000, "z": 5455.000 },
|
||||
"radius": 1000,
|
||||
"tagColor": [ 0, 0, 0.8984375 ],
|
||||
"tagColor": [ 0.21484375, 0.24609375, 1.0 ],
|
||||
"industries": {
|
||||
"brysoninterchange": {
|
||||
"name": "Epps Springs Interchange",
|
||||
|
||||
4
ForYourConvenience/Definition.Stable.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"assemblies": [ "ForYourConvenience" ],
|
||||
"updateUrl": "https://railroader.stelltis.ch/updates.json"
|
||||
}
|
||||
27
ForYourConvenience/Definition.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"manifestVersion": 5,
|
||||
"id": "Zamu.ForYourConvenience",
|
||||
"name": "For Your Convenience",
|
||||
"version": "1.2.24366.2200",
|
||||
"requires": [
|
||||
{
|
||||
"id": "railloader",
|
||||
"notBefore": "1.9.6.8"
|
||||
}
|
||||
],
|
||||
"redirects": [
|
||||
{
|
||||
"definition": "Definition.Stable.json",
|
||||
"requires": [
|
||||
{
|
||||
"id": "railroader",
|
||||
"notAfter": "2024.5.9999"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"definition": "Experimental/Definition.Experimental.json"
|
||||
}
|
||||
],
|
||||
"updateUrl": "https://railroader.stelltis.ch/updates.json"
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"assemblies": [ "ForYourConvenience" ],
|
||||
"updateUrl": "https://railroader.stelltis.ch/updates.json"
|
||||
}
|
||||
BIN
ForYourConvenience/Experimental/ForYourConvenience.dll
Normal file
BIN
ForYourConvenience/ForYourConvenience.dll
Normal file
BIN
LegosGraffitiMod/LegosGraffitiMod.dll
Normal 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
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,137 @@
|
||||
{
|
||||
"identifier": "gb-gondola3",
|
||||
"adds": [
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
1.0,
|
||||
1.0,
|
||||
0.1
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.31524944,
|
||||
1.56488037,
|
||||
0.689277232
|
||||
],
|
||||
"rotation": [
|
||||
0.0308435634,
|
||||
0.7064338,
|
||||
0.0308435634,
|
||||
0.7064338
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
1.0,
|
||||
1.0,
|
||||
0.1
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.31522667,
|
||||
1.35455322,
|
||||
3.28227425
|
||||
],
|
||||
"rotation": [
|
||||
-0.0739127845,
|
||||
0.7032332,
|
||||
-0.0739127845,
|
||||
0.7032332
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
1.0,
|
||||
1.0,
|
||||
0.1
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 3",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.315227,
|
||||
1.354553,
|
||||
-3.282274
|
||||
],
|
||||
"rotation": [
|
||||
-0.07391281,
|
||||
0.7032332,
|
||||
0.07391281,
|
||||
-0.7032332
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
1.0,
|
||||
1.0,
|
||||
0.1
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 4",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.315249,
|
||||
1.56488,
|
||||
0.6892772
|
||||
],
|
||||
"rotation": [
|
||||
-0.0308435634,
|
||||
-0.7064338,
|
||||
0.0308435634,
|
||||
0.7064338
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,71 @@
|
||||
{
|
||||
"identifier": "gb-gondola04",
|
||||
"adds": [
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.0,
|
||||
2.0,
|
||||
0.1
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.246049,
|
||||
1.23834229,
|
||||
1.63342464
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.7071068,
|
||||
0.0,
|
||||
0.7071068
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.0,
|
||||
2.0,
|
||||
0.1
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.246049,
|
||||
1.238342,
|
||||
-1.633425
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
-0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,137 @@
|
||||
{
|
||||
"identifier": "gb-gondola05",
|
||||
"adds": [
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
1.5,
|
||||
1.5,
|
||||
0.15
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.49018371,
|
||||
1.62298584,
|
||||
-2.42961884
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.7071068,
|
||||
0.0,
|
||||
0.7071068
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
1.0,
|
||||
1.0,
|
||||
0.15
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.49017859,
|
||||
1.51422119,
|
||||
2.927307
|
||||
],
|
||||
"rotation": [
|
||||
0.110615879,
|
||||
0.698401153,
|
||||
0.110615879,
|
||||
0.698401153
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
1.0,
|
||||
1.0,
|
||||
0.15
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 3",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.490179,
|
||||
1.514221,
|
||||
-2.927307
|
||||
],
|
||||
"rotation": [
|
||||
-0.110615879,
|
||||
-0.698401153,
|
||||
0.110615879,
|
||||
0.698401153
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
1.5,
|
||||
1.5,
|
||||
0.15
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 4",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.490184,
|
||||
1.622986,
|
||||
2.429619
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
-0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,71 @@
|
||||
{
|
||||
"identifier": "gs-gondola06",
|
||||
"adds": [
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
1.0,
|
||||
1.0,
|
||||
0.15
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.385239,
|
||||
1.86022949,
|
||||
-6.99911834E-06
|
||||
],
|
||||
"rotation": [
|
||||
-0.0739127845,
|
||||
0.7032332,
|
||||
-0.0739127845,
|
||||
0.7032332
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
1.0,
|
||||
1.0,
|
||||
0.15
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.385239,
|
||||
1.860229,
|
||||
6.999118E-06
|
||||
],
|
||||
"rotation": [
|
||||
-0.0739127845,
|
||||
0.7032332,
|
||||
-0.0739127845,
|
||||
0.7032332
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,137 @@
|
||||
{
|
||||
"identifier": "gb-gondola1",
|
||||
"adds": [
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
1.5,
|
||||
1.5,
|
||||
0.1
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.37449622,
|
||||
1.29815674,
|
||||
2.80617833
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.7071069,
|
||||
0.0,
|
||||
0.7071069
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.0,
|
||||
2.0,
|
||||
0.1
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.37444341,
|
||||
1.32147217,
|
||||
-2.506546
|
||||
],
|
||||
"rotation": [
|
||||
-0.09229596,
|
||||
0.701057434,
|
||||
-0.09229596,
|
||||
0.701057434
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
1.5,
|
||||
1.5,
|
||||
0.1
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 3",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.37741351,
|
||||
1.32147217,
|
||||
-2.50647879
|
||||
],
|
||||
"rotation": [
|
||||
-0.09229596,
|
||||
-0.7010574,
|
||||
0.09229596,
|
||||
0.7010574
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.0,
|
||||
2.0,
|
||||
0.1
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 4",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.37744772,
|
||||
1.27270508,
|
||||
2.53523326
|
||||
],
|
||||
"rotation": [
|
||||
0.043167837,
|
||||
-0.705787957,
|
||||
-0.04316784,
|
||||
0.705787957
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,137 @@
|
||||
{
|
||||
"identifier": "hm-hopper02",
|
||||
"adds": [
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.5,
|
||||
2.5,
|
||||
0.15
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.43813956,
|
||||
1.97241211,
|
||||
1.47891057
|
||||
],
|
||||
"rotation": [
|
||||
0.09229597,
|
||||
0.7010574,
|
||||
0.09229597,
|
||||
0.7010574
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.5,
|
||||
2.5,
|
||||
0.15
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.43813241,
|
||||
1.97241211,
|
||||
-2.585984
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.7071068,
|
||||
0.0,
|
||||
0.7071068
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.5,
|
||||
2.5,
|
||||
0.15
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 3",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.438132,
|
||||
1.972412,
|
||||
2.585984
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.7071068,
|
||||
0.0,
|
||||
0.7071068
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.5,
|
||||
2.5,
|
||||
0.15
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 4",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.43814,
|
||||
1.972412,
|
||||
-1.478911
|
||||
],
|
||||
"rotation": [
|
||||
0.09229597,
|
||||
0.7010574,
|
||||
0.09229597,
|
||||
0.7010574
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,71 @@
|
||||
{
|
||||
"identifier": "hmr-hopper03",
|
||||
"adds": [
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.0,
|
||||
2.0,
|
||||
0.15
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.39004123,
|
||||
2.12774658,
|
||||
1.77749681
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.7071068,
|
||||
0.0,
|
||||
0.7071068
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.0,
|
||||
2.0,
|
||||
0.15
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.390041,
|
||||
2.127747,
|
||||
-1.777497
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
-0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,137 @@
|
||||
{
|
||||
"identifier": "ht-hopper01",
|
||||
"adds": [
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
3.0,
|
||||
3.0,
|
||||
0.05
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.49758554,
|
||||
2.0534668,
|
||||
2.262633
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.7071068,
|
||||
0.0,
|
||||
0.7071068
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.5,
|
||||
2.5,
|
||||
0.05
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.49757314,
|
||||
2.0534668,
|
||||
-2.636317
|
||||
],
|
||||
"rotation": [
|
||||
0.153045923,
|
||||
0.6903455,
|
||||
0.153045923,
|
||||
0.6903455
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.5,
|
||||
2.5,
|
||||
0.05
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 3",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.497573,
|
||||
2.053467,
|
||||
2.636317
|
||||
],
|
||||
"rotation": [
|
||||
0.153045923,
|
||||
-0.6903455,
|
||||
-0.153045923,
|
||||
0.6903455
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
3.0,
|
||||
3.0,
|
||||
0.05
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 4",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.497586,
|
||||
2.053467,
|
||||
-2.262633
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
-0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,149 @@
|
||||
{
|
||||
"identifier": "xm-boxcar01",
|
||||
"adds": [
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
3.0,
|
||||
3.0,
|
||||
0.075
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.34903741,
|
||||
2.31799316,
|
||||
3.750553
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.7071068,
|
||||
0.0,
|
||||
0.7071068
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.5,
|
||||
2.5,
|
||||
0.075
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"rotation": [
|
||||
1.64539782E-15,
|
||||
0.7071068,
|
||||
3.62973057E-15,
|
||||
0.7071068
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": {
|
||||
"path": [
|
||||
"boxcar01",
|
||||
"Right Door",
|
||||
"Bone 2"
|
||||
]
|
||||
},
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.5,
|
||||
2.5,
|
||||
0.075
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 3",
|
||||
"transform": {
|
||||
"position": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"rotation": [
|
||||
1.64539782E-15,
|
||||
0.7071068,
|
||||
3.62973057E-15,
|
||||
0.7071068
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": {
|
||||
"path": [
|
||||
"boxcar01",
|
||||
"Left Doors",
|
||||
"Bone 1"
|
||||
]
|
||||
},
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
3.0,
|
||||
3.0,
|
||||
0.075
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 4",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.349037,
|
||||
2.317993,
|
||||
-3.750553
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
-0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,83 @@
|
||||
{
|
||||
"identifier": "xm-boxcar02",
|
||||
"adds": [
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.0,
|
||||
2.0,
|
||||
0.05
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"rotation": [
|
||||
0.49999997,
|
||||
0.49999997,
|
||||
0.49999997,
|
||||
0.49999997
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": {
|
||||
"path": [
|
||||
"boxcar02",
|
||||
"Boxcar02_LOD0",
|
||||
"Left"
|
||||
]
|
||||
},
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.0,
|
||||
2.0,
|
||||
0.05
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"rotation": [
|
||||
0.49999994,
|
||||
-0.5,
|
||||
-0.5,
|
||||
0.49999994
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": {
|
||||
"path": [
|
||||
"boxcar02",
|
||||
"Boxcar02_LOD0",
|
||||
"Right"
|
||||
]
|
||||
},
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,71 @@
|
||||
{
|
||||
"identifier": "xm-boxcar03",
|
||||
"adds": [
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.5,
|
||||
2.5,
|
||||
0.05
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.40590644,
|
||||
2.15856934,
|
||||
-4.3634057
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.7071068,
|
||||
0.0,
|
||||
0.7071068
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.5,
|
||||
2.5,
|
||||
0.05
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.405906,
|
||||
2.158569,
|
||||
4.363406
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
-0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,137 @@
|
||||
{
|
||||
"identifier": "xm-boxcar04",
|
||||
"adds": [
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.0,
|
||||
2.0,
|
||||
0.05
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.55610645,
|
||||
2.30603027,
|
||||
2.46854115
|
||||
],
|
||||
"rotation": [
|
||||
0.0922959745,
|
||||
0.701057434,
|
||||
0.09229597,
|
||||
0.701057434
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.5,
|
||||
2.5,
|
||||
0.05
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.5559721,
|
||||
2.10516357,
|
||||
-2.86506033
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.7071068,
|
||||
0.0,
|
||||
0.7071068
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.5,
|
||||
2.5,
|
||||
0.05
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 3",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.555972,
|
||||
2.105164,
|
||||
2.86506
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
-0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.0,
|
||||
2.0,
|
||||
0.05
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 4",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.556106,
|
||||
2.30603,
|
||||
-2.468541
|
||||
],
|
||||
"rotation": [
|
||||
0.09229596,
|
||||
-0.7010574,
|
||||
-0.09229596,
|
||||
0.7010574
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,147 @@
|
||||
{
|
||||
"identifier": "xm-boxcar05",
|
||||
"adds": [
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
1.5,
|
||||
1.5,
|
||||
0.05
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
0.0,
|
||||
4.31209628E-08,
|
||||
-0.241149947
|
||||
],
|
||||
"rotation": [
|
||||
0.50000006,
|
||||
0.50000006,
|
||||
0.50000006,
|
||||
0.50000006
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": {
|
||||
"path": [
|
||||
"boxcar05",
|
||||
"Door Left"
|
||||
]
|
||||
},
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
1.5,
|
||||
1.5,
|
||||
0.05
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
0.0,
|
||||
4.31209628E-08,
|
||||
-0.241149947
|
||||
],
|
||||
"rotation": [
|
||||
0.49999994,
|
||||
-0.5,
|
||||
-0.5,
|
||||
0.49999994
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": {
|
||||
"path": [
|
||||
"boxcar05",
|
||||
"Door Right"
|
||||
]
|
||||
},
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.5,
|
||||
2.5,
|
||||
0.05
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 3",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.39367187,
|
||||
2.28759766,
|
||||
-3.310901
|
||||
],
|
||||
"rotation": [
|
||||
0.09229596,
|
||||
0.7010574,
|
||||
0.09229596,
|
||||
0.7010574
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"replace": false,
|
||||
"component": {
|
||||
"kind": "Graffiti",
|
||||
"size": [
|
||||
2.5,
|
||||
2.5,
|
||||
0.05
|
||||
],
|
||||
"debug": false,
|
||||
"name": "Graffiti 4",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.393672,
|
||||
2.287598,
|
||||
3.310901
|
||||
],
|
||||
"rotation": [
|
||||
0.09229596,
|
||||
-0.7010574,
|
||||
-0.09229596,
|
||||
0.7010574
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
LegosGraffitiMod/graffitimaterials.assets
Normal file
9
LegosGraffitiMod/info.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"Id": "LegosGraffitiMod",
|
||||
"Version": "1.0.0",
|
||||
"DisplayName": "Lego's Graffiti Mod",
|
||||
"Author": "legotrainman",
|
||||
"EntryMethod": "LegosGraffitiMod.Main.Load",
|
||||
"ManagerVersion": "0.27.3",
|
||||
"LoadAfter": ["LegosLibraryOfStuff"]
|
||||
}
|
||||
32
LegosUsedEquipment-604-1-2-1-1748668653/LICENSE
Normal file
@@ -0,0 +1,32 @@
|
||||
By downloading, installing, or using the mod this file is included with ("the Mod"), you agree to the following terms:
|
||||
|
||||
1) No Redistribution:
|
||||
|
||||
- You may not reupload, distribute, or share the Mod on any website, platform, or service without prior written permission from the Mod's author, legotrainman ("the Author").
|
||||
- Inclusion of the Mod in modpacks, compilations, or zip files intended for redistribution is strictly prohibited without explicit authorization from the Author.
|
||||
2) No Modification or Reverse Engineering:
|
||||
|
||||
- You may not open, decompile, reverse engineer, or modify any part of the Mod, including but not limited to its .dll files or Unity Bundle files.
|
||||
|
||||
3) No Commercial Use:
|
||||
|
||||
- You may not use the Mod for any commercial purpose. This includes but is not limited to:
|
||||
- Selling or monetizing access to the Mod.
|
||||
- Using the Mod as part of any paid service, product, or content.
|
||||
- Generating revenue through advertisements, donations, or other means directly tied to the Mod’s distribution or use.
|
||||
|
||||
4) Personal Use Only:
|
||||
|
||||
- You are granted a non-exclusive, non-transferable license to use the Mod for personal, non-commercial purposes only.
|
||||
|
||||
5) Liability and Warranty:
|
||||
|
||||
- The Mod is provided "as is" without warranty of any kind. The Author is not responsible for any damage, data loss, or other issues arising from the use of the Mod.
|
||||
|
||||
6) Termination:
|
||||
|
||||
- Failure to comply with these terms will result in the immediate termination of your right to use the Mod.
|
||||
Contact:
|
||||
|
||||
For permissions, inquiries, or requests, contact the Author on Discord (legotrainman), or on Nexus mods (https://next.nexusmods.com/profile/legotrainman).
|
||||
By using the Mod, you acknowledge that you have read, understood, and agreed to these terms.
|
||||
BIN
LegosUsedEquipment-604-1-2-1-1748668653/LegosUsedLocos.dll
Normal file
8
LegosUsedEquipment-604-1-2-1-1748668653/info.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"Id": "LegosUsedLocos",
|
||||
"Version": "1.2.1",
|
||||
"DisplayName": "Lego's Used Locomotive Market",
|
||||
"Author": "legotrainman",
|
||||
"EntryMethod": "LegosUsedLocos.Main.Load",
|
||||
"ManagerVersion": "0.27.3"
|
||||
}
|
||||
21
MapEnhancer/LICENSE
Normal file
@@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2023 Michael Richer a.k.a. Vanguard
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
BIN
MapEnhancer/MapEnhancer.dll
Normal file
BIN
MapEnhancer/arrow.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
MapEnhancer/flare.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
11
MapEnhancer/info.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"Id": "MapEnhancer",
|
||||
"DisplayName": "Map Enhancer",
|
||||
"Author": "Vanguard",
|
||||
"Version": "1.5.2",
|
||||
"AssemblyName": "MapEnhancer.dll",
|
||||
"EntryMethod": "MapEnhancer.UMM.Loader.Load",
|
||||
"ManagerVersion": "0.27.12",
|
||||
"HomePage": "https://www.nexusmods.com/railroader/mods/18/",
|
||||
"Repository": "https://raw.githubusercontent.com/mricher-git/rr-mapenhancer-mod/master/repository.json"
|
||||
}
|
||||
BIN
MapEnhancer/traincar.png
Normal file
|
After Width: | Height: | Size: 763 B |
7
RLW Baggage Loads/info.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"Id": "RLW Baggage Loads",
|
||||
"Version": "2.1.0",
|
||||
"DisplayName": "Baggage Loads",
|
||||
"Author": "Raider Locomotive Works",
|
||||
"ManagerVersion": "0.27.3"
|
||||
}
|
||||
BIN
RLW Baggage Loads/rlw_baggage_load/Bundle
LFS
Normal file
1
RLW Baggage Loads/rlw_baggage_load/Catalog.json
Normal 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"}}}
|
||||
256
RLW Baggage Loads/rlw_baggage_load/Definitions.json
Normal 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": []
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
7
RLW Passenger Cars/info.json
Normal 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"
|
||||
}
|
||||
BIN
RLW Passenger Cars/rlw_passenger_cars_pack_1/Bundle
LFS
Normal 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"}}}
|
||||
4763
RLW Passenger Cars/rlw_passenger_cars_pack_1/Definitions.json
Normal file
BIN
RLW Passenger Cars/rlw_passenger_cars_pack_2/Bundle
LFS
Normal 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"}}}
|
||||
11107
RLW Passenger Cars/rlw_passenger_cars_pack_2/Definitions.json
Normal file
BIN
RLW Passenger Cars/rlw_passenger_cars_pack_3/Bundle
LFS
Normal 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"}}}
|
||||
3509
RLW Passenger Cars/rlw_passenger_cars_pack_3/Definitions.json
Normal file
BIN
RLW Passenger Cars/rlw_passenger_cars_pack_dome/Bundle
LFS
Normal 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"}}}
|
||||
6434
RLW Passenger Cars/rlw_passenger_cars_pack_dome/Definitions.json
Normal file
BIN
RMROC451.TweaksAndThings/BleedCar.png
Normal file
|
After Width: | Height: | Size: 9.9 KiB |
BIN
RMROC451.TweaksAndThings/BleedConsist.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
RMROC451.TweaksAndThings/ConnectAir.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
RMROC451.TweaksAndThings/ConsistReleaseBrake.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
RMROC451.TweaksAndThings/ConsistSetBrake.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
26
RMROC451.TweaksAndThings/Definition.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"manifestVersion": 1,
|
||||
"id": "RMROC451.TweaksAndThings",
|
||||
"name": "RMROC451's Tweaks and Things",
|
||||
"version": "2.1.8_2025-09-19T02:30:13.3132097Z",
|
||||
"requires": [
|
||||
{
|
||||
"id": "railroader",
|
||||
"notBefore": "2024.6"
|
||||
},
|
||||
{
|
||||
"id": "railloader",
|
||||
"notBefore": "1.9.6.14"
|
||||
},
|
||||
{
|
||||
"id": "Zamu.StrangeCustoms",
|
||||
"notBefore": "1.10.25017.313"
|
||||
}
|
||||
],
|
||||
"assemblies": [ "RMROC451.TweaksAndThings" ],
|
||||
"mixintos": {
|
||||
"container:ne-caboose01": "file(mroc-cabeese.json)",
|
||||
"container:ne-caboose02": "file(mroc-cabeese.json)",
|
||||
"container:ne-caboose03": "file(mroc-cabeese.json)"
|
||||
}
|
||||
}
|
||||
BIN
RMROC451.TweaksAndThings/Follow.png
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
RMROC451.TweaksAndThings/Hourglass_icon.png
Normal file
|
After Width: | Height: | Size: 5.0 KiB |
BIN
RMROC451.TweaksAndThings/Map_pin_icon.png
Normal file
|
After Width: | Height: | Size: 38 KiB |
BIN
RMROC451.TweaksAndThings/Newtonsoft.Json.dll
Normal file
BIN
RMROC451.TweaksAndThings/OilCan.png
Normal file
|
After Width: | Height: | Size: 31 KiB |
BIN
RMROC451.TweaksAndThings/RMROC451.TweaksAndThings.dll
Normal file
BIN
RMROC451.TweaksAndThings/ReleaseBrake.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
RMROC451.TweaksAndThings/SetBrake.png
Normal file
|
After Width: | Height: | Size: 21 KiB |
23
RMROC451.TweaksAndThings/mroc-cabeese.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"objects": [
|
||||
{
|
||||
"$find": [
|
||||
{
|
||||
"path": "definition.archetype",
|
||||
"value": "Caboose"
|
||||
}
|
||||
],
|
||||
"definition": {
|
||||
"loadSlots": [
|
||||
{
|
||||
"$add": {
|
||||
"maximumCapacity": 8,
|
||||
"loadUnits": "Quantity",
|
||||
"requiredLoadIdentifier": "crew-hours"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
14
RMROC451.TweaksAndThings/tweakedLoadIDS.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"loads": {
|
||||
//raw mined
|
||||
"legos-express-freight": {
|
||||
"description": "Express Freight",
|
||||
"units": "pounds",
|
||||
"density": 50.0,
|
||||
"unitWeightInPounds": 0.0,
|
||||
"importable": true,
|
||||
"payPerQuantity": 0.0,
|
||||
"costPerUnit": 0.0
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
SomeKindOfMadness/AbsoluteMadness.dll
Normal file
4
SomeKindOfMadness/Definition.Stable.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"assemblies": [ "SomeKindOfMadness" ],
|
||||
"updateUrl": "https://railroader.stelltis.ch/updates.json"
|
||||
}
|
||||
27
SomeKindOfMadness/Definition.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"manifestVersion": 5,
|
||||
"id": "Zamu.SomeKindOfMadness",
|
||||
"name": "Some Kind of Madness",
|
||||
"version": "1.4.24366.2150",
|
||||
"requires": [
|
||||
{
|
||||
"id": "railloader",
|
||||
"notBefore": "1.9.6.8"
|
||||
}
|
||||
],
|
||||
"redirects": [
|
||||
{
|
||||
"definition": "Definition.Stable.json",
|
||||
"requires": [
|
||||
{
|
||||
"id": "railroader",
|
||||
"notAfter": "2024.5.9999"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"definition": "Experimental/Definition.Experimental.json"
|
||||
}
|
||||
],
|
||||
"updateUrl": "https://railroader.stelltis.ch/updates.json"
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"assemblies": [ "SomeKindOfMadness" ],
|
||||
"updateUrl": "https://railroader.stelltis.ch/updates.json"
|
||||
}
|
||||
BIN
SomeKindOfMadness/Experimental/SomeKindOfMadness.dll
Normal file
BIN
SomeKindOfMadness/SomeKindOfMadness.dll
Normal file
7
TimeSyncMod/Definition.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"manifestVersion": 1,
|
||||
"id": "Joo.TimeSyncMod",
|
||||
"name": "TimeSync Mod",
|
||||
"version": "0.1.0",
|
||||
"assemblies": [ "TimeSyncMod" ]
|
||||
}
|
||||
BIN
TimeSyncMod/TimeSyncMod.dll
Normal file
67
legotrainman.crosstraffic/CrossTrafficLoads/CarLoads.json
Normal file
@@ -0,0 +1,67 @@
|
||||
[
|
||||
{
|
||||
"carType": "FB*",
|
||||
"loads": [
|
||||
"ties",
|
||||
"pulpwood"
|
||||
]
|
||||
},
|
||||
{
|
||||
"carType": "FM*",
|
||||
"loads": [
|
||||
"rails",
|
||||
"lumber-dimensional",
|
||||
"farming-machinery"
|
||||
]
|
||||
},
|
||||
{
|
||||
"carType": "XM*",
|
||||
"loads": [
|
||||
"boxcar-generic",
|
||||
"farming-supplies",
|
||||
"building-supplies"
|
||||
]
|
||||
},
|
||||
{
|
||||
"carType": "TM*",
|
||||
"loads": [
|
||||
"oil",
|
||||
"chemicals-1",
|
||||
"chemicals-2",
|
||||
"chemicals-slurry"
|
||||
]
|
||||
},
|
||||
{
|
||||
"carType": "GB*",
|
||||
"loads": [
|
||||
"debris",
|
||||
"gondola-woodchips"
|
||||
]
|
||||
},
|
||||
{
|
||||
"carType": "GS*",
|
||||
"loads": [
|
||||
"ballast"
|
||||
]
|
||||
},
|
||||
{
|
||||
"carType": "HM",
|
||||
"loads": [
|
||||
"coal",
|
||||
"gravel"
|
||||
]
|
||||
},
|
||||
{
|
||||
"carType": "HMR",
|
||||
"loads": [
|
||||
"lime",
|
||||
"salt"
|
||||
]
|
||||
},
|
||||
{
|
||||
"carType": "HT*",
|
||||
"loads": [
|
||||
"coal"
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,8 @@
|
||||
[
|
||||
{
|
||||
"identifier": "xm-boxcar01-legoexpress",
|
||||
"reportingMarks": [
|
||||
"BLEX"
|
||||
]
|
||||
}
|
||||
]
|
||||
BIN
legotrainman.crosstraffic/LegosCrossTraffic.dll
Normal file
@@ -0,0 +1,245 @@
|
||||
{
|
||||
"identifier": "xm-boxcar01",
|
||||
"newIdentifier": "xm-boxcar01-legoexpress",
|
||||
"name": "Lego's Express Boxcar",
|
||||
"description": "A DESCRIPTION",
|
||||
"clone": true,
|
||||
"cloneDefault": true,
|
||||
"price": 0,
|
||||
"CarType": "EX-BricklineExpress",
|
||||
"adds":[
|
||||
{
|
||||
"replace": true,
|
||||
"component":
|
||||
{
|
||||
"kind": "Colorizer",
|
||||
"hexColors": [
|
||||
"125404"
|
||||
],
|
||||
"material": {
|
||||
"materialName": "Main"
|
||||
},
|
||||
"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
|
||||
}
|
||||
|
||||
}
|
||||
],
|
||||
"bulkAdds":[
|
||||
{
|
||||
"kind": "CustomImage",
|
||||
"size": [
|
||||
15.418,
|
||||
1.5,
|
||||
0.2
|
||||
],
|
||||
"textureName": "legotrainman.crosstraffic.grey.png",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "GREY BOTTOM 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.40326071,
|
||||
1.24804688,
|
||||
6.280402E-05
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.7071068,
|
||||
0.0,
|
||||
0.7071068
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
4.5,
|
||||
3.0,
|
||||
0.05
|
||||
],
|
||||
"text": "<i>Freight on Time...<br> Every Time.",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "SLOGAN 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.37168646,
|
||||
2.82751465,
|
||||
-4.671493
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
6.0,
|
||||
3.0,
|
||||
0.05
|
||||
],
|
||||
"text": "<b>BrickLine Express",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "LOGO 1",
|
||||
"transform": {
|
||||
"position": [
|
||||
-1.37168336,
|
||||
3.55279541,
|
||||
4.626161
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.7071068,
|
||||
0.0,
|
||||
0.7071068
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
6.0,
|
||||
3.0,
|
||||
0.05
|
||||
],
|
||||
"text": "<b>BrickLine Express",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "LOGO 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.371683,
|
||||
3.552795,
|
||||
-4.626161
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "SetTextDecalComponent",
|
||||
"size": [
|
||||
4.5,
|
||||
3.0,
|
||||
0.05
|
||||
],
|
||||
"text": "<i>Freight on Time...<br> Every Time.",
|
||||
"forceColor": "",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "SLOGAN 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.371686,
|
||||
2.827515,
|
||||
4.671493
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"kind": "CustomImage",
|
||||
"size": [
|
||||
15.418,
|
||||
1.5,
|
||||
0.2
|
||||
],
|
||||
"textureName": "legotrainman.crosstraffic.grey.png",
|
||||
"priority": 0,
|
||||
"debug": false,
|
||||
"name": "GREY BOTTOM 2",
|
||||
"transform": {
|
||||
"position": [
|
||||
1.403261,
|
||||
1.248047,
|
||||
-6.280402E-05
|
||||
],
|
||||
"rotation": [
|
||||
0.0,
|
||||
0.707106769,
|
||||
0.0,
|
||||
-0.707106769
|
||||
],
|
||||
"scale": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
"parent": null,
|
||||
"enabled": true
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
legotrainman.crosstraffic/LegosLogosFolder/grey.png
Normal file
|
After Width: | Height: | Size: 132 B |
9
legotrainman.crosstraffic/info.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"Id": "legotrainman.crosstraffic",
|
||||
"Version": "2.1.0c",
|
||||
"DisplayName": "Lego's Cross Traffic Mod",
|
||||
"Author": "legotrainman",
|
||||
"AssemblyName": "LegosCrossTraffic.dll",
|
||||
"EntryMethod": "LegosCrossTraffic.Main.Load",
|
||||
"ManagerVersion": "0.27.3"
|
||||
}
|
||||