Compare commits
2 Commits
duck-clien
...
duck
| Author | SHA1 | Date | |
|---|---|---|---|
|
a04f5d15b5
|
|||
|
1e779b4c72
|
@@ -144,7 +144,7 @@
|
|||||||
"name": "Epps Springs",
|
"name": "Epps Springs",
|
||||||
"position": { "x": 669.000, "y": 515.000, "z": 5455.000 },
|
"position": { "x": 669.000, "y": 515.000, "z": 5455.000 },
|
||||||
"radius": 1000,
|
"radius": 1000,
|
||||||
"tagColor": [ 0, 0, 0.8984375 ],
|
"tagColor": [ 0.21484375, 0.24609375, 1.0 ],
|
||||||
"industries": {
|
"industries": {
|
||||||
"brysoninterchange": {
|
"brysoninterchange": {
|
||||||
"name": "Epps Springs Interchange",
|
"name": "Epps Springs Interchange",
|
||||||
|
|||||||
BIN
SomeKindOfMadness/AbsoluteMadness.dll
Normal file
BIN
SomeKindOfMadness/AbsoluteMadness.dll
Normal file
Binary file not shown.
4
SomeKindOfMadness/Definition.Stable.json
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
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/Experimental/SomeKindOfMadness.dll
Normal file
Binary file not shown.
BIN
SomeKindOfMadness/SomeKindOfMadness.dll
Normal file
BIN
SomeKindOfMadness/SomeKindOfMadness.dll
Normal file
Binary file not shown.
7
TimeSyncMod/Definition.json
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
BIN
TimeSyncMod/TimeSyncMod.dll
Normal file
Binary file not shown.
67
legotrainman.crosstraffic/CrossTrafficLoads/CarLoads.json
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
BIN
legotrainman.crosstraffic/LegosCrossTraffic.dll
Normal file
Binary file not shown.
@@ -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
BIN
legotrainman.crosstraffic/LegosLogosFolder/grey.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 132 B |
9
legotrainman.crosstraffic/info.json
Normal file
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"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user