Anthony Appleyard opened this issue on Jan 16, 2008 · 17 posts
Anthony Appleyard posted Wed, 16 January 2008 at 6:34 AM
To zecoode compressed Poser 5/6/7 files (e.g. ----.ppz prop files), how can they be decoded outside Poser? Or for each such file, must I call Poser to load it to stage and then save it in decoded (plain) format? Or what?
PhilC posted Wed, 16 January 2008 at 6:50 AM
There is a utility script provided with Poser that can compress/uncompress the files. You can batch process without the need to load anything into the scene. Look in RuntimePythonposerScriptsUtility
Dizzi posted Wed, 16 January 2008 at 7:08 AM
Poser uses gzip compression, so any tool that can deal with that can decode them.
Anthony Appleyard posted Wed, 16 January 2008 at 7:48 AM
Poser uses gzip compression,: I tried copying a Poser 5 --.ppz prop file to a name ending with --.,zip , and my Winzip could do noithing with it.
jentron posted Wed, 16 January 2008 at 7:54 AM
Attached Link: Total Commander
I use Total Commander and unassociate the gzipped files from Poser. TC then shows the contents of gzip files and allows them to be automatically edited and repacked.Ron
jentron posted Wed, 16 January 2008 at 8:02 AM
Quote - Poser uses gzip compression,: I tried copying a Poser 5 --.ppz prop file to a name ending with --.,zip , and my Winzip could do noithing with it.
The correct extension for gzip files is .gz not .zip. That may have confused winzip, but I can't find anything on thier site that says they handle gzip files.
Lucifer_The_Dark posted Wed, 16 January 2008 at 8:55 AM
Winzip can handle them gzip files no trouble at all :D just add .gz to the end & winzip will do whatever you want with it.
Windows 7 64Bit
Poser Pro 2010 SR1
Anthony Appleyard posted Wed, 16 January 2008 at 9:42 AM
I managed it, with C:Poser5RuntimelibrariespropsExtrasUSA Flag.ppz . But WinWIp extracted the un-gzipped file with name USA Flag.ppz, same name as the gzipped version , and not the expected name USA Flag.pp2 .
kuroyume0161 posted Wed, 16 January 2008 at 10:16 AM
That's odd. Whenever I drop a z-lib compressed poser file into WinZip, it wants the 'full name of the file contained within the archive'. I just put in the correct extension and the file appears there. Now it is just a matter of drag-n-dropping the file out of WinZip into a folder.
If you want to do z-lib compression/decompression programmatically, zlib is an open-source library that can be incorporated into most systems. I use it for my plugin in Windows 32-bit, 64-bit, MacOS Classic, and MacOS X Universal Binary (and it certainly works with Unix systems).
C makes it easy to shoot yourself in the
foot. C++ makes it harder, but when you do, you blow your whole leg
off.
-- Bjarne
Stroustrup
Contact Me | Kuroyume's DevelopmentZone
Lucifer_The_Dark posted Wed, 16 January 2008 at 10:48 AM
It could also depend on which version of Winzip you're using, I'm using the current release 11.1 is yours different?
Windows 7 64Bit
Poser Pro 2010 SR1
Dizzi posted Wed, 16 January 2008 at 11:46 AM
Quote - But WinWIp extracted the un-gzipped file with name USA Flag.ppz, same name as the gzipped version
That's because it's not an archive containing file system information, like file names, paths, etc, but just the compressed file content. So WinZip cannot know the extension.
Lucifer_The_Dark posted Wed, 16 January 2008 at 11:54 AM
Odd my copy of Winzip unzipped the file without asking for the file extension & got the file extracted properly with extension.
Here's how I tested it, I copied the ppz file to a temp folder, added .gz to the end of it, double clicked it which started winzip, hit the extract button on the toolbar, chose the folder & hit ok, cue creation of a fully working expanded pp2 file.
Windows 7 64Bit
Poser Pro 2010 SR1
Dizzi posted Wed, 16 January 2008 at 12:03 PM
Maybe I mixed that up with other compressed files... Well, then the explanation is: WinZip isn't the best programmed (un)zipper ;-)
Lucifer_The_Dark posted Wed, 16 January 2008 at 12:12 PM
I like it, been using it since version 2 I think, a lot of years anyway, more even than poser I think.
Windows 7 64Bit
Poser Pro 2010 SR1
onnetz posted Wed, 16 January 2008 at 12:14 PM
I use java 's Gzip classes to open poser's compesed files..
Handle every stressful situation like a dog.
If you can't eat it or play with it,
just pee on it and walk away. :-)
....................................................
I wouldnt have to manage my anger
if people would manage their stupidity......
nruddock posted Wed, 16 January 2008 at 1:49 PM
Attached Link: http://www.7-zip.org/
7-zip is a good free alternative to WinZip and WinRar.EnglishBob posted Thu, 17 January 2008 at 8:43 AM
Attached Link: http://www.renderosity.com/mod/freestuff/index.php?user_id=12831
Kawecki's Poser Ungzip can be found in freestuff.