Hokuto no Ken BIN IDX: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (Created page with "{{GRAFPageHeader}} == BIN, IDX == * ''' Game ''': Hokuto no Ken: Shinpan no Sōsōsei Kengō Retsuden / Fist of the North Star <br> * ''' Format Type ''': Archive <b...") |
imported>Ikskoks |
||
| Line 1: | Line 1: | ||
{{GRAFPageHeader}} | {{GRAFPageHeader}} | ||
== BIN, IDX == | == BIN, IDX == | ||
* ''' Game ''': Hokuto no Ken: Shinpan no | * ''' Game ''': Hokuto no Ken: Shinpan no Sososei Kengo Retsuden / Fist of the North Star <br> | ||
* ''' Format Type ''': Archive <br> | * ''' Format Type ''': Archive <br> | ||
* ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> | * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> | ||
Revision as of 13:56, 11 March 2021
Back to index | Edit this page
BIN, IDX
- Game : Hokuto no Ken: Shinpan no Sososei Kengo Retsuden / Fist of the North Star
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
// Hokuto no Ken
// Fist of the North Star
// IDX file format
// header
4 bytes (char) - magic // "FARC"
4 bytes (uint32) - version? // 1
4 bytes (uint32) - number of directory entries
4 bytes (uint32) - unknown // 749
// dir offset array
num_of_dir_entries *
{
4 bytes (uint32) - directory entry offset
}
24 bytes (char) - file name // e.g. "hk_b.bin"
// directory info array
num_of_dir_entries *
{
4 bytes (char) - directory name // e.g. "GICH"
4 bytes (uint32) - dir entry offset
4 bytes (uint32) - dir entry size
4 bytes - nulls
}
// directory entries
num_of_dir_entries *
{
4 bytes (char) - directory name // e.g. "GICH"
4 bytes (uint32) - number of file entries
4 bytes (uint32) - start offset?
4 bytes (uint32) - directory size
// file entries
num_of_file_entries *
{
4 bytes (uint32) - file offset
4 bytes (uint32) - file size
}
}
8 bytes - nulls
MultiEx BMS Script
Not written yet.
Notes and Comments
None.
Compatible Programs
None.