Template:RCO TOC entry common area: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 8: | Line 8: | ||
| 0x04 || 0x04 || int || '''entry_label_offset''' || {{yes}} || {{yes}} || {{{2|00 00 00 00}}} || Offset to the label (relative to the label table). 0xFFFFFFFF means the label doesn't exist for this entry | | 0x04 || 0x04 || int || '''entry_label_offset''' || {{yes}} || {{yes}} || {{{2|00 00 00 00}}} || Offset to the label (relative to the label table). 0xFFFFFFFF means the label doesn't exist for this entry | ||
|- | |- | ||
| 0x08 || 0x04 || int || '''entry_header_size''' || {{yes}} || {{yes}} || 00 00 00 28 || {{cellcolors|lightgrey}} | | 0x08 || 0x04 || int || '''entry_header_size''' || {{yes}} || {{yes}} || 00 00 00 28 || rowspan="2" {{cellcolors|lightgrey}} no XML representation || sizeof(RCOEntry) = 0x28 [ only used for entries with extra info (ie not "main" entries) ] | ||
|- | |- | ||
| 0x0C || 0x04 || int || '''entry_size''' || {{yes}} || {{yes}} || {{{3|00 00 00 00}}} | | 0x0C || 0x04 || int || '''entry_size''' || {{yes}} || {{yes}} || {{{3|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 || {{cellcolors|lightgrey}} | | 0x10 || 0x04 || int || '''children_number''' || {{yes}} || {{yes}} || 00 00 00 00 || rowspan="4" {{cellcolors|lightgrey}} represents XML hierarchy || | ||
|- | |- | ||
| 0x14 || 0x04 || int || '''next_brother_offset''' || {{yes}} || {{yes}} || 00 00 00 00 | | 0x14 || 0x04 || int || '''next_brother_offset''' || {{yes}} || {{yes}} || 00 00 00 00 || | ||
|- | |- | ||
| 0x18 || 0x04 || int || '''prev_brother_offset''' || {{yes}} || {{yes}} || 00 00 00 00 | | 0x18 || 0x04 || int || '''prev_brother_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 | | 0x1C || 0x04 || int || '''parent_offset''' || {{yes}} || {{yes}} || 00 00 00 28 || entry offset relative to parent start offset | ||
|- | |- | ||
| 0x20 || 0x04 || unk || {{cellcolors|#ff9999}} ''toc_entry_unknown1'' || {{yes}} || {{yes}} || <abbr title="Always seems to be 0x00000000">00 00 00 00</abbr> || {{cellcolors|lightgrey}} | | 0x20 || 0x04 || unk || {{cellcolors|#ff9999}} ''toc_entry_unknown1'' || {{yes}} || {{yes}} || <abbr title="Always seems to be 0x00000000">00 00 00 00</abbr> || rowspan="2" {{cellcolors|lightgrey}} no XML representation || | ||
|- | |- | ||
| 0x24 || 0x04 || unk || {{cellcolors|#ff9999}} ''toc_entry_unknown2'' || {{yes}} || {{yes}} || <abbr title="Always seems to be 0x00000000">00 00 00 00</abbr> | | 0x24 || 0x04 || unk || {{cellcolors|#ff9999}} ''toc_entry_unknown2'' || {{yes}} || {{yes}} || <abbr title="Always seems to be 0x00000000">00 00 00 00</abbr> || | ||
|-<noinclude> | |-<noinclude> | ||
|} | |} | ||
[[Category:Templates]]</noinclude> | [[Category:Templates]]</noinclude> |