Resource Container (RCO): Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
Line 4: Line 4:
*text for all [[Template:XMB_languages|languages]], (see [http://www.psdevwiki.com/ps3/XMB_Fonts#Color.2C_size_.26_shadow| XMB Fonts formatting])
*text for all [[Template:XMB_languages|languages]], (see [http://www.psdevwiki.com/ps3/XMB_Fonts#Color.2C_size_.26_shadow| XMB Fonts formatting])
*images for icons (named textures)
*images for icons (named textures)
*sounds for cursor navigation in .vag format, see: [[Multimedia Formats and Tools]]
*sounds effects (for cursor navigation, trophy, ...) in .vag format (system_plugin.rco)
 
See: [[Multimedia Formats and Tools]]


xmb modules (or plugins) accesses the .rco files contents (See {{talk}} page example), see [[Plugin Interfaces]] and [[VSH]]
xmb modules (or plugins) accesses the .rco files contents (See {{talk}} page example), see [[Plugin Interfaces]] and [[VSH]]

Revision as of 09:57, 18 July 2014

Description

Resource Container Objet (RCO) are used by XMB to storage:

  • text for all languages, (see XMB Fonts formatting)
  • images for icons (named textures)
  • sounds effects (for cursor navigation, trophy, ...) in .vag format (system_plugin.rco)

See: Multimedia Formats and Tools

xmb modules (or plugins) accesses the .rco files contents (See Discussion page example), see Plugin Interfaces and VSH

Compression used: ZLIB

Tools

Mods

Links