usercipeaXcancel
branchrust_reboot/main/editor_label_fixescancel

11 Commits over 61 Days - 0.01cph!

8 Days Ago
Run entity label clean tool Run manifest Commit 578 changed .meta files of prefabs that previously had incorrect entity labels, now fixed
8 Days Ago
Fix bug causing incorrect labels for some entities
8 Days Ago
merge from main
52 Days Ago
Feedback changes
52 Days Ago
merge from main
56 Days Ago
Rewrite how labels are set in ItemDefinition DoPrepare. No differences in the results, wasnt broken before, just less potential calls to the asset database
56 Days Ago
Cache entity types list and reuse instead of redoing it every time
57 Days Ago
Also include cleaning leftover GlobalBroadcast labels in the tool
2 Months Ago
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.
2 Months Ago
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
2 Months Ago
Fix craftable/workbench labels sometimes getting set incorrectly in ItemDefinition DoPrepare, introduced in 123697