Raytwo/catalog_bundle_tool

Bug when dumping entry tomls

TheRutileMarmot opened this issue · 1 comments

So theres this bug that occurs where if you dump tomls not using the full internal id address in the command it'll dump a blank toml. Typing a short part of the name and using fuzzy search to select the internal id should be able to reproduce the bug.

Command that causes the bug:

catalog_tools.exe -b catalog.bundle dump sw06 sw06.toml

Command that works correctly:

catalog_tools.exe -b catalog.bundle dump "Assets/Share/Addressables/Item/Wep/uWep/Sw06/Prefabs/uWep_Sw06-Sb.prefab" sw06.toml

cbt1

cbt2

Raytwo commented

Oh, nice catch, I'll look into that, thanks!