You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you have a good way of extracting fragments out of WLDs that are not yet supported? For example, gequip.wld has 0x26 and 0x27 in it (at least) and the wld-cli extract tool fails to extract them.
The text was updated successfully, but these errors were encountered:
bryab
changed the title
wld-cli doesn't extract unknown WLDs
wld-cli doesn't extract unknown fragment types
Aug 21, 2022
Funny you mention it. I'm working on some improved error reporting in the parser right now. The plan, and it seems to be working out so far, is to return a collection of errors containing the fragment headers and unparsed bodies of unknown fragments. And hopefully, if I can convince nom to work with me, any parsing errors encountered in known fragments too!
Do you have a good way of extracting fragments out of WLDs that are not yet supported? For example,
gequip.wld
has 0x26 and 0x27 in it (at least) and the wld-cli extract tool fails to extract them.The text was updated successfully, but these errors were encountered: