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== | ||
All the sounds are 2 channels stereo (except trophy sound that is 1 channel mono), every channel is a separated file with its name ending in 0 or 1... (for mono 0 is both channels... and for stereo 0 is left and 1 right ?), the complete list of files extracted raw without conversion from [[system_plugin]].rco are: | |||
{{Boxcode| | snd_cancel.ch0.vag | ||
snd_cancel.ch1.vag | |||
snd_category_decide.ch0.vag | |||
snd_category_decide.ch1.vag | |||
snd_cursor.ch0.vag | |||
snd_cursor.ch1.vag | |||
snd_decide.ch0.vag | |||
snd_decide.ch1.vag | |||
snd_error.ch0.vag | |||
snd_error.ch1.vag | |||
snd_option.ch0.vag | |||
snd_option.ch1.vag | |||
snd_system_ng.ch0.vag | |||
snd_system_ng.ch1.vag | |||
snd_system_ok.ch0.vag | |||
snd_system_ok.ch1.vag | |||
snd_trophy.ch0.vag | |||
{{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 90: | Line 111: | ||
<ImageTree> | <ImageTree> | ||
... | ... | ||
.. | |||
. | |||
</ImageTree> | </ImageTree> | ||
<SoundTree> | <SoundTree> | ||
Line 113: | Line 127: | ||
<TextTree> | <TextTree> | ||
... | ... | ||
.. | |||
. | |||
</TextTree> | </TextTree> | ||
<ObjectTree> | <ObjectTree> | ||
... | ... | ||
.. | |||
. | |||
</ObjectTree> | </ObjectTree> | ||
<AnimTree> | <AnimTree> | ||
... | ... | ||
.. | |||
. | |||
</AnimTree> | </AnimTree> | ||
</MainTree> | </MainTree> | ||
</RcoFile> | </RcoFile> | ||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
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 156: | Line 156: | ||
</setable> | </setable> | ||
</theme> | </theme> | ||
</syntaxhighlight>}} | </syntaxhighlight>}} |