branchrust_reboot/main/editor_label_fixescancel
8 Commits over 0 Days - ∞cph!
Rewrite how labels are set in ItemDefinition DoPrepare. No differences in the results, wasnt broken before, just less potential calls to the asset database
Cache entity types list and reuse instead of redoing it every time
Also include cleaning leftover GlobalBroadcast labels in the tool
Cherrypick
133467 "Editor tool to find and remove incorrect / leftover entity tags"
My previous commit makes it so entities get their labels cleaned and applied correctly on every manifest run, but it doesn't clear the tags off entities that became non-entities at some point.
For that (less common) case this manual tool that I made before can be used.
Rewrite how entity labels are applied in BaseNetworkable DoPrepare, now also removes old incorrect entity labels.
-> FIxes ~460 entity prefabs with wrong labels that no longer apply
Fix craftable/workbench labels sometimes getting set incorrectly in ItemDefinition DoPrepare, introduced in
123697