Here's the basic README
Code: Select all
P3T Unpacker v0.10
Copyright (c) 2007. Anoop Menon
<codelogic @ gmail.com>
This program unpacks Playstation 3 Theme files (.p3t). By default, it will extract the contents of the theme file to the directory 'extracted.theme filename' in the current directory.
If you find any, please let me know!
Changelog
Code: Select all
11/16/07
added support to save GIM files as PNGs (requires Python Imaging Library to be installed. apt-get install python-imaging if you're using a Debian based distro)
11/16/07
added a very basic GIM file reader
11/16/07
non 'bgimages' are zlib compressed. Added support for that so that icons are decompressed to GIM files.
11/15/07
First release