HED

From Game Research Wiki
Revision as of 03:13, 30 July 2018 by Orin (talk | contribs)
Jump to navigation Jump to search

Used in the following games:

The file extension suggests it is some type of header file. Possibly some sort of index that is used by the game to load game assets. File name used is "STAGE0.HED". There is no difference between the one on disc 1 and 2 (they are 1:1 match). A pattern is observed starting from position 128 (0x80). 4 bytes that increases followed by another 4 bytes that appears to be a number with no obvious relation to the first number. Essentially, there is pairs of 4 bytes for the majority of the file. The first 128 bytes has no pattern that can be seen other than a possible ID that matches other formats where there is a header before each data entry that ID's the type and possibly how many frames/sectors the data occupies on the disc.

Structure

Header
Size Content Description
128 bytes Unknown
Index
Size Content Description
4 bytes Unknown
4 bytes Unknown

See Also

CDF