NetEase MPK MPKINFO

From XentaxWiki
Revision as of 17:12, 20 January 2022 by imported>Ikskoks (→‎Notes and Comments)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Back to index | Edit this page

MPK, MPKINFO

  • Format Type : Archive
  • Endian Order : Little Endian
  • Signature : None


Format Specifications

// MPKINFO file format

//header
4 bytes (uint32) - version  // 2
4 bytes (uint32) - number of files


// info
num_of_entries *
{
   8 bytes - unknown
   4 bytes (uint32) - file size?
   4 bytes (uint32) - file type?
   4 bytes - unknown
}

quickBMS Script

Notes and Comments

  • File format for version 1 is different than the one for version 2.
  • This file format occurs in games made on Messiah Game Engine.

Games

List of games using this file format:

  • Ace Racer (*.MPK \ *.MPKINFO)
  • Vive Le football (*.MPK \ *.MPKINFO) (Android)

Compatible Programs

None.