Add Chesapeake and Ohio T1

https://www.nexusmods.com/railroader/mods/545
This commit is contained in:
2025-08-10 10:50:39 -05:00
parent 8e874653fa
commit 982836363c
9 changed files with 5274 additions and 0 deletions

10
T1 Texan/Readme-T1.txt Normal file
View File

@@ -0,0 +1,10 @@
Thank you for downloading the T1 Texan steam locomotive
If your reading this UMM has probably screwed up, Or your doing it yourself; so heres how to do that.
Drag Both (ls-2104-T1-C&O) and (truck-t1) to you streaming assets folder.
Locted in the Railroader_Data folder accessable from the steam properties menu.
Both these folder must be installed or the loco will not read as a valid bundle and will not load.
-RCrockin

8
T1 Texan/info.json Normal file
View File

@@ -0,0 +1,8 @@
{
"Id": "T1 Texan",
"Version": "1.0",
"DisplayName": "T1 C&O",
"Author": "RCrockin",
"ManagerVersion": "0.28.2.0",
"HomePage": "null"
}

View File

@@ -0,0 +1,22 @@
{
"identifier": "ls-2104",
"name": "C&O T1",
"shared": false,
"assets": {
"ls-2104-T1": {
"name": "ls-2104",
"type": "prefab",
"filename": "ls-2104.prefab",
"ls-2104--bp0":{
"Name": "ls-2104--bp0",
"type": "texture",
"filename": "ls-2104--bp0"
}
},
"lt-2104T": {
"name": "lt-2104T",
"type": "prefab",
"filename": "lt-2104t.prefab"
}
}
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

BIN
T1 Texan/ls-2104-T1-C&O/bundle LFS Normal file

Binary file not shown.

View File

@@ -0,0 +1,12 @@
{
"identifier": "truck-t1",
"name": "T1-truck",
"shared": false,
"assets": {
"truck-t1": {
"name": "truck-t1",
"type": "prefab",
"filename": "tr-2104.prefab"
}
}
}

View File

@@ -0,0 +1,44 @@
{
"objects": [
{
"identifier": "truck-t1",
"metadata": {
"name": "truck-t1",
"description": "",
"tags": [],
"credits": "Rockin"
},
"definition": {
"kind": "Truck",
"modelIdentifier": "tr-2104",
"diameter": 0.9144,
"length": 2.0,
"numberOfAxles": 3,
"wheelTransforms": [
{
"path": [
"truck",
"Empty.089"
]
},
{
"path": [
"truck",
"Empty.090"
]
},
{
"path": [
"truck",
"Empty.091"
]
}
],
"brakeAnimation": {
"clipName": "Brakes"
},
"components": []
}
}
]
}

BIN
T1 Texan/truck-t1/bundle LFS Normal file

Binary file not shown.