NetEase MPK MPKINFO: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
 
(13 intermediate revisions by the same user not shown)
Line 11: Line 11:
<div class="toccolours mw-collapsible" id="mw-customcollapsible-myDivision" style="width:800px; overflow:auto;">
<div class="toccolours mw-collapsible" id="mw-customcollapsible-myDivision" style="width:800px; overflow:auto;">
<pre>
<pre>
// MPKINFO file format
//header
//header
4 bytes (uint32) - version  // 1 or 2
4 bytes (uint32) - version  // 2
4 bytes (uint32) - number of files
4 bytes (uint32) - number of files


// TODO
 
// info
num_of_entries *
{
  8 bytes - unknown
  4 bytes (uint32) - file size?
  4 bytes (uint32) - file type?
  4 bytes - unknown
}
</pre>
</pre>
</div>
</div>
Line 26: Line 36:
=== Notes and Comments ===  
=== Notes and Comments ===  


None.
* 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 ===  
=== Games ===  
Line 39: Line 50:




[[Category:Complete Complete|NetEase MPK MPKINFO]]
[[Category:Complete WIP|NetEase MPK MPKINFO]]
[[Category:Platform Android|NetEase MPK MPKINFO]]
[[Category:Platform Android|NetEase MPK MPKINFO]]
[[Category:CE None|NetEase MPK MPKINFO]]
[[Category:CE Both|NetEase MPK MPKINFO]]
[[Category:Format_Archive | Type: Archive]]
[[Category:Format_Archive | Type: Archive]]
[[Category:Extension_mpk | Extension: mpk]]
[[Category:Extension_mpk | Extension: mpk]]
[[Category:Extension_mpkinfo | Extension: mpkinfo]]
[[Category:Extension_mpkinfo | Extension: mpkinfo]]
[[Category:File Format]]
[[Category:File Format]]

Latest revision as of 17:12, 20 January 2022

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.