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 2: | Line 2: | ||
===Standarizing "theme format" names=== | ===Standarizing "theme format" names=== | ||
The standarization of theme names used in the front page can be polemic and initially confusing, but after some brainstorming i realized we need to keep the sony standards naming and at the same time think in another way to name the different methods used with animated themes, and here is where the confussion starts because "the scene" has been using names that are limited in long term for his possible derivations e.g: "slideshow" "pro slideshow" "dynamic pro slideshow", etc... (big mention here to glowball for his experiments, cheers) | The standarization of theme names used in the front page can be polemic and initially confusing, but after some brainstorming i realized we need to "keep the sony standards naming" and at the same time think in another way to name the different methods used with animated themes, and here is where the confussion starts because "the scene" has been using names that are limited in long term for his possible derivations e.g: "slideshow" "pro slideshow" "dynamic pro slideshow", etc... (big mention here to glowball for his experiments, cheers) | ||
The point is if you take a "dynamic pro slideshow" as base and add to it a new 3d sphere + more semitransparent layers + etc + etc this is a "dynamic pro slideshow multilayer with a 3d object, etc..." ?... well, it sounds supercool (ironic) for a resume, but not even this long name defines how has been created, to make a list we need the "method" or "technique" used | The point is if you take a "dynamic pro slideshow" as base and add to it a new 3d sphere + more semitransparent layers + etc + etc this is a "dynamic pro slideshow multilayer with a 3d object, etc..." ?... well, it sounds supercool (ironic) for a resume, but not even this long name defines how has been created, to make a list we need the "method" or "technique" used, so i propose something like this: | ||
The big difference (that keeps the standard naming) is static doesnt use an script.js, and dynamic does... we will have problems to give a name to the "methods" but i think this way to focus is better, any idea or suggestion is welcome --[[User:Sandungas|Sandungas]] 11:01, 14 February 2013 (MSK) | The big difference (that keeps the standard naming) is static doesnt use an script.js, and dynamic does... we will have problems to give a name to the "methods" but i think this way to focus is better, any idea or suggestion is welcome --[[User:Sandungas|Sandungas]] 11:01, 14 February 2013 (MSK) | ||
*Dynamic background (.RAF) | |||
**Method 1 (3d model.dae covering all the background, several .dds textuers applyed over the model, the script changes the texture every 10 seconds) | |||
**Method 2 (no 3d model, several .dds textuers in the background, the script changes the the transparency of textures every 10 seconds) | |||
**Method 3 (no 3d model, several .dds textuers in the background, the script moves the textures from right to left with a fadeout every 10 seconds) | |||
**Method 4 etc... (note all this methods in the examples are "slideshows") | |||
*Notes about Dynamic background (.RAF) | |||
Some themes using this script might not work under some aspect ratios. Instead, directly or after the first "slideshows" image, classic theme with the color selection from your theme will be loaded. | |||
===Backgrounds linked to clock time=== | ===Backgrounds linked to clock time=== | ||
*[http:// | *[http://www.multiupload.nl/BH6PD8YO4D PS3 Themes background testkit v1.zip] | ||
A collection of themes using the background examples explained in front page, the zip contains several example themes xml's and 24 numbered backgrounds + 2 special backgrounds with the text "win" and "failsafe" in both 4:3 and 16:9 aspect ratios for a total of 52 backgrounds, this background are intented to create special events and collisions (feel free to add more examples to the .zip, upload again, and replace the link by "testkit v2", v3, etc...) | A collection of themes using the background examples explained in front page, the zip contains several example themes xml's and 24 numbered backgrounds + 2 special backgrounds with the text "win" and "failsafe" in both 4:3 and 16:9 aspect ratios for a total of 52 backgrounds, this background are intented to create special events and collisions (feel free to add more examples to the .zip, upload again, and replace the link by "testkit v2", v3, etc...) | ||
*Notes | *Notes | ||
To see an interesting example of how backgrounds are linked to the | To see an interesting example of how backgrounds are linked to the clock time compile "Test 15bg to seconds.xml" theme, then install and "apply", and... press "x" button again over "apply" repeatedly as faster as possible (lol), you will see how the background numbers increases 1 by 1. Now wait 3 seconds and press "apply" again and the number in screen has increased in +3 | ||
===p3t format, p3tcompiler, and p3textractor notes=== | ===p3t format, p3tcompiler, and p3textractor notes=== | ||
Line 38: | Line 47: | ||
}} | }} | ||
{{ | --- | ||
{{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 76: | ||
<color> | <color> | ||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
}} | |||
==Maximum number of installed themes== | ==Maximum number of installed themes== | ||
Line 70: | Line 82: | ||
<Text name="msg_error_install_theme_over_delete_other_theme">The maximum number of themes that can be installed has been reached. | <Text name="msg_error_install_theme_over_delete_other_theme">The maximum number of themes that can be installed has been reached. | ||
To install this theme, you must delete an existing theme.</Text> | To install this theme, you must delete an existing theme.</Text> | ||