Editing Talk:RCOXML Fonts
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: | ||
=Examples= | =Examples= | ||
==PS3 sysconf_plugin.rco 4.76== | ==PS3 sysconf_plugin.rco 4.76== | ||
After TOC | After TOC decomperssed manually... | ||
Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F | Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F | ||
000011A0 07 00 00 00 FF FF FF FF ....ÿÿÿÿ | 000011A0 07 00 00 00 FF FF FF FF ....ÿÿÿÿ | ||
Line 16: | Line 12: | ||
000011F0 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 ................ | 000011F0 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 ................ | ||
00001200 41 60 00 00 A`.. | 00001200 41 60 00 00 A`.. | ||
*'''FontTree''' TOC entry | |||
*'''FontTree''' TOC entry | |||
**07 00 00 00 FF FF FF FF 00 00 00 00 00 00 00 28 00 00 00 01 00 00 00 5C 00 00 00 00 00 00 11 A8 00 00 00 00 00 00 00 00 | **07 00 00 00 FF FF FF FF 00 00 00 00 00 00 00 28 00 00 00 01 00 00 00 5C 00 00 00 00 00 00 11 A8 00 00 00 00 00 00 00 00 | ||
*'''FontStyle''' TOC entry (children of FontTree) | *'''FontStyle''' TOC entry (children of FontTree) | ||
**07 01 00 00 00 00 B1 BC 00 00 00 28 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 28 00 00 00 00 00 00 00 00 | **07 01 00 00 00 00 B1 BC 00 00 00 28 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 28 00 00 00 00 00 00 00 00 00 | ||
**Attributes | **Attributes | ||
*** | ***01 00 00 00 00 00 00 41 60 00 00 | ||
In rcomage | In rcomage | ||
{{Boxcode| | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<RcoFile> | <RcoFile> | ||
<MainTree name="sysconf_plugin"> | <MainTree name="sysconf_plugin"> | ||
Line 42: | Line 31: | ||
</RcoFile> | </RcoFile> | ||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
*(0x7) Font | *(0x7) Font | ||
Line 48: | Line 38: | ||
! Offset !! Length !! Name !! Example !! Notes !! Speculation | ! Offset !! Length !! Name !! Example !! Notes !! Speculation | ||
|- | |- | ||
| 0x00 || 0x02 || {{cellcolors|#ff7777}} '''file_format''' || 00 | | 0x00 || 0x02 || {{cellcolors|#ff7777}} '''file_format''' || 01 00 || <span style="background:#ff9999;">0x0=''unknown''</span><br>0x1=? || 0x0=font file is inside the RCO container ?<br>0x1=system font from firmware ? | ||
|- | |- | ||
| 0x02 || 0x02 || {{cellcolors|#ff7777}} '''file_compression''' || 00 00 || 0x0=NONE ?<br>0x1=ZLIB ?<br>0x2=RLZ ? || | | 0x02 || 0x02 || {{cellcolors|#ff7777}} '''file_compression''' || 00 00 || 0x0=NONE ?<br>0x1=ZLIB ?<br>0x2=RLZ ? || | ||
Line 56: | Line 46: | ||
| 0x08 || 0x04 || {{cellcolors|#ff7777}} ''unknown'' || 41 60 00 00 || character_heigth ? || this looks like a float... 0x41600000 = 14.0 (float) | | 0x08 || 0x04 || {{cellcolors|#ff7777}} ''unknown'' || 41 60 00 00 || character_heigth ? || this looks like a float... 0x41600000 = 14.0 (float) | ||
|} | |} | ||