Dynasty Warriors 8: Empires BIN IDX: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
Line 46: Line 46:
=== Compatible Programs ===  
=== Compatible Programs ===  


None.
* [https://github.com/bartlomiejduda/Tools/blob/master/NEW%20Tools/Dynasty%20Warriors%208/Dynasty_Warriors_8_BIN_IDX_Tool.py Dynasty_Warriors_8_BIN_IDX_Tool.py]
<br/><br>
<br/><br>



Revision as of 21:28, 28 March 2021

Back to index | Edit this page

BIN, IDX

  • Game : Dynasty Warriors 8: Empires
  • Format Type : Archive
  • Endian Order : Little Endian


Format Specifications

// BIN file format

num_of_entries *
{
   x bytes - file data
   x bytes - padding  // up to 256 bytes
}


// IDX file format

num_of_entries *
{
  8 bytes (uint64) - file offset
  8 bytes (uint64) - uncompressed file size
  8 bytes (uint64) - compressed file size
  8 bytes (uint64) - compression flag
}

MultiEx BMS Script

Not written yet.

Notes and Comments

  • Some files inside BIN archive are probably using custom ZLIB compression algorithm.
  • This file format may also occur in other Koei Tecmo games.
  • Some entries in IDX file may be doubled or empty.

Compatible Programs