Add GP38 mods

- Beemans Colorable Blombergs
 - Beemans NonColorable Blombergs
 - GP38 Required Scripts
 - Base GP38
This commit is contained in:
2025-08-10 09:58:00 -05:00
parent cfa575b492
commit 5ecc95c0c0
23 changed files with 4107 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"Id": "BlombergColorable",
"DisplayName": "Beemans Colorable Blombergs",
"Author": "TheBeeMan",
"Version": "3.05.11",
"GameVersion": "2024.6.2",
"ManagerVersion": "0.27.14.0",
"Game": "Railroader",
"Homepage": "https://www.nexusmods.com/railroader/mods/143"
}

View File

@@ -0,0 +1,12 @@
{
"identifier": "blombergcg",
"name": "blombergcg",
"shared": false,
"assets": {
"blombergcg": {
"name": "blombergcg",
"type": "prefab",
"filename": "blombergcg.prefab"
}
}
}

View File

@@ -0,0 +1,38 @@
{
"objects": [
{
"identifier": "blombergcol",
"metadata": {
"name": "blombergcol",
"description": "",
"tags": [],
"credits": ""
},
"definition": {
"kind": "Truck",
"modelIdentifier": "blombergcol",
"diameter": 1.016,
"length": 2.8,
"numberOfAxles": 2,
"wheelTransforms": [
{
"path": [
"Blomberg",
"Whls1"
]
},
{
"path": [
"Blomberg",
"Whls2"
]
}
],
"brakeAnimation": {
"clipName": "Brakes"
},
"components": []
}
}
]
}

Binary file not shown.