RCOXML Objects: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 6: Line 6:
=ObjectTree=
=ObjectTree=
==Page==
==Page==
{| class="wikitable" border="1"
|+Specific object attributes (Page)
! Attribute Name !! Attribute Type !! How it works !! Research notes
|-{{cellcolors|#DD6666}}
| pageUnknownInt0 || int ||  ||
|-
| pageOnInit || event ||  ||
|-
| pageOnCancel || event ||  ||
|-
| pageOnContext || event ||  ||
|-
| pageOnActivate || event ||  ||
|}


===Plane===
===Plane===
{{RCOXML standard object attributes}}
{| class="wikitable" border="1"
|+Specific object attributes (Plane)
! Attribute Name !! Attribute Type !! How it works !! Research notes
|-
| planeImage || image ||  ||
|-
| planeDisplayMode || int ||  ||
|}


===Group===
===Group===

Revision as of 06:44, 19 November 2015

Description

RCOXML Objects are defined in the XML code embedded inside .rco files. See Resource Container (RCO) and RCOXML Structure

There are a lot of objects, should be considered the "construction blocks" of the XMB

ObjectTree

Page

Specific object attributes (Page)
Attribute Name Attribute Type How it works Research notes
pageUnknownInt0 int
pageOnInit event
pageOnCancel event
pageOnContext event
pageOnActivate event

Plane

Template:RCOXML standard object attributes

Specific object attributes (Plane)
Attribute Name Attribute Type How it works Research notes
planeImage image
planeDisplayMode int

Group

Button

XMenu

XMList

XList

Progress

Scroll

MList

MItem

ObjUnknown0xB

XItem

Text

ModelObject

Spin

Action

ItemSpin

LList

LItem

Edit

Clock

IList

IItem

Icon

UButton

ObjUnknown0x1B

CheckboxGroup

CheckboxItem

Meter

EditBox

Object examples

Changing color, size & shadow of TEXTS

Tutorial link: Changing the XMB Colour

Located into .xml files of .rco files, scale R G B α colors go between 0 to 1.

e.g.: Decimal value divided by 255 to get into this scale.