Raf debug.p3t

From PS3 Developer wiki
Revision as of 20:33, 16 October 2014 by Sandungas (talk | contribs) (Created page with "= Description = Raf debug is an special dynamic PlayStation 3 Theme (P3T) intended to be used in the development of the Rich Appearance Format (RAF) animations The pu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

Raf debug is an special dynamic PlayStation 3 Theme (P3T) intended to be used in the development of the Rich Appearance Format (RAF) animations

The purpose is to be able to "swap" the raf file in a easy way without the need to rebuild/reinstall the theme for every new version of the raf file

Standard dynamic theme example

In a standard dynamic theme the raf animation appears as a single bgimage (background image), identifyed with the tag anim, uses any filename, and a "fake" file extension .jpg (is actually a .raf with his extension renamed to .jpg)

The file anim_1.jpg (raf animation) in this example is contained inside the .p3t

Code Sample

Raf Debug app_home

In raf debug the tag is anim_debug and points to a device path (in this case a virtual device)

The file debug.raf (raf animation) in this example is loaded externally to the .p3t

Code Sample

Raf Debug usb

Is also posible to point to a removable device (reported as blocked after firmware 4.30)

Code Sample

Sources