Skip to content

Ported Groups to UObjectExporter#67

Open
TomatechGames wants to merge 11 commits intoBanjoByTheBay:masterfrom
TomatechGames:replace-group-exporters
Open

Ported Groups to UObjectExporter#67
TomatechGames wants to merge 11 commits intoBanjoByTheBay:masterfrom
TomatechGames:replace-group-exporters

Conversation

@TomatechGames
Copy link
Contributor

@TomatechGames TomatechGames commented Dec 1, 2024

Added UObjectExporter equivelents for exporters based on GroupExporter, and disabled GroupExporter exports by making them uninterested in any assets (GroupExporter-based exporters are now suffixed with "Old")
Should properly resolve #41

Additionally

  • SchematicExporter now exports ammo and ingredient schematics
  • HeroPerkName and CommanderPerkName in HeroItemData have been renamed to HeroPerkTemplate and CommanderPerkTemplate, and now export the entire Ability Template Id instead of just the name component
  • UObjectExporters can now be forced to export rarities (including Uncommon) in cases where the exporter knows that all the items it exports are supposed to have a rarity. This allows applications to differentiate between items with a default rarity and items with no rarity

Added UObjectExporter equivelents for exporters based on GroupExporter, and disabled GroupExporter exports by making them uninterested in any assets (GroupExporter-based exporters are now suffixed with "Old")

Additionally
- SchematicExporter now exports ammo and ingredient schematics
- HeroPerkName and CommanderPerkName in HeroItemData have been renamed to HeroPerkTemplate and CommanderPerkTemplate, and now export the entire Ability Template Id instead of just the name component
- UObjectExporters can now be forced to export rarities (including Uncommon) in cases where the exporter knows that all the items it exports are supposed to have a rarity. This allows applications to differentiate between items with a default rarity and items with no rarity
@TomatechGames TomatechGames mentioned this pull request Jan 16, 2025
In Group Exporters, the rarity was inferred from the item name, and since Lead Survivors had their name rarities one less than normal, the exporter had to add 1 to rarities. This is no longer neccecary
Permanent Items can be inferred through the lack of a RecycleRecipe with BanjoByTheBay#69
Fixes issues with duplicate result keys from unrelated items from other gamemodes. Only items within the SaveTheWorld folder will be checked (also removed unnecessary filtering of the songs folder)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

GroupExporter misses some differences between variants

1 participant