MxOf: Difference between revisions
Jump to navigation
Jump to search
PawPatroler (2025) changed the content model of the page MxOf from "wikitext" to "JavaScript" |
m Reverted edit by PawPatroler (2025) (talk) to last revision by MattKC Tags: content model change Rollback |
||
(No difference)
| |||
Latest revision as of 05:49, 6 March 2026
MxOf is a data section that appears early in most SI files. It appears to be an index of the byte offsets in the file indicating the starting positions of each file stream.
Specification
NOTE: This information is incomplete and requires more research and information.
| Bytes | Offset | Description |
|---|---|---|
| "MxOf" | 0 | 4-byte data identifier |
| Chunk Size | 4 | 4-byte integer specifying the size of this chunk minus the first 8 bytes |
| Total List Size? | 8 | 4-bytes whose purpose may be the total number of indices/byte offsets, but is not entirely clear yet |
| Offsets | 12 | The rest of the data are continuous 4-byte integers indicating the byte offsets where MxSt streams start. |