Editing 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 1: | Line 1: | ||
<div style="float:right">[[File:Tex_classic_theme.png| | [[Category:Software]] | ||
<div style="float:right">[[File:Tex_default_theme.png| | <div style="float:right">[[File:Tex_classic_theme.png|200px|thumb|left|Classic theme]]</div> | ||
<div style="float:right">[[File:Tex_default_theme.png|150px|thumb|left|default theme]]</div> | |||
=Description= | ==Description== | ||
Themes can be created by Sony's official PlayStation 3 theme creator software or by theme compilers from third-party developers. | |||
System software version 1.90 allows users to change the background of the XMB to display any image saved on the console's hard disk drive. | |||
Firmware 2.00 added the ability to select the background color of the XMB (from the same choice as the PSP), and the brightness of the color. The same update also added extra font choices, and the ability to use custom themes that change the icons, wallpaper, color, font, and, in some cases, the click sound effects. | |||
With the release of firmware 3.00, a 'sparkle' effect has been added to the default theme and night time black theme has the current month color as a basis, instead of white. | |||
A ''Dynamic Themes'' feature was added in software version 3.00 which allows the user to use animated themes. These themes may feature animated backgrounds which change throughout the day or respond to user input | |||
* | *FW 2.00: | ||
** | **Ability to modify the PlayStation 3 XMB Home Menu icons or background design by using a theme compiler | ||
**[Colour], [Background] and [Font] have been added as options under [Theme Settings]. | |||
** | **Ability to select [Brightness] as an option under [Theme Settings] > [Background]. | ||
*FW 3.00: | |||
**Support for new Dynamic Custom Themes. | |||
**The default theme has been changed to an updated version of the 'Original' waves theme (the original theme has been renamed 'Classic'). | |||
**XMB icons now change colour along with the theme depending on the time of day. | |||
*Installation | |||
**From USB (and CF/SD/MS memorycards): /PS3/THEME/*.p3t | |||
**From disc (or fake disc): Infos on [http://www.ps3devwiki.com/wiki/PARAM.SFO#Creating_Discs Creating Discs] | |||
**From PS3 INTERNET browser & SEN STORE | |||
**From FW | |||
**From Games | |||
**From PKG (with EDATA) | |||
**Manually by copying the *.p3t inside the /dev_hdd0/theme folder | |||
==Theme Contents== | |||
====Theme Scene (.XML)==== | |||
{{ | |||
{{Boxcode|content=<syntaxhighlight lang="xml"> | |||
<?xml version="1.0" encoding="UTF-8"?> | |||
<!-----------------------------------> | |||
<!-- Reserved for notes if needed --> | |||
<!-----------------------------------> | |||
<theme> | |||
<infotable> | |||
<info | |||
name="Theme Name" | |||
icon="themeicon.png" | |||
iconsize="16512" | |||
url="http://www.ps3devwiki.com" | |||
author="You" | |||
authoricon="authoricon.png" | |||
authoriconsize="16512" | |||
genre="Modding" | |||
version="666" | |||
comment="No comment, thxbye" | |||
preview="preview.png" | |||
previewsize="518528" | |||
mtime="20081010105635" | |||
/> | |||
<!-- icon = theme icon (64x64, 32-bit PNG) --> | |||
<!-- authoricon = author icon(64x64, 32-bit PNG) --> | |||
<!-- preview = preview icon of the theme (480x270, 24-bit PNG) --> | |||
<!-- mtime = theme update date (YYYYMMDDHHMMSS) --> | |||
</infotable> | |||
<color selection="10" /> <!-- From 1 to 12, same color than monthly wallpapers --> | |||
<font selection="1" /> <!-- Original: 0, Rounded: 1, Pop: 2 --> | |||
<notification src="notification.png" /> <!-- Notification windows background, at top-right corner of XMB --> | |||
<icontable> <!-- All this icons are 128x128, 24-bit PNG, except the ones especifyed --> | |||
<!-------------------------- horizontal row --------------------------> | |||
<icon id="icon_user" src="icon_user.png" /> | |||
<icon id="icon_setting" src="icon_setting.png" /> | |||
<icon id="icon_photo" src="icon_photo.png" /> | |||
<icon id="icon_music" src="icon_music.png" /> | |||
<icon id="icon_video" src="icon_video.png" /> | |||
<icon id="icon_game" src="icon_game.png" /> | |||
<icon id="icon_network" src="icon_network.png" /> | |||
<icon id="icon_friend" src="icon_friend.png" /> | |||
<icon id="icon_tv" src="icon_tv.png" /> | |||
<!-------------------------- user column --------------------------> | |||
<icon id="icon_poweroff" src="icon_poweroff.png" /> | |||
<icon id="icon_newuser" src="icon_newuser.png" /> | |||
<!-------------------------- settings column --------------------------> | |||
<icon id="icon_update" src="icon_update.png" /> | |||
<icon id="icon_game_setting" src="icon_game_setting.png" /> | |||
<icon id="icon_bdvd_setting" src="icon_bdvd_setting.png" /> | |||
<icon id="icon_music_setting" src="icon_music_setting.png" /> | |||
<icon id="icon_chat_setting" src="icon_chat_setting.png" /> | |||
<icon id="icon_system_setting" src="icon_system_setting.png" /> | |||
<icon id="icon_theme_setting" src="icon_theme_setting.png" /> | |||
<icon id="icon_datetime_setting" src="icon_datetime_setting.png" /> | |||
<icon id="icon_powersave_setting" src="icon_powersave_setting.png" /> | |||
<icon id="icon_accessory" src="icon_accessory.png" /> | |||
<icon id="icon_printer_setting" src="icon_printer_setting.png" /> | |||
<icon id="icon_display_setting" src="icon_display_setting.png" /> | |||
<icon id="icon_sound_setting" src="icon_sound_setting.png" /> | |||
<icon id="icon_security_setting" src="icon_security_setting.png" /> | |||
<icon id="icon_remoteplay_setting" src="icon_remoteplay_setting.png"/> | |||
<icon id="icon_network_setting" src="icon_network_setting.png" /> | |||
<icon id="icon_setting_item" src="icon_setting_item.png" /> | |||
<!-------------------------- photo/music/video columns --------------------------> | |||
<icon id="icon_photo_default" src="icon_photo_default.png" /> | |||
<icon id="icon_photo_album_default" src="icon_photo_album_default.png" /> | |||
<icon id="icon_music_default" src="icon_music_default.png" /> | |||
<icon id="icon_music_album_default" src="icon_music_album_default.png" /> | |||
<icon id="icon_video_default" src="icon_video_default.png" /> | |||
<icon id="icon_video_album_default" src="icon_video_album_default.png" /> | |||
<!-------------------------- game column --------------------------> | |||
<icon id="icon_gamedata" src="icon_gamedata.png" /> | |||
<icon id="icon_savedata" src="icon_savedata.png" /> | |||
<icon id="icon_savedata_minis" src="icon_savedata_minis.png" /> | |||
<icon id="icon_vmc" src="icon_vmc.png" /> | |||
<icon id="icon_newvmc" src="icon_newvmc.png" /> | |||
<icon id="icon_trophy" src="icon_trophy.png" /> | |||
<!-------------------------- network column --------------------------> | |||
<icon id="icon_onlinemanual" src="icon_onlinemanual.png" /> | |||
<icon id="icon_remoteplay" src="icon_remoteplay.png" /> | |||
<icon id="icon_inet_search" src="icon_inet_search.png" /> | |||
<icon id="icon_browser" src="icon_browser.png" /> | |||
<icon id="icon_download" src="icon_download.png" /> | |||
<!-------------------------- psn column --------------------------> | |||
<icon id="icon_accountmanage" src="icon_accountmanage.png" /> | |||
<!-------------------------- friends column --------------------------> | |||
<icon id="icon_blocklist" src="icon_blocklist.png" /> | |||
<icon id="icon_addfriend" src="icon_addfriend.png" /> | |||
<icon id="icon_playermet" src="icon_playermet.png" /> | |||
<icon id="icon_chat" src="icon_chat.png" /> | |||
<icon id="icon_chatroom" src="icon_chatroom.png" /> | |||
<icon id="icon_chatroom_text" src="icon_chatroom_text.png" /> | |||
<icon id="icon_mbox" src="icon_mbox.png" /> | |||
<icon id="icon_mbox_received" src="icon_mbox_received.png" /> | |||
<icon id="icon_mbox_sent" src="icon_mbox_sent.png" /> | |||
<icon id="icon_mbox_create" src="icon_mbox_create.png" /> | |||
<!-------------------------- storage devices --------------------------> | |||
<icon id="icon_ms" src="icon_ms.png" /> | |||
<icon id="icon_sd" src="icon_sd.png" /> | |||
<icon id="icon_cf" src="icon_cf.png" /> | |||
<icon id="icon_usb" src="icon_usb.png" /> | |||
<icon id="icon_psp" src="icon_psp.png" /> | |||
<icon id="icon_pspms" src="icon_pspms.png" /> | |||
<icon id="icon_usbcamera" src="icon_usbcamera.png" /> | |||
<icon id="icon_usbaad" src="icon_usbaad.png" /> | |||
<!-------------------------- media player --------------------------> | |||
<icon id="icon_playing" src="icon_playing.png" /> | |||
<icon id="icon_mediaserver_search" src="icon_mediaserver_search.png" /> | |||
<icon id="icon_playlist" src="icon_playlist.png" /> | |||
<icon id="icon_playlist_add" src="icon_playlist_add.png" /> | |||
<icon id="icon_video_upload" src="icon_video_upload.png" /> | |||
<!-------------------------- default icons --------------------------> | |||
<icon id="icon_default_h" src="icon_default_h.png" /> <!-- default icon for horizontal row (used when the theme doesnt contains an icon for a higher firmware) --> | |||
<icon id="icon_default_v" src="icon_default_v.png" /> <!-- default icon for vertical columns (used when the theme doesnt contains an icon for a higher firmware) --> | |||
</icontable> | |||
<!-------------------------- background --------------------------> | |||
<bgimagetable> | |||
<bgimage hd="bgimage_hd.jpg" sd="bgimage_sd.jpg" /> | |||
</bgimagetable> | |||
<!-------------------------- mouse pointers --------------------------> | |||
<pointertable> | |||
<pointer id="pointer_arrow" src="pointer_arrow.png" base_x="20" base_y="2" /> | |||
<pointer id="pointer_finger" src="pointer_finger.png" base_x="16" base_y="10" /> | |||
<pointer id="pointer_click" src="pointer_click.png" base_x="16" base_y="10" /> | |||
<pointer id="pointer_pen" src="pointer_pen.png" base_x="6" base_y="38" /> | |||
<pointer id="pointer_hand" src="pointer_hand.png" base_x="23" base_y="17" /> | |||
<pointer id="pointer_grab" src="pointer_grab.png" base_x="23" base_y="17" /> | |||
</pointertable> | |||
<!-------------------------- sounds --------------------------> | |||
<setable> | |||
<se id="se_system_ok" src="se_system_ok.vag" /> <!-- General dialog open sound --> | |||
<se id="se_decide" src="se_decide.vag" /> <!-- Enter sound --> | |||
<se id="se_cancel" src="se_cancel.vag" /> <!-- Cancel sound --> | |||
<se id="se_optionmenu" src="se_optionmenu.vag" /> <!-- Options menu open sound --> | |||
<se id="se_cursor" src="se_cursor.vag" /> <!-- Cursor movement --> | |||
</setable> | |||
</theme> | |||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
---- | |||
Variations | |||
*Reduced infotable | |||
{{ | This is the minimal tested by me --[[User:Sandungas|Sandungas]] 14:05, 11 February 2013 (MSK) if you find some item of this table is not needed please delete the line | ||
{{Boxcode|content=<syntaxhighlight lang="xml"> | |||
<infotable> | |||
<info | |||
name="Theme Name" | |||
icon="themeicon.png" | |||
url="http://www.ps3devwiki.com" | |||
author="You" | |||
authoricon="authoricon.png" | |||
genre="Modding" | |||
version="666" | |||
comment="No comment, thxbye" | |||
preview="preview.png" | |||
/> | |||
</infotable> | |||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
*Localized info | |||
This texts replaces the "Theme Name" in the <infotable> with different languages for each region, the languages are the same ones used in [[Content_Information_Files#Languages]] and are only displayed when the XMB is configured in the same language | |||
When the theme doesnt contains <localizedinfo> the default "theme Name" from <infotable> is used , for this reason is preferable to dont include <localizedinfo> (are not needed, and the name of the theme doesnt need to be translated in most cases) | |||
{{Boxcode|content=<syntaxhighlight lang="xml"> | |||
<localizedinfo locale="es" name="Nombre del Tema"/> | |||
<localizedinfo locale="jp" name="Theme Name"/> | |||
long list.... | |||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
=== | ====Themeicon and Authoricon (.PNG)==== | ||
====Theme Preview (.PNG)==== | |||
====XMB Icons (.PNG)==== | |||
*Notes | |||
'''icon_default_v''' and '''icon_default_v''' are used when the theme don t have newest icons needed by XMB (or not build with). E.g. when installing a theme made in 2008 in a firmware released in 2013 | |||
====Notification window (.PNG)==== | |||
====Mouse Pointers (.PNG)==== | |||
====Navigation Sounds (.VAG)==== | |||
Sound effects as PlayStation Compressed Sound File. | |||
-Total sound data under 256 KB. | |||
{{ | *Stereo Sounds | ||
{{Boxcode|content=<syntaxhighlight lang="xml"> | |||
<setable> | |||
<se id="se_system_ok" left="se_system_ok.vag" right="se_system_ok.vag" /> <!-- General dialog open sound --> | |||
<se id="se_decide" left="se_decide.vag" right="se_decide.vag" /> <!-- Enter sound --> | |||
<se id="se_cancel" left="se_cancel.vag" right="se_cancel.vag" /> <!-- Cancel sound --> | |||
<se id="se_optionmenu" left="se_optionmenu.vag" right="se_optionmenu.vag" /> <!-- Options menu open sound --> | |||
<se id="se_cursor" left="se_cursor.vag" right="se_cursor.vag" /> <!-- Cursor movement --> | |||
</setable> | |||
</syntaxhighlight>}} | |||
== | ====Background (.JPG .RAF)==== | ||
*The background image (in themes without a .raf background) | |||
-Max size of an image (JPEG normal format): 2MB. | |||
-One theme file can contain at most 24 background images. | |||
== | =====Static and slideshow Themes (JPG)===== | ||
Im not sure how many different methods can be used with .JPG backgrounds (some are explained in the readme_e.txt inside the sample that comes with p3tcompiler), maybe is a good idea to create a section for each method with an small example in XML of the <bgimagetable> used. The names of this sections needs to be intuitive (the official "static" and "dynamic" simplification is confusing) --[[User:Sandungas|Sandungas]] 09:36, 12 February 2013 (MSK) | |||
You can have different background for SD (640x480) or HD (1920x1080) resolutions. | |||
Can be compiled into RAF directly (.DDS can be used also). | |||
* | *Animated background | ||
On 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 JPEG background, SD or HD according to monitor resolution, 4 anim with different dynamic background) | |||
* | *Method 1 | ||
{{Boxcode|content=<syntaxhighlight lang="xml"> | |||
<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> | |||
</syntaxhighlight>}} | |||
= | *Method 2 | ||
< | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<bgimagetable> | |||
<!-- ??? --> | |||
<!-- ??? --> | |||
<!-- ??? --> | |||
</bgimagetable> | |||
</syntaxhighlight>}} | |||
*Method 3 | |||
{{ | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<bgimagetable> | |||
<!-- ??? --> | |||
<!-- ??? --> | |||
<!-- ??? --> | |||
</bgimagetable> | |||
</syntaxhighlight>}} | |||
== | =====Animated and 3D Themes (RAF)===== | ||
( | RAF ('''r'''ich '''a'''ppearance '''f'''ormat) is considered an "image format", themes can contain a raf file that is used as the background of the theme. This same format is used for the coldboot.raf animation when PS3 boots. | ||
It must comply with these restrictions : | |||
( | -Textures size max: 15 mb | ||
-Geometry & script size max: 1mb | |||
-Actor size max: 1.20mb | |||
-Actor number max: 128 | |||
-Cameras: 1 | |||
-Lights: 2 (ambient + point) | |||
-Scripts: 1 | |||
-Models: 64 (with 8 animations each model) | |||
*Object, skelleton, animation, lights | |||
DAE ('''d'''igital '''a'''sset '''e'''xchange) is an XML file that contains COLLADA content. COLLADA is an open standard created by sony for interactive 3D applications. Is used to export and import files from 3-D authoring applications (Maya, SoftImage, and 3ds max) in .dae format https://collada.org/ | |||
There is a collada plugin for [[http://www.blender.org/ Blender]] (link is at bottom of page). Both blender and the collada plugin are free and open source projects | |||
*Script | |||
.js (playstation javascript derivate, also known as PSJS) | |||
*Textures | |||
JPEG, DDS | |||
==XMB color schemes== | |||
The XMB's default background color changes depending on the current month of the year, and it changes brightness depending on the time of day. Major color changes occur on the three days before the 15th and 24th of each month, while the color gradually changes between those dates. | |||
{| class="wikitable" style="margin: 1em auto 1em auto" | |||
|+Colors during the year (At noon, full brightness) color values are only orientative !!! | |||
{| class="wikitable" style=" | |||
|+ | |||
|- | |- | ||
| | ! Date | ||
| <span title = "January15">Jan 15</span> | |||
| <span title = "January24">Jan 24</span> | |||
| <span title = "February15">Feb 15</span> | |||
| <span title = "February24">Feb 24</span> | |||
| <span title = "March15">Mar 15</span> | |||
| <span title = "March24">Mar 24</span> | |||
| <span title = "April15">Apr 15</span> | |||
| <span title = "April24">Apr 24</span> | |||
| <span title = "May15">May 15</span> | |||
| <span title = "May24">May 24</span> | |||
| <span title = "June15">Jun 15</span> | |||
| <span title = "June24">Jun 24</span> | |||
| <span title = "July15">Jul 15</span> | |||
| <span title = "July24">Jul 24</span> | |||
| <span title = "August15">Aug 15</span> | |||
| <span title = "August24">Aug 24</span> | |||
| <span title = "September15">Sep 15</span> | |||
| <span title = "September24">Sep 24</span> | |||
| <span title = "October15">Oct 15</span> | |||
| <span title = "October24">Oct 24</span> | |||
| <span title = "November15">Nov 15</span> | |||
| <span title = "November24">Nov 24</span> | |||
| <span title = "December15">Dec 15</span> | |||
| <span title = "December24">Dec 24</span> | |||
|- | |- | ||
| | ! Color | ||
| style="background:Khaki" | | |||
| style="background:Brown" | | |||
| style="background:OliveDrab" | | |||
| style="background:Green" | | |||
| style="background:Pink" | | |||
| style="background:HotPink" | | |||
| style="background:Silver" | | |||
| style="background:Green" | | |||
| style="background:Thistle" | | |||
| style="background:Purple" | | |||
| style="background:LightBlue" | | |||
| style="background:Teal" | | |||
| style="background:Blue" | | |||
| style="background:DarkBlue" | | |||
| style="background:Purple" | | |||
| style="background:Violet" | | |||
| style="background:Maroon" | | |||
| style="background:Khaki" | | |||
| style="background:#B87333" | | |||
| style="background:Brown" | | |||
| style="background:#CE2029" | | |||
| style="background:Red" | | |||
| style="background:#E0B0FF" | | |||
| style="background:Silver" | | |||
|} | |||
{| class="wikitable" style="margin: 1em auto 1em auto" | |||
|+Brightness changes during the day (24 hour) color values are only orientative !!! | |||
|- | |- | ||
| | ! Time | ||
| <span title = "12am">00</span> | |||
| <span title = "1am">01</span> | |||
| <span title = "2am">02</span> | |||
| <span title = "3am">03</span> | |||
| <span title = "4am">04</span> | |||
| <span title = "5am">05</span> | |||
| <span title = "6am">06</span> | |||
| <span title = "7am">07</span> | |||
| <span title = "8am">08</span> | |||
| <span title = "9am">09</span> | |||
| <span title = "10am">10</span> | |||
| <span title = "11am">11</span> | |||
| <span title = "12pm">12</span> | |||
| <span title = "1pm">13</span> | |||
| <span title = "2pm">14</span> | |||
| <span title = "3pm">15</span> | |||
| <span title = "4pm">16</span> | |||
| <span title = "5pm">17</span> | |||
| <span title = "6pm">18</span> | |||
| <span title = "7pm">19</span> | |||
| <span title = "8pm">20</span> | |||
| <span title = "9pm">21</span> | |||
| <span title = "10pm">22</span> | |||
| <span title = "11pm">23</span> | |||
|- | |- | ||
! Value | |||
| style="background:#000000" | | |||
| style="background:#000000" | | |||
| style="background:#000000" | | |||
| style="background:#000000" | | |||
| style="background:#000000" | | |||
| style="background:#000000" | | |||
| style="background:#222222" | | |||
| style="background:#444444" | | |||
| style="background:#666666" | | |||
| style="background:#888888" | | |||
| style="background:#AAAAAA" | | |||
| style="background:#CCCCCC" | | |||
| style="background:#EEEEEE" | | |||
| style="background:#CCCCCC" | | |||
| style="background:#AAAAAA" | | |||
| style="background:#888888" | | |||
| style="background:#666666" | | |||
| style="background:#444444" | | |||
| style="background:#222222" | | |||
| style="background:#000000" | | |||
| style="background:#000000" | | |||
| style="background:#000000" | | |||
| style="background:#000000" | | |||
| style="background:#000000" | | |||
|} | |} | ||
Color of the option menu (and XMB waves when there are no background image) can be selected among the 12 (original per month or per default if none valid value) displayed on Theme Settings/Color (see color table below): | |||
{ | {| class="wikitable sortable" | ||
|+ color values are only orientative !!! | |||
! Color Sample || Color Selection || Month | |||
|- | |||
| style="background-color:#8c8484; " | || 1 || January | |||
|- | |||
| style="background-color:#dca80b; " | || 2 || February | |||
|- | |||
| style="background-color:#6eae09; " | || 3 || March | |||
|- | |||
| style="background-color:#d92c55; " | || 4 || April | |||
|- | |||
| style="background-color:#0a4d09; " | || 5 || May | |||
|- | |||
| style="background-color:#6c1ba4; " | || 6 || June | |||
|- | |||
| style="background-color:#25a49b; " | || 7 || July | |||
|- | |||
| style="background-color:#093368; " | || 8 || August | |||
|- | |||
| style="background-color:#ae07bd; " | || 9 || September | |||
|- | |||
| style="background-color:#cca143; " | || 10 || October | |||
|- | |||
| style="background-color:#5b411f; " | || 11 || November | |||
|- | |||
| style="background-color:#cb1800; " | || 12 || December | |||
|} | |||
==== | ==Tutorials & Tools Links== | ||
===official:=== | |||
*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 | |||
*Playstation 3 custom theme guidelines v2.00 (official p3tcompiler.exe with a sample theme). This toolset doesnt contains the raf compilers ! | |||
http://uk.playstation.com/ps3/support/settings/detail/linked235336/item85346/Download-PlayStation-3-Custom-Theme-Guidelines/ | |||
=== | ===Others:=== | ||
*Resources&tools, tutorials (Slide Show etc..): http://www.ps3-themes.com/ | |||
*Homebrews :http://www.ps3devwiki.com/files/Visuals/Themes/ | |||
*MFW : [http://www.ps3devwiki.com/wiki/PS3MFW_Builder PS3MFW_Builder ] | |||
*Rich Apparence Maker http://r.a.m.games-hack.fr/index.php guide http://r.a.m.games-hack.fr/doc/Rich%20Appearance%20Maker%20-%20Quick%20Start%20Guide.pdf | |||
*"Playstation 3 Theme Builder" and "Xross Media Simulator" http://www.lili-chan.com/ | |||
*Interesting info about Animations/3D support in themes http://www.ps3hax.net/showthread.php?t=28426 | |||
*See also: [[QGL_modding#QGL |QGL page]] | |||
*DDS tools | |||
**GIMP plug-in (not mandatory to use DDS for Slide Show Pro if picture compiled directly to RAF) http://code.google.com/p/gimp-dds/ | |||
**NVIDIA DDS Plug-in for Adobe Photoshop https://developer.nvidia.com/nvidia-texture-tools-adobe-photoshop | |||
**NVIDIA DDS Plug-in for 3ds Max https://developer.nvidia.com/content/3ds-max-dds-plugin-1008271100 | |||
**NVIDIA DDS Thumbnail Viewer for windows explorer https://developer.nvidia.com/sites/default/files/akamai/tools/files/DDS_viewer.exe | |||
**NVIDIA Legacy Texture Tools (includes a command line converter) https://developer.nvidia.com/sites/default/files/akamai/tools/files/DDS_Utilities_8.31.1127.1645.exe | |||
*DAE tools | |||
**COLLADA plugin for Blender http://colladablender.illusoft.com/ http://sourceforge.net/projects/colladablender/ | |||
*Imageviewer with lot of supported formats http://www.irfanview.com/ | |||