excel_header (File Format)
From Wexos's Wiki
excel_header is a file format used in Mario Kart Arcade GP DX, along with excel_header2, to store various data. It usually has the .bin extension.
File Format
The file byte order is always little endian.
File Header
The file starts with a header that is 0x18 bytes long.
| Offset | Type | Description |
|---|---|---|
| 0x00 | Char[16] | File magic. Always excel_header\0\x20\x20\x20 in ASCII. |
| 0x10 | Byte[8] | Number of entries for up to 8 different data structures. |
| 0x18 | End of header, start of Data | |
Data
The structure of the data depends on each file and is defined by the game's code.
Tools
The following tools can handle excel_header files:
- (none)