Editing Talk:PlayStation 3 Theme (P3T)
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 38: | Line 38: | ||
}} | }} | ||
{{Boxcode|width=auto|float=left|title=p3t format, standard order of tags after compilation''' (based in the tags stored in the xml table inside the .p3t file)| | {{Boxcode|width=auto|float=left|title=p3t format, standard order of tags after compilation''' (based in the tags stored in the xml table inside the .p3t file)|content=<syntaxhighlight lang="xml"> | ||
<infotable> | <infotable> | ||
<info> | <info> | ||
Line 84: | Line 84: | ||
==Firmware resources overrided by themes== | ==Firmware resources overrided by themes== | ||
===[[system_plugin]].rco=== | ===[[system_plugin]].rco=== | ||
{{Boxcode| | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<!-- This XML representation of an RCO structure was generated by Rcomage v1.1.2 --> | <!-- This XML representation of an RCO structure was generated by Rcomage v1.1.2 --> | ||
<RcoFile UMDFlag="0" rcomageXmlVer="1.1" type="ps3" minFirmwareVer="unknownId0x130"> | <RcoFile UMDFlag="0" rcomageXmlVer="1.1" type="ps3" minFirmwareVer="unknownId0x130"> | ||
Line 145: | Line 145: | ||
Only 5 of them can be remapped from an official .p3t theme | Only 5 of them can be remapped from an official .p3t theme | ||
{{Boxcode| | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<theme> | <theme> | ||
<!-- Navigation sounds -------------------------------------------------------------------------------> | <!-- Navigation sounds -------------------------------------------------------------------------------> | ||
Line 160: | Line 160: | ||
====Mouse pointers==== | ====Mouse pointers==== | ||
All them can be remapped from an official .p3t theme | All them can be remapped from an official .p3t theme | ||
{{Boxcode| | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<theme> | <theme> | ||
<!-- Mouse pointers ----------------------------------------------------------------------------------> | <!-- Mouse pointers ----------------------------------------------------------------------------------> | ||
Line 175: | Line 175: | ||
====Notification window frame==== | ====Notification window frame==== | ||
{{Boxcode| | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<theme> | <theme> | ||
<!-- Notification window -----------------------------------------------------------------------------> | <!-- Notification window -----------------------------------------------------------------------------> | ||
Line 184: | Line 184: | ||
===[[lines.qrc]]=== | ===[[lines.qrc]]=== | ||
====Background==== | ====Background==== | ||
{{Boxcode| | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<theme> | <theme> | ||
<!-- Background --------------------------------------------------------------------------------------> | <!-- Background --------------------------------------------------------------------------------------> | ||
Line 195: | Line 195: | ||
===[[icons.qrc]]=== | ===[[icons.qrc]]=== | ||
====Color==== | ====Color==== | ||
{{Boxcode| | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<theme> | <theme> | ||
<!-- Color -------------------------------------------------------------------------------------------> | <!-- Color -------------------------------------------------------------------------------------------> | ||
Line 204: | Line 204: | ||
===[[icontex.qrc]]=== | ===[[icontex.qrc]]=== | ||
====Icons textures==== | ====Icons textures==== | ||
{{Boxcode| | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<theme> | <theme> | ||
<!-- Icons --------------------------------------------------------------------------------------------> | <!-- Icons --------------------------------------------------------------------------------------------> | ||
Line 297: | Line 297: | ||
====Font==== | ====Font==== | ||
{{Boxcode| | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<theme> | <theme> | ||
<!-- Font --------------------------------------------------------------------------------------------> | <!-- Font --------------------------------------------------------------------------------------------> | ||
Line 307: | Line 307: | ||
==Firmware theme settings== | ==Firmware theme settings== | ||
===[[sysconf_plugin]].rco=== | ===[[sysconf_plugin]].rco=== | ||
{{Boxcode| | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<RcoFile UMDFlag="0" rcomageXmlVer="1.1" type="ps3" minFirmwareVer="unknownId0x120"> | <RcoFile UMDFlag="0" rcomageXmlVer="1.1" type="ps3" minFirmwareVer="unknownId0x120"> | ||
<MainTree name="sysconf_plugin"> | <MainTree name="sysconf_plugin"> |