Talk:RCOXML Coding: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
(moved from "Talk:Resource Container (RCO)")
 
mNo edit summary
Line 3: Line 3:
  RCOXML structure pdf for dummies advanced ---> http://endlessparadigm.com/forum/showthread.php?tid=20733
  RCOXML structure pdf for dummies advanced ---> http://endlessparadigm.com/forum/showthread.php?tid=20733
  RCOXML backgrounds changes ---> http://endlessparadigm.com/forum/showthread.php?tid=19501&pid=267420#pid267420
  RCOXML backgrounds changes ---> http://endlessparadigm.com/forum/showthread.php?tid=19501&pid=267420#pid267420
== RCO labels inside RCOXML files ==
All RCOXML files starts with the tag:
<MainTree name="label">
MainTree represents the root of the container, so it seems the label is the name of the .rco container and is working as an identifyer of it
*Is unknown how this labels works and his purpose, but follows a few rules:
**The same label can be used by several .rco's that shares functions (see examples below)
**This label names doesnt appears in the associated .sprx
*label examples:
**'''xmb_plugin_normal.rco''' and '''xmb_ingame.rco''' uses the label '''xmb_plugin'''
**'''xai_plugin.rco''' and '''wboard_plugin.rco''' uses the label '''sample'''

Revision as of 18:20, 2 November 2015

Stuff

RCOXML structure basics ---> http://endlessparadigm.com/forum/showthread.php?tid=20594
RCOXML structure pdf for dummies advanced ---> http://endlessparadigm.com/forum/showthread.php?tid=20733
RCOXML backgrounds changes ---> http://endlessparadigm.com/forum/showthread.php?tid=19501&pid=267420#pid267420

RCO labels inside RCOXML files

All RCOXML files starts with the tag:

	<MainTree name="label">

MainTree represents the root of the container, so it seems the label is the name of the .rco container and is working as an identifyer of it

  • Is unknown how this labels works and his purpose, but follows a few rules:
    • The same label can be used by several .rco's that shares functions (see examples below)
    • This label names doesnt appears in the associated .sprx
  • label examples:
    • xmb_plugin_normal.rco and xmb_ingame.rco uses the label xmb_plugin
    • xai_plugin.rco and wboard_plugin.rco uses the label sample