Upgrading building prefabs.Solved

Maybe I can't figure it out, but I can't seem to get the upgraded building grades prefab to spawn.

I have tried:
  • upgrading it with ubertool/normal hammer with/without real mats
  • MANUALLY CHANGED EACH PREFAB TO "floor.toptier.prefab"
  • /maspawn toptier versions
  • /masave after all of those iterations.

When I reload the profile/plugin/data it resets it to twig, everytime.

note: I see in the 'outpostextended' profile you have stone steps, but even in that data file there is nothing that points me to how its done.

Am I missing something? I am almost certain I have read through everything you have posted for this plugin.

Setting grade is not an officially released feature yet. You can set it with this in the entity data:

"BuildingBlock": {
  "Grade": "TopTier"
}

If this has no effect, then it might require a prerelease version of the plugin which you can obtain from GitHub.

I may include functionality in masave in the future to capture and save this. Currently masave just saves position and rotation, but I named the command generically since I was planning on supporting more properties with it eventually.

You're the man. It worked perfectly.

Cheers for making such a wonderful plugin, and considering all aspects of it.🙌

Locked automatically