Excel header (File Format): Difference between revisions

From Wexos's Wiki
Jump to navigationJump to search
(Created page with "{{DISPLAYTITLE:excel_header (File Format)}} '''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. {|class=wikitable ! Offset !! Type !! Description |- | 0x00 || Char[16] || '''File magic'''. Always ''excel_header\0\x20\x20\x20'...")
 
(No difference)

Latest revision as of 11:14, 4 July 2025

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)