PlayStation 3 Theme (P3T): Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
(Previous pae created by Sandungas)
 
m (cosmetic, links formats and re ordered)
Line 1: Line 1:
==Installation==
*From USB:
*From disc (or fake disc): Infos on [http://www.ps3devwiki.com/wiki/PARAM.SFO#Creating_Discs Creating Discs]
*From PS3 internet browser:
*From FW:




Line 9: Line 18:
You can have differents background for SD or HD resolutions. Can be easily edited.
You can have differents background for SD or HD resolutions. Can be easily edited.


*when dynamic theme:
*when dynamic theme (FW min: 3.00):
You will need plug in on your software. (GIMP2 doesn t support?)
You will need plug in on your software. (GIMP2 doesn t support?)


Line 45: Line 54:
  <infotable>
  <infotable>
   <info author="Ps3 enthousiast" authoricon="authoricon_1.gim.png" authoriconsize="16512" genre="others"     
   <info author="PS3 enthusiast" authoricon="authoricon_1.gim.png" authoriconsize="16512" genre="others"     
   icon="icon_1.gim.png" iconsize="16512" mtime="20081010105635" name="PS3 dev wiki" preview="preview_1.gim.png"   
   icon="icon_1.gim.png" iconsize="16512" mtime="20081010105635" name="PS3 dev wiki" preview="preview_1.gim.png"   
   previewsize="518528" url="http://www.ps3devwiki.com/wiki/Main_Page" version="version 1.0"/>
   previewsize="518528" url="http://www.ps3devwiki.com/wiki/Main_Page" version="version 1.0"/>
Line 55: Line 64:




==Links==
==Tutorials Links==


Theme Settings manual:
Theme Settings manual:
Line 69: Line 78:




==Tools==
==Tools&Links==


Sony:
Sony:
Line 75: Line 84:
Homebrews: internal link
Homebrews: internal link


On MFW : http://www.ps3devwiki.com/wiki/PS3MFW_Builder
On MFW : [http://www.ps3devwiki.com/wiki/PS3MFW_Builder PS3MFW_Builder ]

Revision as of 17:03, 3 May 2012

Installation

  • From USB:
  • From PS3 internet browser:
  • From FW:


Structure

.GIM:

.JPEG:

Contain the background(s) of the theme

  • when static theme:

You can have differents background for SD or HD resolutions. Can be easily edited.

  • when dynamic theme (FW min: 3.00):

You will need plug in on your software. (GIMP2 doesn t support?)


.PNG:

Contain icons and pointers used on XMB. Icons used by default when the theme build didn t have newest icons.

.XML:

Infos about the theme. Easy to modify and to add more background on the same theme.

<?xml version="1.0" ?>
<theme>
<bgimagetable>
 <bgimage anim="anim_1.jpg"/>
</bgimagetable>

The background image used: You can have more than one, each time you boot back to XMB, a new background will be display. In that case it ll look like this: (here it s 2 static background, SD or HD according to monitor resolution, 4anim for differents dynamic background, tested and worked but there are probably some limits of sizes, like the sound

<bgimagetable>
 <bgimage hd="hd_1.jpg" sd="sd_1.jpg"/>
 <bgimage anim="anim_1.jpg"/>
 <bgimage anim="anim_3.jpg"/>
 <bgimage anim="anim_4.jpg"/>
 <bgimage anim="anim_2.jpg"/>		
 <bgimage hd="hd_2.jpg" sd="sd_2.jpg"/>
</bgimagetable>


<infotable>
 <info author="PS3 enthusiast" authoricon="authoricon_1.gim.png" authoriconsize="16512" genre="others"    
 icon="icon_1.gim.png" iconsize="16512" mtime="20081010105635" name="PS3 dev wiki" preview="preview_1.gim.png"   
 previewsize="518528" url="http://www.ps3devwiki.com/wiki/Main_Page" version="version 1.0"/>
 <localizedinfo locale="en" name="PS3 dev wiki special edition"/>
 <localizedinfo locale="jp" name="PS3 dev wiki special edition"/>

Basic infos and name icons associated, such author. ...


Tutorials Links

Theme Settings manual: http://manuals.playstation.net/document/en/ps3/current/settings/themesettings.html


How do I create my own theme for the PlayStation®3 computer entertainment system? http://us.playstation.com/support/answer/index.htm?a_id=1205


Support: Manuals ( Creating Web Content for the PS3™ and others) http://us.playstation.com/support/manuals/ps3/ps3guides/index.htm


Tools&Links

Sony:

Homebrews: internal link

On MFW : PS3MFW_Builder