Template:RCO TOC entry common area
Jump to navigation
Jump to search
Offset | Length | Type | Name | Example (TOC) | Example (XML) | Notes | ||
---|---|---|---|---|---|---|---|---|
0x00 | 0x04 | int | entry_type | Yes | Yes | 01 01 / 00 00 | <MainTree name="label"> | First 2 bytes entry_type, last 2 bytes always 0x0000 |
0x04 | 0x04 | int | entry_label_offset | Yes | Yes | 00 00 00 00 | Label offset relative to the start of label table (optional) | |
0x08 | 0x04 | int | attributes_offset | Yes | Yes | 00 00 00 28 | no XML representation | Only used for entries with attributes (ie not "tree" entries) |
0x0C | 0x04 | int | entry_size | Yes | Yes | 00 00 00 00 | main tables (main/img etc) uses 0x28 here, or is this the length of current entry (not including subentries)? | |
0x10 | 0x04 | int | children_number | Yes | Yes | 00 00 00 00 | represents XML hierarchy | |
0x14 | 0x04 | int | next_sibling_offset | Yes | Yes | 00 00 00 00 | ||
0x18 | 0x04 | int | prev_sibling_offset | Yes | Yes | 00 00 00 00 | this is usually 0x0 however (does make writing RCOs easier though :P I guess Sony's tools do something similar...) | |
0x1C | 0x04 | int | parent_offset | Yes | Yes | 00 00 00 28 | entry offset relative to parent start offset | |
0x20 | 0x04 | unk | toc_entry_unknown1 | Yes | Yes | 00 00 00 00 | no XML representation | |
0x24 | 0x04 | unk | toc_entry_unknown2 | Yes | Yes | 00 00 00 00 |