Byaml: Difference between revisions
Minor update for version 10 |
ArchLeaders (talk | contribs) m Fix Key/String Table structure |
||
| (One intermediate revision by one other user not shown) | |||
| Line 34: | Line 34: | ||
|Root data offset (to ByamlContainer) | |Root data offset (to ByamlContainer) | ||
|} | |} | ||
=== Byaml Container === | === Byaml Container === | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 163: | Line 161: | ||
|- | |- | ||
|0x4 | |0x4 | ||
|0x4 * ByamlContainer count | |0x4 * ByamlContainer count + 1 | ||
|u32 | |u32 | ||
|String offset array, offsets relative | |String offset array, offsets relative to string table header (the extra offset is to the end of the last key/string) | ||
|- | |- | ||
| | | | ||