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: | ||
}} | }} | ||
{{ | --- | ||
{{Boxframe5|content= | |||
'''p3t format, standard order of tags after compilation''' (based in the tags stored in the xml table inside the .p3t file) | |||
{{Boxcode|content=<syntaxhighlight lang="xml"> | |||
<infotable> | <infotable> | ||
<info> | <info> | ||
Line 63: | Line 67: | ||
<color> | <color> | ||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
}} | |||
==Maximum number of installed themes== | ==Maximum number of installed themes== | ||
Line 82: | Line 85: | ||
<Mugi> im sure it did at some point | <Mugi> im sure it did at some point | ||
== | ==Resources location in firmware, and settings remapped 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 148: | ||
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 163: | ||
====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 178: | ||
====Notification window frame==== | ====Notification window frame==== | ||
{{Boxcode| | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<theme> | <theme> | ||
<!-- Notification window -----------------------------------------------------------------------------> | <!-- Notification window -----------------------------------------------------------------------------> | ||
Line 182: | Line 185: | ||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
===[[lines.qrc]]=== | ===[[icons.qrc]]=== | ||
====Color==== | |||
{{Boxcode|content=<syntaxhighlight lang="xml"> | |||
<theme> | |||
<!-- Color -------------------------------------------------------------------------------------------> | |||
<color selection="10"/> <!-- 1 to 12: color of a month, 0: changes with the month --> | |||
</theme> | |||
</syntaxhighlight>}} | |||
====[[lines.qrc]]==== | |||
====Background==== | ====Background==== | ||
{{Boxcode| | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<theme> | <theme> | ||
<!-- Background --------------------------------------------------------------------------------------> | <!-- Background --------------------------------------------------------------------------------------> | ||
Line 193: | Line 205: | ||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
===[[ | ===[[icontex.qrc]]=== | ||
====Icons textures==== | ====Icons textures==== | ||
{{Boxcode| | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<theme> | <theme> | ||
<!-- Icons --------------------------------------------------------------------------------------------> | <!-- Icons --------------------------------------------------------------------------------------------> | ||
Line 290: | Line 294: | ||
<icon id="icon_default_h" src="icon_default_h.png"/> | <icon id="icon_default_h" src="icon_default_h.png"/> | ||
<icon id="icon_default_v" src="icon_default_v.png"/> | <icon id="icon_default_v" src="icon_default_v.png"/> | ||
</icontable> | |||
</icontable> | </icontable> | ||
</theme> | </theme> | ||
</syntaxhighlight>}} | </syntaxhighlight>}} |