Skip to content

Replay.attributes.events format

ascendedguard edited this page Dec 5, 2010 · 1 revision

Replay.attributes.events is a simple file containing various game settings. It consists of a list of attributes, each specifying the attribute, player, and value.

Special thanks to phpsc2replay for it's excellent documentation on the format.

File Header

Field Name Type Count Comments
fileHeader int32 x 1 Always 00 00 00 00
numAttributes int32 x 1 little-endian byte order
attributeArray ReplayAttribute x (numAttributes) Contains the array of all data.