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,38 @@
{
"objects": [
{
"identifier": "blombergdg",
"metadata": {
"name": "blombergdg",
"description": "",
"tags": [],
"credits": ""
},
"definition": {
"kind": "Truck",
"modelIdentifier": "blombergdg",
"diameter": 1.016,
"length": 2.8,
"numberOfAxles": 2,
"wheelTransforms": [
{
"path": [
"Blomberg",
"Whls1"
]
},
{
"path": [
"Blomberg",
"Whls2"
]
}
],
"brakeAnimation": {
"clipName": "Brakes"
},
"components": []
}
}
]
}