Go Back  
Reply
 
Thread Tools
Old 04-27-2008   #1
Controller
Member
null
 
Join Date: Mar 2008
Location: Finland, The Isle Of Kotka
Posts: 40
Likes: 1
Liked 18 Times in 6 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via MSN to Controller
Theme creation XML guide

Theme container:
PHP Code:
<?xml version="1.0" encoding="UTF-8"?>
<theme>
*REST OF THE DATA*
</theme>
Information:
PHP Code:
<infotable>
  <
info
    name
=""
    
icon=""
    
url=""
    
author=""
    
authoricon=""
    
genre=""
    
version=""
    
comment=""
    
preview=""
  
/>
      <
localizedinfo
      locale
="en"
      
name=""
    
/>
</
infotable
Definitions:
name = Themes name
icon = Themes icon (64x64 jpg)
url = Your url
author = Your name
authoricon = Your icon (54x54 jpg)
genre = Genre
version = Version number
comment = Theme comment
preview = Preview image (480x270 png)
locale = locale (en, jp, kr, etc)
To make language specific names/comments/etc do as follows :

PHP Code:
<localizedinfo
      locale
="en"
      
name="english name"
    
/>
      <
localizedinfo
      locale
="jp"
      
name="japanese name"
    
/>
      <
localizedinfo
      locale
="fr"
      
name="french name"
    
/> 
Available languages:
en, nl, de, fr, no , sv, zh_s, ko, pt, it, es, jp, da, fi, zh_t, ru

Background:
PHP Code:
<bgimagetable>
  <
bgimage hd="hd_1.jpg" sd="sd_1.jpg"/>
</
bgimagetable
Definitions:
hd : HD background image (jpeg format) 1920x1080
sd : SD background image (jpeg format) 640x480

To use multiple background images (selected randomly or manually from the theme), simply include more than one definition of bgimage like so:

PHP Code:
<bgimagetable>
  <
bgimage hd="hd_1.jpg" sd="sd_1.jpg"/>
  <
bgimage hd="hd_2.jpg" sd="sd_2.jpg"/>
  <
bgimage hd="hd_3.jpg" sd="sd_3.jpg"/>
</
bgimagetable
Cursor (browser):
PHP Code:
<pointertable>
  <
pointer id="pointer_arrow" src="" base_x="20" base_y="2" />
  <
pointer id="pointer_finger" src="" base_x="16" base_y="10" />
  <
pointer id="pointer_click" src="" base_x="16" base_y="10" />
  <
pointer id="pointer_pen" src="" base_x="6" base_y="38" />
  <
pointer id="pointer_hand" src="" base_x="23" base_y="17" />
  <
pointer id="pointer_grab" src="" base_x="23" base_y="17" />
</
pointertable
Definitions:
pointer_arrow : Default cursor
pointer_finger : Cursor "hover" for things like radio/check boxes
pointer_click : 'click' image for cursor, what you see when you press/hold down the button
pointer_pen : Cursor "hover" image for text input boxes
pointer_hand : Cursor for moving objects in the page, or moving the page around (scrolling)
pointer_grab : Same as pointer_hand, but image shown when holding down the button.
base_x="" X axis location relative to 0,0
base_y="" Y axis location relative to 0,0

Sound:
PHP Code:
<setable>
  <
se id="se_decide" left="decide_2.vag" right="decide_1.vag"/>
  <
se id="se_cursor" left="cursor_2.vag" right="cursor_1.vag"/>
  <
se id="se_optionmenu" left="optmenu_2.vag" right="optmenu_1.vag"/>
  <
se id="se_cancel" left="cancel_2.vag" right="cancel_1.vag"/>
  <
se id="se_system_ok" left="ok_2.vag" right="ok_1.vag"/>
</
setable
Definitions:
se_decide : the 'beep' when a popup opens to ask you something.
se_cursor : the click of icons when scrolling left or right.
se_optionmenu : the sound made when opening options, such as pressing triangle on files.
se_cancel : sound made when cancelling
se_system_ok : sound made when accepting
left : left speaker sound
right : right speaker sound

.WAV to .VAG and vice versa : http://www.fmjsoft.com/awframe.html

Icons:
PHP Code:
<icontable>
  <
icon id="icon_user" src="" />
  <
icon id="icon_setting" src="" />
  <
icon id="icon_photo" src="" />
  <
icon id="icon_music" src="" />
  <
icon id="icon_video" src="" />
  <
icon id="icon_game" src="" />
  <
icon id="icon_network" src="" />
  <
icon id="icon_friend" src="" />
  <
icon id="icon_tv" src="" />
  <
icon id="icon_newuser" src="" />
  <
icon id="icon_update" src="" />
  <
icon id="icon_game_setting" src="" />
  <
icon id="icon_bdvd_setting" src="" />
  <
icon id="icon_music_setting" src="" />
  <
icon id="icon_chat_setting" src="" />
  <
icon id="icon_system_setting" src="" />
  <
icon id="icon_theme_setting" src="" />
  <
icon id="icon_datetime_setting" src="" />
  <
icon id="icon_accessory" src="" />
  <
icon id="icon_printer_setting" src="" />
  <
icon id="icon_display_setting" src="" />
  <
icon id="icon_sound_setting" src="" />
  <
icon id="icon_security_setting" src="" />
  <
icon id="icon_remoteplay_setting" src="" />
  <
icon id="icon_network_setting" src="" />
  <
icon id="icon_setting_item" src="" />
  <
icon id="icon_photo_default" src="" />
  <
icon id="icon_photo_album_default" src="" />
  <
icon id="icon_music_default" src="" />
  <
icon id="icon_music_album_default" src="" />
  <
icon id="icon_video_default" src="" />
  <
icon id="icon_video_album_default" src="" />
  <
icon id="icon_mediaserver_search" src="" />
  <
icon id="icon_ms" src="" />
  <
icon id="icon_sd" src="" />
  <
icon id="icon_cf" src="" />
  <
icon id="icon_usb" src="" />
  <
icon id="icon_pspms" src="" />
  <
icon id="icon_usbcamera" src="" />
  <
icon id="icon_usbaad" src="" />
  <
icon id="icon_gamedata" src="" />
  <
icon id="icon_savedata" src="" />
  <
icon id="icon_vmc" src="" />
  <
icon id="icon_newvmc" src="" />
  <
icon id="icon_onlinemanual" src="" />
  <
icon id="icon_remoteplay" src="" />
  <
icon id="icon_browser" src="" />
  <
icon id="icon_download" src="" />
  <
icon id="icon_accountmanage" src="" />
  <
icon id="icon_blocklist" src="" />
  <
icon id="icon_addfriend" src="" />
  <
icon id="icon_playermet" src="" />
  <
icon id="icon_chat" src="" />
  <
icon id="icon_chatroom" src="" />
  <
icon id="icon_mbox" src="" />
  <
icon id="icon_mbox_received" src="" />
  <
icon id="icon_mbox_sent" src="" />
  <
icon id="icon_mbox_create" src="" />
  <
icon id="icon_default_h" src="" />
  <
icon id="icon_default_v" src="" />
</
icontable
Definitions :
These are all really obvious icon names, you should know them all, icon format is PNG, size 128x128 except for the ones stated in red below.

Horizontal icon set :
icon_user
icon_setting
icon_photo
icon_music
icon_video
icon_game
icon_network
icon_friend
icon_tv
User icon set :
icon_newuser
Setting icon set :
icon_update
icon_game_setting
icon_bdvd_setting
icon_music_setting
icon_chat_setting
icon_system_setting
icon_theme_setting
icon_datetime_setting
icon_accessory
icon_printer_setting
icon_display_setting
icon_sound_setting
icon_security_setting
icon_remoteplay_setting
icon_network_setting
Setting submenu icon set :
icon_setting_item
Photo, Music and Video icon set :
icon_photo_default - 170x128
icon_photo_album_default - 170x128
icon_music_default
icon_music_album_default
icon_video_default - 228x128
icon_video_album_default - 228x128
icon_mediaserver_search
icon_ms
icon_sd
icon_cf
icon_usb
icon_pspms
icon_usbcamera
icon_usbaad
Game icon set :
icon_gamedata
icon_savedata
icon_vmc
icon_newvmc
Network :
icon_onlinemanual
icon_remoteplay
icon_browser
icon_download
Playstation network icon set :
icon_accountmanage
Friend icon set :
icon_blocklist
icon_addfriend
icon_playermet
icon_chat
icon_chatroom
icon_mbox
icon_mbox_received
icon_mbox_sent
icon_mbox_create
icon_default_h
icon_default_v

Misc graphical:
PHP Code:
<notification src="notification.png" /> 
This image is small, only 64x64, but the outer edges, are stretched across to fit, try not to use a pattern on this, keep it basic or it will look distorted.

PHP Code:
<font selection="" />
<
color selection="" /> 
Setting these elements overrides defaults set on the system.

Font selections are as follows :
0 = Original
1 = Rounded
2 = Pop

Color selection is the tint to the text and side menus, the colors are as follows :
0 = Original (Uses system timer set color)
1 = White
2 = Yellow
3 = Light green
4 = Pink
5 = Dark green
6 = Pale purple
7 = Cyan
8 = Dark blue
9 = Purple
10 = Orange
11 = Brown
12 = Red

Written by: Nevada.
Controller is offline   Reply With Quote
Old 11-30-2008   #2
lewisy
Apprentice
 
Join Date: Nov 2008
Posts: 2
Likes: 0
Liked 0 Times in 0 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
woooooooooooooooooooooowwwwwwwwwwwwwwww
lewisy is offline   Reply With Quote
Old 11-30-2008   #3
ctorre
Apprentice
 
ctorre's Avatar
 
Join Date: Jan 2008
Posts: 19
Likes: 2
Liked 0 Times in 0 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
This looks really useful, I'll give it a try. Good job on the tutorial.
ctorre is offline   Reply With Quote
Old 07-14-2010   #4
megano
Apprentice
 
megano's Avatar
 
Join Date: Jun 2010
Posts: 9
Likes: 0
Liked 0 Times in 0 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
how does this work do I need certain software guys help in here
__________________
[IMG][/IMG]
megano is offline   Reply With Quote
Old 10-11-2011   #5
Akcient
Apprentice
 
Join Date: Oct 2011
Posts: 2
Likes: 0
Liked 1 Time in 1 Post
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Also, don't forget the following for Saved Data Utility (minis) and Video Editor & Uploader.

Code:
<icon id="icon_savedata_minis" src="icon_savedata_minis_1.gim.png" />
<icon id="icon_video_upload" src="icon_video_upload_1.gim.png" />
Akcient is offline   Reply With Quote
Likes: (1)
Old 10-11-2011   #6
corwin75
Member
 
corwin75's Avatar
 
Join Date: Sep 2011
Posts: 199
Likes: 38
Liked 129 Times in 52 Posts
Mentioned: 38 Post(s)
Tagged: 0 Thread(s)
For animation in background :
Code:
<bgimagetable>
  <bgimage anim="anim.raf" />
</bgimagetable>
corwin75 is offline   Reply With Quote
Likes: (1)
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How To Install Theme On The Ps3! max611 Other/Misc Tutorials 19 07-03-2008 10:55 PM
Tutorial: Create a PS3 Theme bbroman Other/Misc Tutorials 0 06-10-2008 01:00 PM
PS3 Desktop Theme FOR PC GOT2MOVE Design Corner 8 05-14-2008 08:47 AM



PS3Hax.net is Copyright © 2010-2013.
Use of this site is governed by our Terms of Use and Privacy Policy. All Trademarks and images are owned by their respected owners.
Posts and links are subject to each author on this forum and are no way affiliated with the operations and/or opinions of ps3hax.net
All times are GMT -5. The time now is 10:45 AM.