Ihatecompvir has released a tutorial on how to change your PS3′s boot logo/image. Currently his method only works for SD resolutions, and the image is only static – but it is now out there for all of you to try and come up with something creative (and figure out how to make it work for HD res). Don’t forget to backup your original RAF file before starting.
To quote:
I used SimplyZIP to decompress the RAF starting at the Zlib header (78DA) to the end of the file.
Now that you have the RAF file decompressed, it’s basically a P3T (yes, Sony are that lazy) After this, you just need to run it through P3T Decompiler or whatever because you can’t actually get the source files for the logo (no converter will convert them properly and I can’t manually get them to show) you need to create a DDS File with these sizes:
* Any gtf with _sd in the name – Standard Definition – 240 x 120
* Any gtf without _sd in the name – High Definition – 700 x 350
The file sizes:
* HD Files – 486,656 Bytes
* SD Files – 57,088 Bytes
After making a DDS you feel is appropriate, you need to get it into the GTF format. There is a gtf/dds tool in the PS3 SDK that does this but I am not allowed to share it because I believe it is illegal. If this gets popular, a tool will almost certainly be written which will not be illegal.
After having your gtf, you’ll need to create a file with the appropriate size as shown above. Go into the gtf in a hex editor and copy it. Go into the file with the size you just made and paste-write it into the file (some hex editors dont support this, its basically pasting but overwriting)
Save it. Most of your work is done. Now you must take the original gtf, copy it all in hex, then search for it in the raf. When it finds the match, just go to the beginning of the match, and paste-write. It should completely overwrite the gtf and the thing you should then see is the beginning of the next gtf. You’ve now written a new file into the raf.
From here, you just compress the raf with SimplyZip, then take the compressed file simplyzip gives you and insert it into the original raf. Most likely, the raf will have gained in size. This is 100% normal, as the original Sony files didn’t have much in them due to the fact that is mostly empty files with a PS logo in one solid color.




