Talk:CXML Containers: Difference between revisions
Jump to navigation
Jump to search
(vita header just for curiosity sake... feel free to mess with it, the only purpose is to identify the tables usage and eventually to move to vita wiki later) |
m (Text replacement - "vitadevwiki.com" to "psdevwiki.com/vita") |
||
(8 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
=Other sony consoles= | =Other sony consoles= | ||
*In PSvita the RCO's uses a cxml structure, with a header size of 0x50 and the magic identifyer '''RCOF''' | *In PSvita the RCO's uses a cxml structure, with a header size of 0x50 and the magic identifyer '''RCOF''' | ||
**RCOF header is 0x10 bytes bigger than any cxml header in PS3 (this means there are 2 new tables added for the new cxml variant used in vita rco's). And endianess changed | **RCOF header is 0x10 bytes bigger than any cxml header in PS3 (this means there are 2 new tables added for the new cxml variant used in vita rco's). And endianess changed because PSVita processor arquitecture | ||
**Some of the extracted files (after cropped and zlib decompressed) are another variant of a cxml structure with identifyer '''RCSF''' | |||
**More info about this cxml variants in [http://www.psdevwiki.com/vita/index.php?title=RCO PSVita wiki] | |||
Latest revision as of 06:01, 15 April 2023
Other sony consoles[edit source]
- In PSvita the RCO's uses a cxml structure, with a header size of 0x50 and the magic identifyer RCOF
- RCOF header is 0x10 bytes bigger than any cxml header in PS3 (this means there are 2 new tables added for the new cxml variant used in vita rco's). And endianess changed because PSVita processor arquitecture
- Some of the extracted files (after cropped and zlib decompressed) are another variant of a cxml structure with identifyer RCSF
- More info about this cxml variants in PSVita wiki