BinaryStructure

From Hotline Wiki
Revision as of 20:11, 3 March 2026 by Lostarch (talk | contribs) (Created page with "== Flat File Object (FILP) == Transactions 202, 203, 210, and 213 utilize the Flattened File Object. === Header === * '''Format:''' 'FILP' (0x46494C50) * '''Version:''' 1 (2 bytes) * '''Fork Count:''' 2 (Typically INFO and DATA) === Information Fork (INFO) === {| class="wikitable" ! Offset !! Size !! Description |- | 0 || 4 || Platform ('AMAC' or 'MWIN') |- | 4 || 4 || Type Signature |- | 8 || 4 || Creator Signature |- | 32 || 8 || Create Date |- | 40 || 8 || Modify Da...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Flat File Object (FILP)

Transactions 202, 203, 210, and 213 utilize the Flattened File Object.

  • Format: 'FILP' (0x46494C50)
  • Version: 1 (2 bytes)
  • Fork Count: 2 (Typically INFO and DATA)

Information Fork (INFO)

Offset Size Description
0 4 Platform ('AMAC' or 'MWIN')
4 4 Type Signature
8 4 Creator Signature
32 8 Create Date
40 8 Modify Date
50 Var File Name (Max 128 chars)

Data Fork (DATA)

  • Fork Type: 'DATA' (0x44415441)
  • Data Size: 4 bytes (Total file size)
  • Content: Raw binary file data.