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,61 @@
{
"objects": [
{
"$find": [
{
"path": "identifier",
"value": "fm-flatcar01",
"comp": "equals"
}
],
"$clone": true,
"identifier": "PRR-PiggyBack1",
"metadata": {
"name": "PRR 1954 Piggyback Trailer",
"description": "1954 Piggyback Trailer from the PRR"
},
"definition": {
"carType": "FM",
"components": [
{
"$find": [
{
"path": "kind",
"value": "LoadModel",
"comp": "equals"
}
],
"loadIdentifier": "PRR-PBTrailer1",
"models": {
"$replace": [
{
"assetPackIdentifier": "zsc://PRRPiggyBack/SCAssetPacks/PRRPiggyBack",
"assetIdentifier": "EMBPiggyBack54"
}
]
},
"instances": {
"$replace": [
{
"position": [0.0,1,0.0],
"rotation": [0,0.0,0.0,1],
"scale": [1.0,1.0,1.0]
}
]
},
"name": "LoadModel 1",
"transform": {
"$replace":{
"position": [0.0,1.16644287,0.0],
"rotation": [0.0,0.0,0.0,1],
"scale": [1.0,1.0,1.0]
}
},
"parent": null,
"enabled": true
}
]
}
}
]
}