Editing RCOXML Objects
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
=Description= | =Description= | ||
'''RCOXML Objects''' are defined in the | '''RCOXML Objects''' are defined in the XML code embedded inside .rco files. See [[Resource Container (RCO)]] | ||
There are a lot of objects, should be considered the "construction blocks" of the [[XMB]] | |||
{{BoxwarningRCOXMLObjects}} | |||
== | =ObjectTree= | ||
{{ | ==Page== | ||
{{Boxinfo2|content='''Standard object attributes''': No<br />'''Specific object attributes''': Yes (5)}}<br><br> | |||
= | {| class="wikitable" | ||
|+specific object attributes (Page) | |||
! colspan="3" | Attribute !! rowspan="2" | How it works !! rowspan="2" | <abbr title="after verifyed this info needs to be moved to the column at left with an explain of how it works">Research notes (partially speculative)</abbr> | |||
|- | |- | ||
| {{ | ! Name !! Type !! Examples | ||
|-{{cellcolors|#DD6666}} | |||
| pageUnknownInt0 || int || 0x1110000 || ? || used 1174 times in retail firmware 4.76 all them with value: 0x1110000 | |||
|- | |- | ||
| | | pageOnInit || event || event:native:/OnControlPanelButtonInit || || | ||
|- | |- | ||
| | | pageOnCancel || event || event:native:/OnControlPanelButtonCancel || || | ||
|- | |- | ||
| | | pageOnContext || event || event:native:/OnControlPanelButtonContextMenu || || | ||
|- | |- | ||
| | | pageOnActivate || event || event:native:/OnControlPanelButtonActivate || || | ||
|} | |} | ||
===Plane=== | |||
{{Boxinfo2|content='''Standard object attributes''': Yes (21)<br />'''Specific object attributes''': Yes (2)}}<br><br> | |||
{{spoiler|standard object attributes|{{RCOXML standard object attributes}}}} | |||
{| class="wikitable" | |||
|+specific object attributes (Plane) | |||
! colspan="3" | Attribute !! rowspan="2" | How it works !! rowspan="2" | <abbr title="after verifyed this info needs to be moved to the column at left with an explain of how it works">Research notes (partially speculative)</abbr> | |||
|- | |||
! Name !! Type !! Examples | |||
{{ | |||
{| class="wikitable | |||
|+ | |||
! | |||
|- | |- | ||
| | | planeImage || image || image:tex_indi_message || Loads a image from [[RCOXML Images|ImageTree]] || | ||
|- | |- | ||
| | | planeDisplayMode || int || 0x0<br>0x1<br>0x3<br>0xffff0000 || || used 2599 times in firmware 4.76 with values: "0x0" (2426 times), "0x1" (38 times), "0x3" (123 times), "0xffff0000" (12 times) | ||
|} | |} | ||
== | ===Button=== | ||
{{Boxinfo2|content='''Standard object attributes''': Yes (21)<br />'''Specific object attributes''': Yes (13)}}<br><br> | |||
{{spoiler|standard object attributes|{{RCOXML standard object attributes}}}} | |||
{{ | {| class="wikitable" | ||
|+specific object attributes (Button) | |||
! colspan="3" | Attribute !! rowspan="2" | How it works !! rowspan="2" | <abbr title="after verifyed this info needs to be moved to the column at left with an explain of how it works">Research notes (partially speculative)</abbr> | |||
{| class="wikitable | |||
|+ | |||
! | |||
|- | |- | ||
! Name !! Type !! Examples | |||
|- | |- | ||
| | | buttonImage || image || image:tex_cp_volume || Loads a image from [[RCOXML Images|ImageTree]] || | ||
|- | |- | ||
| | | buttonShadow || image || image:tex_cp_volume_shadow || Loads a image from [[RCOXML Images|ImageTree]] || | ||
|- | |- | ||
| | | buttonFocus || image || image:tex_cp_volume_focus || Loads a image from [[RCOXML Images|ImageTree]] || | ||
|- | |- | ||
| | | buttonText || text || text:msg_ok || Loads a text from [[RCOXML Texts|TextTree]] || | ||
|- | |- | ||
| | | buttonOnPush || event || event:native:/AudioPlayerPlugin::OnVolumeButtonPush || || | ||
|- | |- | ||
| | | buttonOnFocusIn || event || event:native:/AudioPlayerPlugin::OnViewControlPanelButtonFocusIn || || | ||
|- | |- | ||
| | | buttonOnFocusOut || event || event:native:/AudioPlayerPlugin::OnViewControlPanelButtonFocusOut || || | ||
|- | |- | ||
| | | buttonOnFocusLeft || event || event:native:/AudioPlayerPlugin::OnControlPanelButtonFocusNaviLeft || || | ||
|- | |- | ||
| | | buttonOnFocusRight || event || event:native:/AudioPlayerPlugin::OnControlPanelButtonFocusNaviRight || || | ||
|- | |- | ||
| | | buttonOnFocusUp || event || event:native:/AudioPlayerPlugin::OnControlPanelButtonFocusNaviUp || || | ||
|- | |- | ||
| | | buttonOnFocusDown || event || event:native:/AudioPlayerPlugin::OnControlPanelButtonFocusNaviDown || || | ||
|- | |- | ||
| | | buttonOnContext || event || event:native:/VideoEditorUpload::ServiceSelect::OnContextMenuButton1 || || | ||
|-{{cellcolors|#DD6666}} | |||
| buttonUnknownInt47 || int || 0x0<br>0xffffffff || ? || used 624 times in firmware 4.76 with values: "0x0" (560 times), or "0xffffffff" (64 times) | |||
|} | |} | ||
===XMenu=== | |||
{{Boxinfo2|content='''Standard object attributes''': Yes (21)<br />'''Specific object attributes''': Yes (6)}}<br><br> | |||
{| class="wikitable" | {{spoiler|standard object attributes|{{RCOXML standard object attributes}}}} | ||
| | {| class="wikitable" | ||
! | |+specific object attributes (XMenu) | ||
! colspan="3" | Attribute !! rowspan="2" | How it works | |||
|- | |||
! Name !! Type !! Examples | |||
|- | |- | ||
| | | xmenuMenus || int || 0xa || number of main icons of XMB (10 categories) | ||
|- | |- | ||
| | | xmenuOnPush || event || event:native:/Bar::onPush || | ||
| | |||
| | |||
|- | |- | ||
| | | xmenuOnContext || event || event:native:/Bar::onContextMenu || | ||
|- | |- | ||
| | | xmenuOnCursorMove || event || event:native:/Bar::onCursorMove || | ||
|- | |- | ||
| | | xmenuOnScrollIn || event || event:native:/Bar::onScrollIn || | ||
|- | |- | ||
| | | xmenuOnScrollOut || event || event:native:/Bar::onScrollOut || | ||
|} | |} | ||
===XMList=== | |||
{{Boxinfo2|content='''Standard object attributes''': No<br />'''Specific object attributes''': Yes (3)}}<br><br> | |||
" | {| class="wikitable" | ||
|+specific object attributes (XMList) | |||
! colspan="3" | Attribute !! rowspan="2" | How it works !! rowspan="2" | <abbr title="after verifyed this info needs to be moved to the column at left with an explain of how it works">Research notes (partially speculative)</abbr> | |||
| | |||
|- | |- | ||
| | ! Name !! Type !! Examples | ||
|-{{cellcolors|#DD6666}} | |||
| xmlistUnknown0 || unk || 0x0 || ? || used 20 times in firmware 4.76 all them with value "0x0" | |||
|- | |- | ||
| | | xmlistImage || image || image:tex_game || Loads a image from [[RCOXML Images|ImageTree]] || | ||
|- | |- | ||
| | | xmlistText || text || text:msg_game || Loads a text from [[RCOXML Texts|TextTree]] || | ||
| | |||
| | |||
|} | |} | ||
===XList=== | |||
{{Boxinfo2|content='''Standard object attributes''': Yes (21)<br />'''Specific object attributes''': Yes (8)}}<br><br> | |||
{{spoiler|standard object attributes|{{RCOXML standard object attributes}}}} | |||
{| class="wikitable" | |||
|+specific object attributes (XList) | |||
! colspan="3" | Attribute !! rowspan="2" | How it works !! rowspan="2" | <abbr title="after verifyed this info needs to be moved to the column at left with an explain of how it works">Research notes (partially speculative)</abbr> | |||
{{ | |||
{| class="wikitable | |||
|+ | |||
! | |||
|- | |- | ||
| | ! Name !! Type !! Examples | ||
|-{{cellcolors|#DD6666}} | |||
| xlistUnknownInt23 || int || 0x0 || ? || used 18 times in firmware 4.76 all them with value "0x0" | |||
|- | |- | ||
| | | xlistOnCursorMove || event || event:native:/XmbMenu::OnCursorMoveXmList || || | ||
|- | |- | ||
| | | xlistOnScrollIn || event || event:native:/XmbMenu::OnScrollInXmList || || | ||
|- | |- | ||
| | | xlistOnScrollOut || event || event:native:/OnScrollOut_VmcAppearSettingList || || | ||
|- | |- | ||
| | | xlistOnPush || event || event:native:/OnPush_VmcAppearSettingList || || | ||
|- | |- | ||
| | | xlistOnContext || event || || || used 18 times in 4.76 firmware all them with value "nothing" (so no example available). Maybe is "onDecide" ? (because onDecide uses to appear before onCancel) | ||
|- | |- | ||
| | | xlistOnCancel || event || event:native:/OnCancelMenuGameConfig || || | ||
|-{{cellcolors|#DD6666}} | |||
| xlistUnknownEvent36 || event || nothing || ? || used 18 times in firmware 4.76 all them with value "nothing" | |||
|- | |||
| | |||
|} | |} | ||
=== | ===Progress=== | ||
{{ | {{Boxinfo2|content='''Standard object attributes''': Yes (21)<br />'''Specific object attributes''': Yes (5)}}<br><br> | ||
{| class="wikitable | {{spoiler|standard object attributes|{{RCOXML standard object attributes}}}} | ||
|+ | {| class="wikitable" | ||
! | |+specific object attributes (Progress) | ||
! colspan="3" | Attribute !! rowspan="2" | How it works !! rowspan="2" | <abbr title="after verifyed this info needs to be moved to the column at left with an explain of how it works">Research notes (partially speculative)</abbr> | |||
|- | |- | ||
| | ! Name !! Type !! Examples | ||
|-{{cellcolors|#DD6666}} | |||
| progressUnknownFloat23 || float || 100<br>1 || ? || used 52 times in 4.76 firmware with values: "100" (50 times), "1" (2 times) | |||
|-{{cellcolors|#DD6666}} | |||
| progressUnknown24 || unk || || ? || used 52 times in 4.76 firmware all them wit value "0x0" | |||
|- | |- | ||
| | | progressImage || image|| image:tex_progress_bar || || empty progress bar | ||
|- | |- | ||
| | | progressImage2 || image || image:tex_progress_bar_in || || filled progress bar | ||
| | |-{{cellcolors|#DD6666}} | ||
| | | progressUnknownRef29 || ref || || ? || used 52 times in 4.76 firmware all them wit value "nothing" | ||
|- | |||
| | |||
|} | |} | ||
===Scroll=== | |||
{{Boxinfo2|content='''Standard object attributes''': Yes (21)<br />'''Specific object attributes''': Yes (8)}}<br><br> | |||
{{spoiler|standard object attributes|{{RCOXML standard object attributes}}}} | |||
{| class="wikitable" | |||
|+specific object attributes (Scroll) | |||
{{ | ! colspan="3" | Attribute !! rowspan="2" | How it works !! rowspan="2" | <abbr title="after verifyed this info needs to be moved to the column at left with an explain of how it works">Research notes (partially speculative)</abbr> | ||
{| class="wikitable | |||
|+ | |||
! | |||
|- | |- | ||
! Name !! Type !! Examples | |||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | scrollUnknownFloat23 || float || || ? || used 88 times in 4.76 firmware all them with value "100" | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | scrollUnknownFloat24 || float || || ? || used 88 times in 4.76 firmware all them with value "100" | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | scrollUnknown25 || unk || || ? || used 88 times in 4.76 firmware all them with value "0x0" | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | scrollUnknownRef26 || ref || || ? || used 88 times in 4.76 firmware all them with value "nothing" | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | scrollUnknownRef28 || ref || || ? || used 88 times in 4.76 firmware all them with value "nothing" | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | scrollUnknownRef30 || ref || || ? || used 88 times in 4.76 firmware all them with value "nothing" | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | scrollUnknownRef32 || ref || || ? || used 88 times in 4.76 firmware all them with value "nothing" | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | scrollUnknownRef34 || ref || || ? || used 88 times in 4.76 firmware all them with value "nothing" | ||
|} | |} | ||
=== | ===MList=== | ||
{{ | {{Boxinfo2|content='''Standard object attributes''': Yes (21)<br />'''Specific object attributes''': Yes (19)}}<br><br> | ||
{| class="wikitable | {{spoiler|standard object attributes|{{RCOXML standard object attributes}}}} | ||
|+ | {| class="wikitable" | ||
! | |+specific object attributes (MList) | ||
! colspan="3" | Attribute !! rowspan="2" | How it works !! rowspan="2" | <abbr title="after verifyed this info needs to be moved to the column at left with an explain of how it works">Research notes (partially speculative)</abbr> | |||
|- | |- | ||
| | ! Name !! Type !! Examples | ||
| | |-{{cellcolors|#DD6666}} | ||
| | | mlistUnknown23 || unk || || ? || used 409 times in 4.76 firmware with values: 0x17000000 (1 time), 0x16000000 (1 time), 0x15000000 (127 times), 0x12000000 (14 times), 0x10000000 (4 times), 0xe000000 (31 times), 0xc000000 (5 times), 0xa000000 (2 times), 0x9000000 (5 times), 0x8000000 (6 times), 0x7000000 (20 times), 0x6000000 (104 times), 0x5000000 (3 times), 0x4000000 (9 times), 0x3000000 (13 times), 0x2000000 (39 times), 0x1000000 (20 times), 0x0 (5 times) | ||
|- | |-{{cellcolors|#DD6666}} | ||
| mlistUnknown24 || unk || || ? || used 409 times in 4.76 firmware all them with value "0x0" | |||
| | |||
| | |||
| | |||
| | |||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | mlistUnknown25 || unk || || ? || used 409 times in 4.76 firmware with values: 0x0 (7 times), 0x1 (7 times), 0x2 (8 times), 0x3 (6 times), 0x4 (4 times), 0x5 (6 times), 0x6 (2 times), 0xa (2 times), 0xb (2 times), 0xd (2 times), 0xffffffff (363 times) | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | mlistUnknown26 || unk || || ? || used 409 times in 4.76 firmware with values: 0x0 (395 times), 0x1000000 (10 times), 0x2000000 (4 times) | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | mlistUnknown27 || unk || || ? || used 409 times in 4.76 firmware all them with value "0x0" | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | mlistUnknown28 || unk || || ? || used 409 times in 4.76 firmware with values: 0x0 (333 times), 0x4c090100 (6 times), 0x7f090100 (1 times), 0x1f070100 (8 times), 0x1f070000 (14 times), 0x69070000 (39 times), 0xc4040000 (8 times) | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | mlistUnknown29 || unk || || ? || used 409 times in 4.76 firmware with values: 0x0 (208 times), 0x95080000 (1 time), 0xdc050000 (1 time), 0xe7050000 (2 times), 0xe0050000 (1 time), 0x3a040000 (4 times), 0x83040000 (2 times), 0x7f030000 (125 times), 0x87040000 (2 times), 0xc7020000 (1 time), 0xfc010000 (15 times), 0x21030000 (2 times), 0x1e030000 (5 times), 0x3f040000 (2 times), 0x20070000 (4 times), 0x63070000 (31 times), 0xbf070000 (2 times), 0x8f030000 (1 time) | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | mlistUnknown30 || unk || || ? || used 409 times in 4.76 firmware with values: 0x0 (282 times), 0xe8050000 (2 times), 0x80030000 (125 times) | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | mlistUnknownRef32 || ref || || ? || used 409 times in 4.76 firmware all them with value "nothing" (probably is an event) | ||
|- | |- | ||
| | | mlistOnPush || event || event:native:/OnSettingPagePushList || || | ||
|- | |- | ||
| | | mlistOnCursorMove || event || event:native:/OnSettingPageCursorMoveList || || | ||
|- | |- | ||
| | | mlistOnFocusIn || event || event:native:/Bookmark::onBookmarkListFocusIn || || | ||
|- | |- | ||
| | | mlistOnFocusOut || event || event:native:/Menu::cbFocusOut || || | ||
|- | |- | ||
| | | mlistOnFocusLeft || event || event:native:/Menu::cbFocusLeft || || | ||
|- | |- | ||
| | | mlistOnFocusRight || event || event:native:/Menu::cbFocusRight || || | ||
|- | |- | ||
| | | mlistOnFocusUp || event || event:native:/Menu::cbFocusUp || || | ||
|- | |- | ||
| | | mlistOnFocusDown || event || event:native:/cbFocusDown || || | ||
|- | |- | ||
| | | mlistOnScrollIn || event || event:native:/cbScrollIn || || | ||
|- | |- | ||
| | | mlistOnScrollOut || event || event:native:/cbScrollOut || || | ||
|} | |} | ||
===MItem=== | |||
{{Boxinfo2|content='''Standard object attributes''': No<br />'''Specific object attributes''': Yes (3)}}<br><br> | |||
== | |||
{{ | |||
{| class="wikitable" | {| class="wikitable" | ||
|+specific attributes | |+specific object attributes (MItem) | ||
! colspan=" | ! colspan="3" | Attribute !! rowspan="2" | How it works !! rowspan="2" | <abbr title="after verifyed this info needs to be moved to the column at left with an explain of how it works">Research notes (partially speculative)</abbr> | ||
|- | |||
! Name !! Type !! Examples | |||
|- | |- | ||
| mitemTextOrImage1 || text || text:msg_latin2_852<br>image:tex_vc_mpeg2 || || weird, in videoeditor_plugin.rco is an image (used 5 times), but in the others is a text (used 1053 times), or "nothing" (used 68 times) | |||
| | |||
| | |||
|- | |- | ||
| | | mitemTextOrImage2 || text || text:msg_centraleurope_1250<br>image:tex_search || || weird, in webbrowser_plugin.rco is used as an image | ||
|- | |- | ||
| | | mitemTextOrImage3 || text || text:msg_none<br>image:tex_search_s || ? || weird, used 1126 times in 4.76 firmware with values: "nothing" (1093 times), with an "image" (32 times), or with a text (1 time) | ||
|} | |} | ||
===ObjUnknown0xB=== | |||
{{Boxinfo2|content='''Standard object attributes''': Unknown<br />'''Specific object attributes''': Unknown}}<br><br> | |||
=== | ===XItem=== | ||
{{ | {{Boxinfo2|content='''Standard object attributes''': No<br />'''Specific object attributes''': Yes (3)}}<br><br> | ||
{| class="wikitable" | {| class="wikitable" | ||
|+specific attributes | |+specific object attributes (XItem) | ||
! colspan=" | ! colspan="3" | Attribute !! rowspan="2" | How it works !! rowspan="2" | <abbr title="after verifyed this info needs to be moved to the column at left with an explain of how it works">Research notes (partially speculative)</abbr> | ||
|- | |- | ||
! Name !! Type | ! Name !! Type !! Examples | ||
|- | |- | ||
| xitemImage || image || | | xitemImage || image || || || Object not used in PS3 firmware | ||
|- | |- | ||
| xitemText || text || | | xitemText || text || || || Object not used in PS3 firmware | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | xitemUnknownRef4 || ref || || ? || Object not used in PS3 firmware | ||
|} | |} | ||
=== | ===Text=== | ||
{{ | {{Boxinfo2|content='''Standard object attributes''': Yes (21)<br />'''Specific object attributes''': Yes (34)}}<br><br> | ||
{{spoiler|standard object attributes|{{RCOXML standard object attributes}}}} | |||
{| class="wikitable" | {| class="wikitable" | ||
|+specific attributes | |+specific object attributes (Text) | ||
! colspan=" | ! colspan="3" | Attribute !! rowspan="2" | How it works !! rowspan="2" | <abbr title="after verifyed this info needs to be moved to the column at left with an explain of how it works">Research notes (partially speculative)</abbr> | ||
|- | |- | ||
! Name !! Type | ! Name !! Type !! Examples | ||
|- | |- | ||
| | | textText || text || text:msg_pw_changed || || | ||
|- | |- | ||
| textFont || ref || font:fontstyle_light || || | |||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | textUnknownInt27 || int || || ? || used 1305 times in 4.76 firmware with values: "0x1" (351 times), "0x101" (3 times), "0x10001" (246 times), "0x1000101" (70 times), "0x1010001" (148 times), "0x1010101" (3 times), "0x1000001" (384 times), "0x2000001" (96 times), "0x2010001" (4 times)<br>'''Font typography flags''' ? (italic, bold, underlined, etc... by using cummulative and unique bit switches) | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | textUnknownInt29 || int || || ? || used 1305 times in 4.76 firmware with values: "0x1000000" (1275 times) or "0x0" (30 times) | ||
|- | |- | ||
| | | textSize || float || 10<br>8.19<br>7.605<br>0 || || | ||
|- | |- | ||
| | | textTopRed || float || rowspan="6" | 1<br>0.5<br>0 || || | ||
|- | |- | ||
| | | textTopGreen || float || || | ||
|- | |- | ||
| | | textTopBlue || float || || | ||
|- | |- | ||
| | | textBottomRed || float || || | ||
|- | |- | ||
| | | textBottomGreen || float || || | ||
|- | |- | ||
| | | textBottomBlue || float || || | ||
|- | |- | ||
| | | textSpacingHorizontal || float || 0 || || | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | textUnknown37 || unk || || ? || used 1305 times in 4.76 firmware all them with value "0x0" ('''somethingX''' or '''somethingRed''' ?) | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | textUnknown38 || unk || || ? || used 1305 times in 4.76 firmware all them with value "0x0" ('''somethingY''' or '''somethingGreen''' ?) | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | textUnknown39 || unk || || ? || used 1305 times in 4.76 firmware all them with value "0x0" ('''somethingZ''' or '''somethingBlue''' ?) | ||
|- | |- | ||
| | | textSpacingVertical || float || 0<br>2 || || | ||
|- | |- | ||
| | | textShadowX || float || 0<br>4 || || | ||
|- | |- | ||
| | | textShadowY || float || 0<br>-5 || || | ||
|- | |- | ||
| | | textShadowPerspective || float || 0 || || '''textShadowZ''' looks like a better name | ||
|- | |- | ||
| | | textShadowRed || float || rowspan="3" | 0<br>0.25<br>0.9 || || | ||
|- | |- | ||
| | | textShadowGreen || float || || | ||
|- | |- | ||
| | | textShadowBlue || float || || | ||
|- | |- | ||
| | | textShadowAlpha || float || 1<br>0 || || | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | textUnknown48 || unk || || ? || used 1305 times in 4.76 firmware all them with value "0x0" ('''textFocusX''' ?) | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | textUnknown49 || unk || || ? || used 1305 times in 4.76 firmware all them with value "0x0" ('''textFocusY''' ?) | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | textUnknown50 || unk || || ? || used 1305 times in 4.76 firmware all them with value "0x0" ('''textFocusZ''' ?) | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | textUnknownFloat51 || float || || ? || used 1305 times in 4.76 firmware all them with value "1" ('''textFocusRed''' ?) | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | textUnknownFloat52 || float || || ? || used 1305 times in 4.76 firmware all them with value "1" ('''textFocusGreen''' ?) | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | textUnknownFloat53 || float || || ? || used 1305 times in 4.76 firmware all them with value "1" ('''textFocusBlue''' ?) | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | textUnknownFloat54 || float || || ? || used 1305 times in 4.76 firmware all them with value "1" ('''textFocusAlpha''' ?) | ||
|- | |-{{cellcolors|#DD6666}} | ||
| textUnknown55 || unk || || ? || used 1305 times in 4.76 firmware with values: "0xffffffff" (719 times) or "0x0" (586 times) | |||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | textUnknownInt56 || int || || ? || used 1305 times in 4.76 firmware with values: "0x3", "0x13", "0x14", "0x15", "0x17", "0x10013", "0x10014", "0x10015", "0x10016", "0x5f2", "0x5f5", "0x6bd", "0x6d7", etc... (seems to follow some rules, but varies too much to find a pattern) | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | textUnknownInt57 || int || || ? || used 1305 times in 4.76 firmware with values: "0x3" (1235 times), "0x1be" (2 times), "0x1039a" (19 times), "0x10b48" (4 times), "0x10f77" (2 times), etc... (seems to follow some rules, but varies too much to find a pattern) | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | textUnknown58 || unk || || ? || used 1305 times in 4.76 firmware all them with value "0x0" | ||
|} | |} | ||
*PS3 texts has a "tilt" effect that increases and decreases the light reflect every 2 seconds or so... probably this tilt effect is defined by one of the "unknowns" | *Speculation | ||
**PS3 texts has a "tilt" effect that increases and decreases the light reflect every 2 seconds or so... probably this tilt effect is defined by one of the "unknowns" | |||
===ModelObject=== | |||
{{Boxinfo2|content='''Standard object attributes''': Yes (21)<br />'''Specific object attributes''': Yes (1)}}<br><br> | |||
{{spoiler|standard object attributes|{{RCOXML standard object attributes}}}} | |||
{| class="wikitable" | |||
|+specific object attributes (ModelObject) | |||
! colspan="3" | Attribute !! rowspan="2" | How it works | |||
|- | |||
! Name !! Type !! Examples | |||
|- | |||
| modelobjectModel || model || || | |||
|} | |||
===Spin=== | |||
{{Boxinfo2|content='''Standard object attributes''': Yes (21)<br />'''Specific object attributes''': Yes (14)}}<br><br> | |||
{{ | |||
{{spoiler|standard object attributes|{{RCOXML standard object attributes}}}} | |||
{| class="wikitable" | {| class="wikitable" | ||
|+specific attributes | |+specific object attributes (Spin) | ||
! colspan=" | ! colspan="3" | Attribute !! rowspan="2" | How it works !! rowspan="2" | <abbr title="after verifyed this info needs to be moved to the column at left with an explain of how it works">Research notes (partially speculative)</abbr> | ||
|- | |- | ||
! Name !! Type !! Examples | |||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | spinUnknown23 || unk || || ? || used 13 times in 4.76 firmware all them with value "0x0" | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | spinUnknownInt24 || int || || ? || used 13 times in 4.76 firmware with values: "0x0" (10 times), "0x10000" (2 times), "0x1000000" (1 time) | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | spinUnknownRef25 || ref || || ? || used 13 times in 4.76 firmware all them with value "nothing" (probably another '''event''') | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | spinUnknownRef27 || ref || || ? || used 13 times in 4.76 firmware all them with value "nothing" (probably another '''event''') | ||
|- | |- | ||
| | | spinOnDecide || event || event:native:/OnDecideCaptionDuration || || | ||
|- | |- | ||
| | | spinOnCancel || event || event:native:/OnCancelCaptionDuration || || | ||
|- | |- | ||
| | | spinOnRollIn || event || event:native:/OnRollInSpinHdmiDetect || || | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | spinUnknownRef35 || ref || || ? || used 13 times in 4.76 firmware all them with value "nothing" (probably another '''event''') | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | spinUnknownRef37 || ref || || ? || used 13 times in 4.76 firmware all them with value "nothing" (probably another '''event''') | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | spinUnknownRef39 || ref || || ? || used 13 times in 4.76 firmware all them with value "nothing" (probably another '''event''') | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | spinUnknownRef41 || ref || || ? || used 13 times in 4.76 firmware all them with value "nothing" (probably another '''event''') | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | spinUnknownRef43 || ref || || ? || used 13 times in 4.76 firmware all them with value "nothing" (probably another '''event''') | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | spinUnknownRef45 || ref || || ? || used 13 times in 4.76 firmware all them with value "nothing" (probably another '''event''') | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | spinUnknownRef47 || ref || || ? || used 13 times in 4.76 firmware all them with value "nothing" (probably another '''event''') | ||
|} | |} | ||
===Action=== | |||
{{Boxinfo2|content='''Standard object attributes''': Yes (21)<br />'''Specific object attributes''': Yes (1)}}<br><br> | |||
== | |||
{{ | |||
{{spoiler|standard object attributes|{{RCOXML standard object attributes}}}} | |||
{| class="wikitable" | {| class="wikitable" | ||
|+specific attributes | |+specific object attributes (Action) | ||
! colspan=" | ! colspan="3" | Attribute !! rowspan="2" | How it works | ||
|- | |- | ||
! Name !! Type !! Examples | |||
|- | |- | ||
| | | actionText || text || || | ||
|} | |} | ||
===ItemSpin=== | |||
{{Boxinfo2|content='''Standard object attributes''': Yes (21)<br />'''Specific object attributes''': Yes (18)}}<br><br> | |||
=== | |||
{{ | |||
{{spoiler|standard object attributes|{{RCOXML standard object attributes}}}} | |||
{| class="wikitable" | {| class="wikitable" | ||
|+specific attributes | |+specific object attributes (ItemSpin) | ||
! colspan=" | ! colspan="3" | Attribute !! rowspan="2" | How it works !! rowspan="2" | <abbr title="after verifyed this info needs to be moved to the column at left with an explain of how it works">Research notes (partially speculative)</abbr> | ||
|- | |- | ||
! Name !! Type !! {{ | ! Name !! Type !! Examples | ||
|-{{cellcolors|#DD6666}} | |||
| itemspinUnknownInt23 || int || || ? || used 17 times in 4.76 firmware with values: "0x0" (11 times), "0x1" (5 times), "0x240" (1 time) | |||
|-{{cellcolors|#DD6666}} | |||
| itemspinUnknownInt24 || int || || ? || used 17 times in 4.76 firmware with values: "0x7" (1 time), "0x9" (4 times), "0xa" (1 time), "0x3b" (2 times), "0x63" (4 times), "0xfe" (1 time), "0x3e7" (1 time), "0x3e8" (2 times), "0x5dc" (1 time) | |||
|-{{cellcolors|#DD6666}} | |||
| itemspinUnknownInt25 || int || || ? || used 17 times in 4.76 firmware with values: "0x0" (4 times), "0x1" (5 times), "0x2" (7 times), "0x3" (1 time) | |||
|-{{cellcolors|#DD6666}} | |||
| itemspinUnknownInt26 || int || || ? || used 17 times in 4.76 firmware with values: "0x0" (7 times), "0x1" (2 times), "0x5dc" (1 time), "0xffffffff" (7 times) | |||
|-{{cellcolors|#DD6666}} | |||
| itemspinUnknownInt27 || int || || ? || used 17 times in 4.76 firmware with values: "0x10000" (2 times), "0x1000000" (11 times), "0x1010000" (4 times) | |||
|-{{cellcolors|#DD6666}} | |||
| itemspinUnknownFloat28 || float || || ? || used 17 times in 4.76 firmware with values: "0" (7 times), "11" (5 times), "13" (1 time), "16" (1 time), "32" (3 times) | |||
|-{{cellcolors|#DD6666}} | |||
| itemspinUnknownRef29 || ref || || ? || used 17 times in 4.76 firmware all them with value "nothing" (probably another '''event''') | |||
|-{{cellcolors|#DD6666}} | |||
| itemspinUnknownRef31 || ref || || ? || used 17 times in 4.76 firmware all them with value "nothing" (probably another '''event''') | |||
|- | |- | ||
| | | itemspinOnDecide || event || event:native:/OnTitleJumpSpinDecide || || | ||
|- | |- | ||
| | | itemspinOnCancel || event || event:native:/OnTitleJumpSpinCancel || || | ||
|-{{cellcolors|#DD6666}} | |||
| itemspinUnknownRef37 || ref || || ? || used 17 times in 4.76 firmware all them with value "nothing" (probably another '''event''') | |||
|-{{cellcolors|#DD6666}} | |||
| itemspinUnknownRef39 || ref || || ? || used 17 times in 4.76 firmware all them with value "nothing" (probably another '''event''') | |||
|- | |- | ||
| | | itemspinOnFocusIn || event || event:native:/OnPageVideoPlayerTimeJumpFocusIn || || | ||
|- | |- | ||
| | | itemspinOnFocusOut || event || event:native:/OnPageVideoPlayerTimeJumpFocusOut || || | ||
|- | |- | ||
| | | itemspinOnFocusLeft || event || event:native:/OnFocusLeftNumSpinWizardEventHandler || || | ||
|- | |- | ||
| | | itemspinOnFocusRight || event || event:native:/OnFocusRightNumSpinWizardEventHandler || || | ||
|- | |- | ||
| | | itemspinObjPrev || object || || || used 17 times in 4.76 firmware all them with value "nothing" (so no example available) | ||
|- | |- | ||
| | | itemspinObjNext || object || || || used 17 times in 4.76 firmware all them with value "nothing" (so no example available) | ||
|} | |} | ||
===Group=== | |||
{{Boxinfo2|content='''Standard object attributes''': Yes (21)<br />'''Specific object attributes''': No}}<br><br> | |||
{{spoiler|standard object attributes|{{RCOXML standard object attributes}}}} | |||
=== | ===LList=== | ||
{{ | {{Boxinfo2|content='''Standard object attributes''': Yes (21)<br />'''Specific object attributes''': Yes (13)}}<br><br> | ||
{{spoiler|standard object attributes|{{RCOXML standard object attributes}}}} | |||
{| class="wikitable" | {| class="wikitable" | ||
|+specific attributes | |+specific object attributes (LList) | ||
! colspan=" | ! colspan="3" | Attribute !! rowspan="2" | How it works !! rowspan="2" | <abbr title="after verifyed this info needs to be moved to the column at left with an explain of how it works">Research notes (partially speculative)</abbr> | ||
|- | |- | ||
! Name !! Type !! {{ | ! Name !! Type !! Examples | ||
|-{{cellcolors|#DD6666}} | |||
| llistUnknownInt23 || int || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| llistUnknown24 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| llistUnknownFloat25 || float || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| llistUnknownUnk26 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| llistUnknownUnk27 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| llistUnknownRef28 || ref || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| llistUnknownRef30 || ref || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| llistUnknownRef32 || ref || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| llistUnknownRef34 || ref || || ? || | |||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | llistUnknownRef36 || ref || || ? || | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | llistUnknownRef38 || ref || || ? || | ||
|- | |- | ||
| | | llistOnScrollIn || event || event:native:/OnScrollInListEdyViewer || ? || | ||
|-{{cellcolors|#DD6666}} | |||
| llistUnknownRef42 || ref || || ? || OnScrollOut ? | |||
|} | |||
===LItem=== | |||
{{Boxinfo2|content='''Standard object attributes''': No<br />'''Specific object attributes''': Yes (3)}}<br><br> | |||
{| class="wikitable" | |||
|+specific object attributes (LItem) | |||
! colspan="3" | Attribute !! rowspan="2" | How it works !! rowspan="2" | <abbr title="after verifyed this info needs to be moved to the column at left with an explain of how it works">Research notes (partially speculative)</abbr> | |||
|- | |- | ||
! Name !! Type !! Examples | |||
|- | |- | ||
| | | litemText || text || || || | ||
|-{{cellcolors|#DD6666}} | |||
| litemUnknownRef2 || ref || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| litemUnknownRef4 || ref || || ? || | |||
|} | |} | ||
===Edit=== | |||
{{Boxinfo2|content='''Standard object attributes''': Yes (21)<br />'''Specific object attributes''': Yes (15)}}<br><br> | |||
=== | |||
{{ | |||
{{spoiler|standard object attributes|{{RCOXML standard object attributes}}}} | |||
{| class="wikitable" | {| class="wikitable" | ||
|+specific attributes | |+specific object attributes (Edit) | ||
! colspan=" | ! colspan="3" | Attribute !! rowspan="2" | How it works !! rowspan="2" | <abbr title="after verifyed this info needs to be moved to the column at left with an explain of how it works">Research notes (partially speculative)</abbr> | ||
|- | |- | ||
! Name !! Type !! {{ | ! Name !! Type !! Examples | ||
|-{{cellcolors|#DD6666}} | |||
| editUnknown23 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| editUnknown24 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| editUnknown25 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | editUnknown26 || unk || || ? || | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | editUnknownRef27 || ref || || ? || | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | editUnknownRef29 || ref || || ? || | ||
|- | |- | ||
| | | editOnDecide || event || || || | ||
|- | |||
| editOnCancel || event || || || | |||
|-{{cellcolors|#DD6666}} | |||
| editUnknownRef35 || ref || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| editUnknownRef37 || ref || || ? || | |||
|- | |- | ||
| | | editOnFocusLeft || event || || || | ||
|- | |- | ||
| | | editOnFocusRight || event || || || | ||
|- | |- | ||
| | | editObject1 || object || object2:ipaddr_network_address_setting_ipaddress || ? || "object2" used here replacing pad directions ? | ||
|- | |- | ||
| | | editObject2 || object || object2:ipaddr_network_address_setting_defaultrooter || ? || "object2" used here replacing pad directions ? | ||
|-{{cellcolors|#DD6666}} | |||
| editUnknownRef47 || ref || || ? || | |||
|} | |} | ||
===Clock=== | |||
{{Boxinfo2|content='''Standard object attributes''': Yes (21)<br />'''Specific object attributes''': Yes (15)}}<br><br> | |||
=== | |||
{{ | |||
{{spoiler|standard object attributes|{{RCOXML standard object attributes}}}} | |||
{| class="wikitable" | {| class="wikitable" | ||
|+specific attributes | |+specific object attributes (Clock) | ||
! colspan=" | ! colspan="3" | Attribute !! rowspan="2" | How it works !! rowspan="2" | <abbr title="after verifyed this info needs to be moved to the column at left with an explain of how it works">Research notes (partially speculative)</abbr> | ||
|- | |- | ||
! Name !! Type | ! Name !! Type !! Examples | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | clockUnknownInt23 || int || || ? || | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | clockUnknownFloat24 || float || || ? || | ||
|- | |- | ||
| | | clockText || text || || || | ||
|- | |- | ||
| | | clockTextAlt || text || || || | ||
|-{{cellcolors|#DD6666}} | |||
| clockUnknownRef29 || ref || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| clockUnknownRef31 || ref || || ? || | |||
|- | |- | ||
| | | clockOnDecide || event || || || | ||
|- | |- | ||
| | | clockOnCancel || event || || || | ||
|-{{cellcolors|#DD6666}} | |||
| clockUnknownRef37 || ref || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| clockUnknownRef39 || ref || || ? || | |||
|- | |- | ||
| | | clockOnFocusLeft || event || || || | ||
|- | |- | ||
| | | clockOnFocusRight || event || || || | ||
|- | |-{{cellcolors|#DD6666}} | ||
| clockUnknownRef45 || ref || || ? || | |||
| | |-{{cellcolors|#DD6666}} | ||
| clockUnknownRef47 || ref || || ? || | |||
|- | |||
| | |||
|- | |- | ||
| | | clockOnTickClock || event || || || | ||
|} | |} | ||
=== | ===IList=== | ||
{{ | {{Boxinfo2|content='''Standard object attributes''': Yes (21)<br />'''Specific object attributes''': Yes (9)}}<br><br> | ||
{{spoiler|standard object attributes|{{RCOXML standard object attributes}}}} | |||
{| class="wikitable" | {| class="wikitable" | ||
|+specific attributes | |+specific object attributes (IList) | ||
! colspan=" | ! colspan="3" | Attribute !! rowspan="2" | How it works !! rowspan="2" | <abbr title="after verifyed this info needs to be moved to the column at left with an explain of how it works">Research notes (partially speculative)</abbr> | ||
|- | |- | ||
! Name !! Type | ! Name !! Type !! Examples | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | ilistUnknown23 || unk || || ? || | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | ilistUnknown24 || unk || || ? || | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | ilistUnknownRef25 || ref || || ? || | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | ilistUnknownRef27 || ref || || ? || | ||
|- | |- | ||
| | | ilistOnFocusLeft || event || || || | ||
|- | |- | ||
| | | ilistOnFocusRight || event || || || | ||
|-{{cellcolors|#DD6666}} | |||
| ilistUnknownRef33 || ref || || ? || onFocusUp ? | |||
|- | |- | ||
| | | ilistOnFocusDown || event || || || | ||
|-{{cellcolors|#DD6666}} | |||
| ilistUnknownRef37 || ref || || ? || | |||
|- | |||
| | |||
|} | |} | ||
===IItem=== | |||
{{Boxinfo2|content='''Standard object attributes''': No<br />'''Specific object attributes''': Yes (3)}}<br><br> | |||
= | |||
{{ | |||
{| class="wikitable" | {| class="wikitable" | ||
|+specific attributes | |+specific object attributes (IItem) | ||
! colspan=" | ! colspan="3" | Attribute !! rowspan="2" | How it works !! rowspan="2" | <abbr title="after verifyed this info needs to be moved to the column at left with an explain of how it works">Research notes (partially speculative)</abbr> | ||
|- | |||
! Name !! Type !! Examples | |||
|-{{cellcolors|#DD6666}} | |||
| iitemUnknown1 || unk || 0x0 || ? || used 136 times in firmware 4.76 all them with value "0x0" | |||
|- | |- | ||
| iitemText || text || || || | |||
|- | |- | ||
| | | iitemTextAlt || text || || || | ||
|} | |} | ||
===Icon=== | |||
{{Boxinfo2|content='''Standard object attributes''': Yes (21)<br />'''Specific object attributes''': Yes (3)}}<br><br> | |||
=== | |||
{{ | |||
{{spoiler|standard object attributes|{{RCOXML standard object attributes}}}} | |||
{| class="wikitable" | {| class="wikitable" | ||
|+specific attributes | |+specific object attributes (Icon) | ||
! colspan=" | ! colspan="3" | Attribute !! rowspan="2" | How it works !! rowspan="2" | <abbr title="after verifyed this info needs to be moved to the column at left with an explain of how it works">Research notes (partially speculative)</abbr> | ||
|- | |- | ||
! Name !! Type | ! Name !! Type !! Examples | ||
|- | |- | ||
| | | iconImage || image || || || | ||
|-{{cellcolors|#DD6666}} | |||
| iconUnknownImage25 || image || || ? || shadow ? | |||
|-{{cellcolors|#DD6666}} | |||
| iconUnknownImage27 || image || || ? || focus ? | |||
|} | |} | ||
=== | ===UButton=== | ||
{{ | {{Boxinfo2|content='''Standard object attributes''': Yes (21)<br />'''Specific object attributes''': Yes (9)}}<br><br> | ||
{{spoiler|standard object attributes|{{RCOXML standard object attributes}}}} | |||
{| class="wikitable" | {| class="wikitable" | ||
|+specific attributes | |+specific object attributes (UButton) | ||
! colspan=" | ! colspan="3" | Attribute !! rowspan="2" | How it works !! rowspan="2" | <abbr title="after verifyed this info needs to be moved to the column at left with an explain of how it works">Research notes (partially speculative)</abbr> | ||
|- | |- | ||
! Name !! Type | ! Name !! Type !! Examples | ||
|- | |- | ||
| | | ubuttonImage || image || || || | ||
|- | |- | ||
| | | ubuttonOnPush || event || || || | ||
|- | |- | ||
| | | ubuttonOnFocusIn || event || || || | ||
|- | |- | ||
| | | ubuttonOnFocusOut || event || || || | ||
|- | |- | ||
| | | ubuttonOnFocusLeft || event || || || | ||
|- | |- | ||
| | | ubuttonOnFocusRight || event || || || | ||
|- | |- | ||
| | | ubuttonOnFocusUp || event || || || | ||
|- | |- | ||
| | | ubuttonOnFocusDown || event || || || | ||
|-{{cellcolors|#DD6666}} | |||
| ubuttonUnknownInt39 || int || || ? || | |||
|- | |||
| | |||
|} | |} | ||
===ObjUnknown0x1B=== | |||
{{Boxinfo2|content='''Standard object attributes''': Unknown<br />'''Specific object attributes''': Unknown}}<br><br> | |||
=== | |||
{{ | |||
===CheckboxGroup=== | |||
{{Boxinfo2|content='''Standard object attributes''': Yes (21)<br />'''Specific object attributes''': Yes (19)}}<br><br> | |||
{{spoiler|standard object attributes|{{RCOXML standard object attributes}}}} | |||
{| class="wikitable" | {| class="wikitable" | ||
|+specific attributes | |+specific object attributes (CheckboxGroup) | ||
! colspan=" | ! colspan="3" | Attribute !! rowspan="2" | How it works !! rowspan="2" | <abbr title="after verifyed this info needs to be moved to the column at left with an explain of how it works">Research notes (partially speculative)</abbr> | ||
|- | |- | ||
! Name !! Type !! {{ | ! Name !! Type !! Examples | ||
|-{{cellcolors|#DD6666}} | |||
| checkboxgroupUnknown23 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| checkboxgroupUnknown24 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| checkboxgroupUnknown25 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| checkboxgroupUnknown26 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| checkboxgroupUnknown27 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| checkboxgroupUnknown28 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| checkboxgroupUnknown29 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| checkboxgroupUnknown30 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | checkboxgroupUnknownRef31 || ref || nothing || ? || used 23 times in firmware 4.76, all them with the value "nothing" | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | checkboxgroupUnknownRef33 || ref || || ? || | ||
|- | |- | ||
| | | checkboxgroupOnCursorMove || event || || || | ||
|- | |- | ||
| | | checkboxgroupOnFocusIn || event || || || | ||
|- | |- | ||
| | | checkboxgroupOnFocusOut || event || || || | ||
|- | |- | ||
| | | checkboxgroupOnFocusLeft || event || || || | ||
|- | |- | ||
| | | checkboxgroupOnFocusRight || event || || || | ||
|- | |- | ||
| | | checkboxgroupOnFocusUp || event || || || | ||
|- | |- | ||
| | | checkboxgroupOnFocusDown || event || || || | ||
|- | |- | ||
| | | checkboxgroupOnScrollIn || event || || || | ||
|-{{cellcolors|#DD6666}} | |||
| checkboxgroupUnknownRef51 || ref || nothing || ? || used 23 times in firmware 4.76, all them with the value "nothing" (onScrollOut ?) | |||
|} | |||
===CheckboxItem=== | |||
{{Boxinfo2|content='''Standard object attributes''': No<br />'''Specific object attributes''': Yes (3)}}<br><br> | |||
{| class="wikitable" | |||
|+specific object attributes (CheckboxItem) | |||
! colspan="3" | Attribute !! rowspan="2" | How it works !! rowspan="2" | <abbr title="after verifyed this info needs to be moved to the column at left with an explain of how it works">Research notes (partially speculative)</abbr> | |||
|- | |- | ||
! Name !! Type !! Examples | |||
|- | |- | ||
| | | checkboxitemText || text || || || | ||
|-{{cellcolors|#DD6666}} | |||
| | | checkboxitemUnknownRef3 || ref || nothing || ? || used 2 times in 4.76 firmware, all them with the value "nothing" | ||
|- | |-{{cellcolors|#DD6666}} | ||
| checkboxitemUnknownRef5 || ref || nothing || ? || used 2 times in 4.76 firmware, all them with the value "nothing" | |||
| | |||
| | |||
|} | |} | ||
===Meter=== | |||
{{Boxinfo2|content='''Standard object attributes''': Yes (21)<br />'''Specific object attributes''': Yes (9)}}<br><br> | |||
=== | |||
{{ | |||
{{spoiler|standard object attributes|{{RCOXML standard object attributes}}}} | |||
{| class="wikitable" | {| class="wikitable" | ||
|+specific attributes | |+specific object attributes (Meter) | ||
! colspan=" | ! colspan="3" | Attribute !! rowspan="2" | How it works !! rowspan="2" | <abbr title="after verifyed this info needs to be moved to the column at left with an explain of how it works">Research notes (partially speculative)</abbr> | ||
|- | |- | ||
! Name !! Type !! {{ | ! Name !! Type !! Examples | ||
| | |-{{cellcolors|#DD6666}} | ||
| | | meterUnknown23 || unk || || ? || | ||
| | |-{{cellcolors|#DD6666}} | ||
| | | meterUnknown24 || unk || || ? || | ||
| | |-{{cellcolors|#DD6666}} | ||
| | | meterUnknown25 || unk || || ? || | ||
|-{{cellcolors|#DD6666}} | |||
| meterUnknown26 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| meterUnknown27 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| meterUnknownRef28 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| meterUnknownRef30 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| meterUnknownRef32 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| meterUnknownRef34 || unk || || ? || | |||
|} | |} | ||
=== | ===EditBox=== | ||
{{ | {{Boxinfo2|content='''Standard object attributes''': Yes (21)<br />'''Specific object attributes''': Yes (43)}}<br><br> | ||
{{spoiler|standard object attributes|{{RCOXML standard object attributes}}}} | |||
{| class="wikitable" | {| class="wikitable" | ||
|+specific attributes | |+specific object attributes (EditBox) | ||
! colspan=" | ! colspan="3" | Attribute !! rowspan="2" | How it works !! rowspan="2" | <abbr title="after verifyed this info needs to be moved to the column at left with an explain of how it works">Research notes (partially speculative)</abbr> | ||
|- | |- | ||
! Name !! Type !! {{ | ! Name !! Type !! Examples | ||
|-{{cellcolors|#DD6666}} | |||
| editboxUnknownRef23 || ref || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| editboxUnknownRef25 || ref || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| editboxUnknown27 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| editboxUnknown28 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| editboxUnknown29 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| editboxUnknownFloat30 || float || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| editboxUnknownFloat31 || float || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| editboxUnknownFloat32 || float || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| editboxUnknownFloat33 || float || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| editboxUnknownFloat34 || float || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| editboxUnknownFloat35 || float || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| editboxUnknown36 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| editboxUnknown37 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| editboxUnknown38 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| editboxUnknown39 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| editboxUnknown40 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| editboxUnknownFloat41 || float || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| editboxUnknown42 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| editboxUnknown43 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| editboxUnknownFloat44 || float || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| editboxUnknownFloat45 || float || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| editboxUnknownFloat46 || float || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| editboxUnknownFloat47 || float || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| editboxUnknown48 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| editboxUnknown49 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| editboxUnknown50 || unk || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| editboxUnknownFloat51 || float || || ? || | |||
|-{{cellcolors|#DD6666}} | |||
| editboxUnknownFloat52 || float || || ? || | |||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | editboxUnknownFloat53 || float || || ? || | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | editboxUnknownFloat54 || float || || ? || | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | editboxUnknown55 || unk || || ? || | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | editboxUnknown56 || unk || || ? || | ||
|-{{cellcolors|#DD6666}} | |-{{cellcolors|#DD6666}} | ||
| | | editboxUnknown57 || unk || || ? || | ||
|-{{cellcolors|#DD6666}} | |||
| editboxUnknown58 || unk || || ? || | |||
|- | |||
| editboxImage || image || image:avc2_main_back_paper || || | |||
|- | |||
| editboxImage2 || image || image:avc2_main_back_paper || || name is too generic, is better a more explicit name as "focus" or "shadow" | |||
|- | |||
| editboxOnPush || event || || || | |||
|- | |||
| editboxOnFocusIn || event || || || | |||
|- | |||
| editboxOnFocusOut || event || || || | |||
|- | |- | ||
| | | editboxOnFocusLeft || event || || || | ||
|- | |- | ||
| | | editboxOnFocusRight || event || || || | ||
|- | |- | ||
| | | editboxOnFocusUp || event || || || | ||
|- | |- | ||
| | | editboxOnFocusDown || event || || || | ||
|} | |} | ||
=Object examples= | |||
==Changing color, size & shadow of TEXTS==<!-- iirc there is a setting for the font type too --> | |||
== | Tutorial link: [http://www.tortuga-cove.com/forums/viewtopic.php?f=128&t=5361&p=28094#p28094 Changing the XMB Colour] | ||
== | Located into .xml files of .rco files, scale <span style="color:#ff0000"> R </span><span style="color:#008000"> G </span><span style="color:#0000ff"> B </span>α colors go between 0 to 1. | ||
e.g.: Decimal value divided by 255 to get into this scale. | |||
{{File Formats}} | {{File Formats}} | ||
<noinclude>[[Category:Main]]</noinclude> | <noinclude>[[Category:Main]]</noinclude> |