Instructions for creating custom templates
What you need
- 1 Background Image for Portrait (240×345) PNG (or 1 or more colors in #FFFFFF format)
- 1 Background Image for Landscape (360×220) PNG (or 1 or more colors in #FFFFFF format)
- 2 XML Template files
- All files will be created when you log in for the first time
Go to http://www.nextgengamers.com.ar/ps3/widget/HighResCustomTemplate.aspx
If this is your first visit, enter your psnid (not email) and a new password (whatever you want), this will create your account. If you are returning to this site, enter our psnid (not email) and your password. (this information is NOT the information to log in PSN, use a new password for this site)
Upload your backgrounds (1 at a time) if you are using background images. Paste the content of each XML file to the appropriate box.
Hit the TEST Button.
You will see the result to the right of the screen. If image doesn’t update from previous version, you have to manually force the refresh of the page (CTRL-F5)
XML Template structure.
(you have to change only the lines commented here)
<background src=”/PS3/Widget/CurrentTemplates/widget_1_0.png” />
type: img
From now on
left, top, width, height: are integer values in pixels, relative to the image.
fontsize: is an integer value for font size
fontname: is a string of the font name (Verdana, Arial, System, etc)
bold: 1 for bold font, 0 for plain font
visible: 1 for show the item, 0 for hide it
color: a string with the color in #FFFFFF format
<psnid left=”10″ top=”60″ fontsize=”5″ fontname=”Verdana” color=”#FFFFFF” visible=”1″ bold=”0″/>
Will show your PSNId
<avatar left=”15″ top=”10″ width=”50″ height=”50″ visible=”1″ />
Will show your avatar
<level left=”95″ top=”18″ fontsize=”8″ fontname=”Verdana” color=”#FFFFFF” visible=”1″ bold=”1″/>
Will show your level
<star left=”70″ top=”15″ width=”30″ height=”30″ visible=”1″ />
Will show a Star lavel indicator
<platinumcount left=”162″ top=”36″ fontsize=”4″ fontname=”Verdana” color=”#FFFFFF” visible=”1″ bold=”0″/>
<platinumimage left=”129″ top=”34″ width=”13″ height=”13″ visible=”1″ />
<goldcount left=”162″ top=”56″ fontsize=”4″ fontname=”Verdana” color=”#FFFFFF” visible=”1″ bold=”0″/>
<goldimage left=”125″ top=”54″ width=”13″ height=”13″ visible=”1″ />
<silvercount left=”162″ top=”76″ fontsize=”4″ fontname=”Verdana” color=”#FFFFFF” visible=”1″ bold=”0″/>
<silverimage left=”123″ top=”74″ width=”13″ height=”13″ visible=”1″ />
<bronzecount left=”162″ top=”96″ fontsize=”4″ fontname=”Verdana” color=”#FFFFFF” visible=”1″ bold=”0″/>
<bronzeimage left=”120″ top=”94″ width=”13″ height=”13″ visible=”1″ />
For showing little icons width & the trophy count.
<trophiescount left=”160″ top=”190″ fontsize=”8″ fontname=”Verdana” color=”#FFFFFF” visible=”1″ bold=”1″/>
Show the total trophies earned
<progress left=”117″ top=”80″ fontsize=”5″ fontname=”Verdana” color=”#FFFFFF” visible=”1″ bold=”1″/>
Shows your progress
<progressbar left=”15″ top=”100″ width=”95″ height=”6″ color=”#FFFF00″ visible=”1″ border=”1″ bordercolor=”#FFFFFF” />
Shows a progress bar
<games visible=”1″>
<game left=”15″ top=”187″ width=”70″ height=”38″/>
<game left=”50″ top=”172″ width=”70″ height=”38″/>
<game left=”85″ top=”157″ width=”70″ height=”38″/>
……
……
</games>
Shows your last games where you earned a trophies
id: you can specify a game ID to show that game
List of Games ID can be found here
<trophies platinum=”0″ visible=”1″>
<trophy left=”17″ top=”120″ width=”30″ height=”30″ />
<trophy left=”52″ top=”120″ width=”30″ height=”30″ />
<trophy left=”87″ top=”120″ width=”30″ height=”30″ />
<trophy left=”122″ top=”120″ width=”30″ height=”30″ />
</trophies>
Shows your last trophies earned, you can specifiy platinum=”1” for showing only platinum trophies
April 1st, 2010 at 7:13 pm
[…] Custom Templates Instructions […]
June 11th, 2010 at 10:19 am
Thank you for giving us the opportunity to create own templates.
What is the line to add the image with all trophies (for trophiescount)?
June 11th, 2010 at 12:54 pm
Hi !!
You can use
for the text
trophiescountimage left="10" top="160" width="20" height="20"
and
trophiescountimage left="10" top="160" width="20" height="20"
for the image