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 | ||
==Navigation sounds location in firmware== | |||
Inside [[system_plugin]].sprx | |||
snd_cursor.vag | |||
snd_decide.vag | |||
snd_cancel.vag | |||
snd_category_decide.vag | |||
snd_option.vag | |||
snd_error.vag | |||
snd_system_ok.vag | |||
snd_system_ng.vag | |||
snd_trophy.vag | |||
snd_cursor | |||
snd_decide | |||
snd_option | |||
snd_system_ng | |||
snd_trophy | |||
Only 5 of them can be remapped from an official | Only 5 of them can be remapped from an official theme | ||
{{Boxcode| | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<theme> | <theme> | ||
<!-- Navigation sounds -------------------------------------------------------------------------------> | <!-- Navigation sounds -------------------------------------------------------------------------------> | ||
Line 156: | Line 109: | ||
</setable> | </setable> | ||
</theme> | </theme> | ||
</syntaxhighlight>}} | </syntaxhighlight>}} |