branchrust_reboot/main/primitive_gmcancel

16 Commits over 61 Days - 0.01cph!

4 Days Ago
Apply era restrictions to recycler output so you can't recycle items to get blocked items
4 Days Ago
Enforce era restrictions onto loot tables - likely will have custom loot tables but this prevents any items squeaking through - caches valid items for each era in loot tables, resets when era is modified
5 Days Ago
Cherrypick era convar after merge
5 Days Ago
merge from main -> primitive_gm
2 Months Ago
Add refresh button to the top of the era editor to refresh all items - used if you change prefabs without using GUI
2 Months Ago
Don't show redirect items in era editor window When checking if a redirect's era, use the redirects era
2 Months Ago
Set 600/1000 items to a sensible default era
2 Months Ago
Fix assets not being marked as dirty and not saving after being assigned an era (ask me how I know)
2 Months Ago
Finished era editor window - tons of fixes to make it actually work - show orange as background when item is unassigned to an era
2 Months Ago
Add missing files
2 Months Ago
Add era convar Restrict items showing up in crafting menu depending on era Work on era editor window to change item era easily (WIP because implemented on laptop) Add tags to a bunch of items & assign era to a bunch of obvious items
2 Months Ago
Tags applied to items prefabs
2 Months Ago
Switch default era from None -> Unknown and add new "Any" era so we know what items are explicitly allowed in any era vs unassigned Add tags for era to item assets
2 Months Ago
Every item reserialized after adding era field & updating asset tags
2 Months Ago
Improve item asset tags - `workbench0` - `workbench3` depending on crafting requirement - `craftable` for items that are craftable - {Category}Item for item category (WeaponItem, FunItem, etc) - `ItemDLC` for items that are dlc - `ItemRedirect` for items that are redirects of other items
2 Months Ago
Add era field for items (none, primitive, medieval, frontier & modern) - items default to "no era" - items in none will show up in all eras - items in lower eras will show up in higher eras - no eras assigned to items yet