Dynasty Warriors 8: Empires BIN IDX: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| Line 57: | Line 57: | ||
[[Category:Extension_idx | Extension: idx]] | [[Category:Extension_idx | Extension: idx]] | ||
[[Category:BMS_None | BMS: None]] | [[Category:BMS_None | BMS: None]] | ||
[[Category:ZLIB compression]] | |||
[[Category:File Format]] | [[Category:File Format]] | ||
Revision as of 21:24, 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.
- Some entries in IDX file may be doubled or empty.
Compatible Programs
None.