Skip to content

Support for MD21 Chunked Data #3

@Selzier

Description

@Selzier

Can you provide support for MD21 Chunked Data? I see it currently ignores the chunked data in M2s. I have updated M2.cs so it can now parse all MD21 chunks: https://github.com/Selzier/M2Lib/blob/master/M2Lib/src/m2/M2.cs

Additionally, I'm using this with CascLib to load M2 files from CASC so FileStreams can't be used, instead data is loaded from CASC into a MemoryStream. This also means we are loading files by their FileDataID instead of path, so the reading of the SFID chunk becomes necessary. https://wowdev.wiki/M2#SFID

While this is working in my fork, I figure I could still request an official update for the MD21 chunked data.

Great library, thanks for your hard work! <3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions