Editing Talk:RCOXML Coding
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
== | == 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''' | ||
''' | |||
''' | |||
** | |||