Ported Groups to UObjectExporter#67
Open
TomatechGames wants to merge 11 commits intoBanjoByTheBay:masterfrom
Open
Ported Groups to UObjectExporter#67TomatechGames wants to merge 11 commits intoBanjoByTheBay:masterfrom
TomatechGames wants to merge 11 commits intoBanjoByTheBay:masterfrom
Conversation
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
Open
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
This reverts commit 0d85b05.
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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