Skip to content

PAK File Format (Tomorrow Corporation)

Yannik Marchand edited this page Apr 22, 2020 · 2 revisions

Tomorrow Corporation > Archive (PAK)

This is a simple archive file. It uses little endian byte order.

All files are aligned to 0x40 bytes and are padded like this: PADPADPADPA...

Offset Size Description
0x0 4 Unknown (always 1)
0x4 4 Number of files (N)
0x8 16 x N Metadata
File data

Metadata

Offset Size Description
0x0 4 Filename hash
0x4 4 Unknown (always 1)
0x8 4 Offset to file (absolute)
0xC 4 File size
Clone this wiki locally