P3T Unpacker v0.12
Copyright (c) 2007. Anoop Menon
This program unpacks Playstation 3 Theme files (.p3t). By default, it will extract the contents of the theme file to the directory 'extracted' in the current directory.
If you find any bugs or have any suggestions or comments, please let me know.
Changelog:
| 12/12/07 | -0.12- | Added support to save GIM files as PPM if Python Imaging Library support is not detected. This can be useful for Mac users that are having trouble installing the library. |
| 12/08/07 | -0.11- | Added support to extract sound files from themes. |
| 12/07/07 | -0.10- | Some icons whose width was not a multiple of 4 were being extracted incorrectly and ended up looking skewed. This has now been fixed (thx to FluBBa for pointing out the cause). |
| 12/06/07 | -0.9- | Dragging and dropping a p3t file onto the executable now works in Windows (thx to Matt Endersby for reporting the issue). In addition, the default extracted path is now "extracted.theme filename" in the current working directory (under Windows, it will probably be "C:\Documents and Settings\Username"). |
| 12/03/07 | -0.8- | fixed a bug in the XML output filename. |
| 11/20/07 | -0.7- | fixed a bug in the path seperator (thx to Kamil Sarniak for pointing it out). |
| 11/19/07 | -0.6- | an XML file which can be fed to the theme compiler to recompile the extracted images into a new theme is now also created. Filenames in the XML will be correct, so no renaming will need to be done after images/etc are updated. |
| 11/19/07 | -0.5- | multiple bgimages are correctly extracted instead of being overwritten. |
| 11/19/07 | -0.4- | removed requirement of having p3tcompiler.exe in the same directory. |
| 11/16/07 | -0.3- | added a Windows version made with Py2EXE. |
| 11/16/07 | -0.3- | 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 | -0.3- /td> | added a very basic GIM file reader. |
| 11/16/07 | -0.2- | non 'bgimages' are zlib compressed. Added support for that so that icons are decompressed to GIM files. |
| 11/15/07 | -0.1- | first release. |
Downloads:
| Linux (source): | p3textractor.py |
| Windows: | p3textractor.zip |