Forum Coordinators: RedPhantom
Poser - OFFICIAL F.A.Q (Last Updated: 2025 Jan 24 6:22 pm)
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
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.
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
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
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......
Attached Link: http://www.renderosity.com/mod/freestuff/index.php?user_id=12831
Kawecki's Poser Ungzip can be found in freestuff.This site uses cookies to deliver the best experience. Our own cookies make user accounts and other features possible. Third-party cookies are used to display relevant ads and to analyze how Renderosity is used. By using our site, you acknowledge that you have read and understood our Terms of Service, including our Cookie Policy and our Privacy Policy.
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?