Skip to content

Improve the parsing of chunked assets. #7

@Mugen87

Description

@Mugen87

Starting with Legion, M2 assets might be chunked. M2Loader only support a small subset of chunks for far. To improve the compatibility with newer files, chunk parsing support has to be improved. Possible chunks are:

  • MD21
  • PFID
  • SFID
  • AFID
  • BFID
  • TXAC
  • EXPT
  • EXP2
  • PABC
  • PADC
  • PSBC
  • PEDC
  • SKID
  • TXID
  • LDV1
  • RPID
  • GPID
  • WFV1
  • WFV2
  • PGD1
  • WFV3
  • PFDC
  • EDGF
  • NERF

Checked entries are at least partially supported or not implemented for a specific reasons. The idea is to use the parsed chunk data as an alternative data source for building three.js entities.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions