Add Legotrainman's Cross Traffic Mod

https://www.nexusmods.com/railroader/mods/291
This commit is contained in:
2025-08-10 10:16:43 -05:00
parent c35d44dcf0
commit d508d216e2
6 changed files with 329 additions and 0 deletions

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

View File

@@ -0,0 +1,8 @@
[
{
"identifier": "xm-boxcar01-legoexpress",
"reportingMarks": [
"BLEX"
]
}
]

Binary file not shown.

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 B

View File

@@ -0,0 +1,9 @@
{
"Id": "legotrainman.crosstraffic",
"Version": "2.0.1",
"DisplayName": "Lego's Cross Traffic Mod",
"Author": "legotrainman",
"AssemblyName": "LegosCrossTraffic.dll",
"EntryMethod": "LegosCrossTraffic.Main.Load",
"ManagerVersion": "0.27.3"
}