BanjoByTheBay / BanjoBotAssets

A tool to export names, descriptions, and other data related to game items from Fortnite: Save The World.
GNU General Public License v3.0
15 stars 3 forks source link

Some schematic names are wrong #3

Closed taradinoc closed 2 years ago

taradinoc commented 2 years ago

For example, the Siegebreaker is exported as "Breacher", even the epic and legendary versions.

SchematicExporter is a GroupExporter, and it incorrectly assumes all assets in a group have the same display name. Basing it on UObjectExporter instead of GroupExporter would solve this, but loading every rarity + tier combination of every schematic would take forever.

A better solution could be to pull the display names from the Asset Registry instead.