Dynasty Warriors 8: Empires BIN IDX: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (Created page with "{{GRAFPageHeader}} == BIN, IDX == * ''' Game ''': Dynasty Warriors 8: Empires <br> * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness...") |
imported>Ikskoks (Created page with "{{GRAFPageHeader}} == BIN, IDX == * ''' Game ''': Dynasty Warriors 8: Empires <br> * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness...") |
(No difference)
| |
Revision as of 21:19, 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 archive are probably using custom ZLIB compression algorithm.
- This file format may also occur in other Koei Tecmo games.
Compatible Programs
None.