Update to RTM Asset Pack 0.5.7

This commit is contained in:
2025-11-30 21:13:39 -06:00
parent 10bf990152
commit 9002674718
121 changed files with 21778 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
{
"indentifier": "rex_bridge_pack",
"name": "rex_bridge_pack",
"shared": false,
"assets": {
"Bridge_1": { //
"name": "Bridge_1",
"type": "prefab",
"filename": "Bridge_1.prefab"
},
"SteelBridge": {
"name": "SteelBridge",
"type": "prefab",
"filename": "SteelBridge.prefab"
},
"SteelBridge_2_Sections": {
"name": "SteelBridge_2_Sections",
"type": "prefab",
"filename": "SteelBridge_2_Sections.prefab"
},
"SteelBridge_3_Sections": {
"name": "SteelBridge_3_Sections",
"type": "prefab",
"filename": "SteelBridge_3_Sections.prefab"
}
}
}

View File

@@ -0,0 +1,64 @@
{
"objects": [
{
"identifier": "Bridge_1",
"metadata": {
"name": "Bridge_1",
"description": "Bridge_1",
"tags": [],
"credits": "Latom"
},
"definition": {
"kind": "Scenery",
"modelIdentifier": "Bridge_1",
"cullingRadius": 50,
"components": []
}
},
{
"identifier": "SteelBridge",
"metadata": {
"name": "SteelBridge",
"description": "SteelBridge",
"tags": [],
"credits": "Latom"
},
"definition": {
"kind": "Scenery",
"modelIdentifier": "SteelBridge",
"cullingRadius": 50,
"components": []
}
},
{
"identifier": "SteelBridge_2_Sections",
"metadata": {
"name": "SteelBridge_2_Sections",
"description": "SteelBridge_2_Sections",
"tags": [],
"credits": "Latom"
},
"definition": {
"kind": "Scenery",
"modelIdentifier": "SteelBridge_2_Sections",
"cullingRadius": 50,
"components": []
}
},
{
"identifier": "SteelBridge_3_Sections",
"metadata": {
"name": "SteelBridge_3_Sections",
"description": "SteelBridge_3_Sections",
"tags": [],
"credits": "Latom"
},
"definition": {
"kind": "Scenery",
"modelIdentifier": "SteelBridge_3_Sections",
"cullingRadius": 50,
"components": []
}
}
]
}

Binary file not shown.