Dynasty Warriors 8: Empires BIN IDX
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.