RCOXML Objects: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 24: Line 24:


===Plane===
===Plane===
{{RCOXML standard object attributes}}
{{spoiler|standard object attributes|{{RCOXML standard object attributes}}}}
{| class="wikitable"
{| class="wikitable"
|+specific object attributes (Plane)
|+specific object attributes (Plane)
Line 37: Line 37:


===Button===
===Button===
{{RCOXML standard object attributes}}
{{spoiler|standard object attributes|{{RCOXML standard object attributes}}}}


===XMenu===
===XMenu===
{{RCOXML standard object attributes}}
{{spoiler|standard object attributes|{{RCOXML standard object attributes}}}}


===XMList===
===XMList===


===XList===
===XList===
{{RCOXML standard object attributes}}
{{spoiler|standard object attributes|{{RCOXML standard object attributes}}}}


===Progress===
===Progress===
{{RCOXML standard object attributes}}
{{spoiler|standard object attributes|{{RCOXML standard object attributes}}}}


===Scroll===
===Scroll===
{{RCOXML standard object attributes}}
{{spoiler|standard object attributes|{{RCOXML standard object attributes}}}}


===MList===
===MList===
{{RCOXML standard object attributes}}
{{spoiler|standard object attributes|{{RCOXML standard object attributes}}}}


===MItem===
===MItem===
Line 63: Line 63:


===Text===
===Text===
{{RCOXML standard object attributes}}
{{spoiler|standard object attributes|{{RCOXML standard object attributes}}}}


===ModelObject===
===ModelObject===
{{RCOXML standard object attributes}}
{{spoiler|standard object attributes|{{RCOXML standard object attributes}}}}


===Spin===
===Spin===
{{RCOXML standard object attributes}}
{{spoiler|standard object attributes|{{RCOXML standard object attributes}}}}


===Action===
===Action===


===ItemSpin===
===ItemSpin===
{{RCOXML standard object attributes}}
{{spoiler|standard object attributes|{{RCOXML standard object attributes}}}}


===Group===
===Group===
{{RCOXML standard object attributes}}
{{spoiler|standard object attributes|{{RCOXML standard object attributes}}}}


===LList===
===LList===
{{RCOXML standard object attributes}}
{{spoiler|standard object attributes|{{RCOXML standard object attributes}}}}


===LItem===
===LItem===


===Edit===
===Edit===
{{RCOXML standard object attributes}}
{{spoiler|standard object attributes|{{RCOXML standard object attributes}}}}


===Clock===
===Clock===
{{RCOXML standard object attributes}}
{{spoiler|standard object attributes|{{RCOXML standard object attributes}}}}


===IList===
===IList===
{{RCOXML standard object attributes}}
{{spoiler|standard object attributes|{{RCOXML standard object attributes}}}}


===IItem===
===IItem===


===Icon===
===Icon===
{{RCOXML standard object attributes}}
{{spoiler|standard object attributes|{{RCOXML standard object attributes}}}}


===UButton===
===UButton===
{{RCOXML standard object attributes}}
{{spoiler|standard object attributes|{{RCOXML standard object attributes}}}}


===ObjUnknown0x1B===
===ObjUnknown0x1B===


===CheckboxGroup===
===CheckboxGroup===
{{RCOXML standard object attributes}}
{{spoiler|standard object attributes|{{RCOXML standard object attributes}}}}


===CheckboxItem===
===CheckboxItem===


===Meter===
===Meter===
{{RCOXML standard object attributes}}
{{spoiler|standard object attributes|{{RCOXML standard object attributes}}}}


===EditBox===
===EditBox===
{{RCOXML standard object attributes}}
{{spoiler|standard object attributes|{{RCOXML standard object attributes}}}}


=Object examples=
=Object examples=

Revision as of 07:24, 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 How it works Research notes (partially speculative)
Name Type Examples
pageUnknownInt0 int ?
pageOnInit event
pageOnCancel event
pageOnContext event
pageOnActivate event

Plane

specific object attributes (Plane)
Attribute How it works
Name Type Examples
planeImage image
planeDisplayMode int

Button

XMenu

XMList

XList

Progress

Scroll

MList

MItem

ObjUnknown0xB

XItem

Text

ModelObject

Spin

Action

ItemSpin

Group

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.