Editing Resource Container (RCO)
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: | ||
=Description= | =Description= | ||
'''R'''esource '''Co'''ntainer '''O'''bjet (RCO) contents are loaded by [[XMB]] modules (also known as .sprx plugins), see [[Plugin Interfaces]] and [[VSH]] | |||
*Compression types availables: | |||
**[[Template:Zlib_Header|ZLIB]] | |||
**RLZ | |||
**Uncompressed | |||
=Contents= | |||
*RCO contents (See [[Multimedia Formats and Tools]]): <!--and see rcomage miscmap.ini for a list of the supported formats--> | *RCO contents (See [[Multimedia Formats and Tools]]): <!--and see rcomage miscmap.ini for a list of the supported formats--> | ||
Text for all [[Template: | Text for all [[Template:XMB_languages|languages]], textures, sounds (for cursor navigation, trophy unlocking, etc...) and models | ||
{| class="wikitable" | {| class="wikitable" | ||
Line 14: | Line 15: | ||
! RCO format !! Embedded code !! Text !! Textures !! Sounds !! Models !! Script | ! RCO format !! Embedded code !! Text !! Textures !! Sounds !! Models !! Script | ||
|- | |- | ||
| Generic || [[RCOXML | | Generic || [[RCOXML Structure | RCOXML]] || utf8, utf16, utf32 || gim, png, jpg, tif, gif, bmp || vag, unknown0x0 || gmo || [[PlayStation JavaScript]] | ||
|- | |- | ||
| PS3 specific || [[RCOXML | | PS3 specific || [[RCOXML Structure | RCOXML]] || utf16 || gim, png, jpg || vag || {{cellcolors|lightgrey}} ''n/a'' || {{cellcolors|lightgrey}} ''n/a'' | ||
|} | |} | ||
=RCO Structure= | =RCO Structure= | ||
The container structure can be represented as an XML (see [[RCOXML Structure|RCOXML]]), with [[rcomage]] is posible to generate this XML when extracting, and for rebuilding the rco using the XML as a layout | |||
==Header== | ==Header== | ||
RCO Fileformat magic in PSP is "PRF" (little endian). In PS3 is "FRP" (big endian) | |||
==Tables== | |||
== | |||
= | ==Etc...== | ||
{{File Formats}} | {{File Formats}} | ||
<noinclude>[[Category:Main]]</noinclude> | <noinclude>[[Category:Main]]</noinclude> |