RCOXML Objects: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 30: | Line 30: | ||
====Text==== | ====Text==== | ||
====ModelObject==== | ====ModelObject==== | ||
Line 72: | Line 64: | ||
====EditBox==== | ====EditBox==== | ||
=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> |
Revision as of 07:32, 17 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
Plane/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.
|