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 19: | Line 20: | ||
|} | |} | ||
= | =RCO Structure= | ||
The container structure can be represented as an XML (see [[RCOXML Coding|RCOXML]]), with [[rcomage]] is posible to generate this XML when extracting, and for rebuilding the rco using the XML as a layout | |||
http://endlessparadigm.com/forum/showthread.php?tid=231 (outdated) | |||
==Header== | |||
{| class="wikitable" | |||
|- | |- | ||
! Offset !! Length !! Name !! Example !! Notes | |||
|- | |- | ||
| 0x00 || 0x04 || '''magic''' || FRP || In PS3 is "FRP" (big endian). In PSP is "PRF" (little endian) | |||
| | |||
|- | |- | ||
| 0x04 || 0x04 || '''version''' || 00 00 01 30 || named ''minFirmwareVer'' in rcomage, see {{talk}} page | |||
| | |||
|- | |- | ||
| 0x08 || 0x04 || ''unknown'' || 00 00 00 00 || | |||
| | |||
|- | |- | ||
| 0x0C || 0x04 || '''compress_header''' || 00 00 00 00 || *0x00 no compress<br>*0x10 zlib<br>*0x20 rlz ? | |||
| | |||
|- | |- | ||
| 0x10 || 0x04 || '''info_table_offset''' || 00 00 00 A4 || usually 0xA4 | |||
| | |||
|- | |- | ||
| 0x14 || 0x04 || ''unknown'' || FF FF FF FF || Always seems to be 0xFFFFFF | |||
| | |||
|- | |- | ||
| 0x18 || 0x04 || '''text_table_offset''' || || | |||
| | |||
|- | |- | ||
| 0x1C || 0x04 || '''sound_table_offset''' || || | |||
| | |||
|- | |- | ||
| 0x20 || 0x04 || '''model_table_offset''' || || | |||
| | |||
|- | |- | ||
| 0x24 || 0x04 || '''image_table_offset''' || || | |||
| | |||
|- | |- | ||
| 0x28 || 0x04 || ''unknown'' || FF FF FF FF || Always seems to be 0xFFFFFF | |||
| | |||
|- | |- | ||
| 0x2C || 0x04 || ''unknown'' || FF FF FF FF || Always seems to be 0xFFFFFF | |||
| 0x2C || 0x04 | |||
|- | |- | ||
| | | 0x30 || 0x04 || '''page_table_offset''' || || | ||
|- | |- | ||
| 0x34 || 0x04 || '''anim_table_offset''' || || | |||
|} | |} | ||
=== | ==Tables== | ||
= | ==Etc...== | ||
{{File Formats}} | {{File Formats}} | ||
<noinclude>[[Category:Main]]</noinclude> | <noinclude>[[Category:Main]]</noinclude> |