Talk:RCOXML Coding

From PS3 Developer wiki
Revision as of 18:20, 2 November 2015 by Sandungas (talk | contribs)
Jump to navigation Jump to search

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