STAR Files

From PS2 Developer wiki
Revision as of 22:25, 22 June 2022 by Anonymous (Privacy policy) (Created page with "== Overview == STAR files store packages on the PSX Update Disc 2.11. It is a fairly simple archive format. Each entry consists of the following segments: * a header (size...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview

STAR files store packages on the PSX Update Disc 2.11. It is a fairly simple archive format. Each entry consists of the following segments:

  • a header (size: 0x8 bytes)
  • a file name (size is specified in header)
  • the actual file data (size specified in header)
  • sha-1 hash of file data (size: 0x14 bytes)

Header structure

Start Length Description
0x0 1 Size of header + file name
0x1 1 Padding (always 0x00)
0x2 4 32 bit file data size
0x6 1 Size of file name alone
0x7 1 Padding (always 0x00)