Tue, Feb 11, 1:30 PM CST

Renderosity Forums / Poser - OFFICIAL



Welcome to the Poser - OFFICIAL Forum

Forum Coordinators: RedPhantom

Poser - OFFICIAL F.A.Q (Last Updated: 2025 Feb 11 3:50 am)



Subject: Compressed file support???


Dave ( ) posted Fri, 23 August 2002 at 9:08 AM · edited Tue, 11 February 2025 at 1:28 PM

Is there anyone else out there wishing that some of the utility programs, we've grown to love and cant live without, would support the compression feature of Pro Pack and the soon to be released Poser 5? I for one wish they would. Although decompressing is possible, it's just time consuming and another step to creating characters, clothing, props, etc that I would rather not have to do. Apps that come to mind that would benefit from this are P-Wizard, The Tailor, and Morph Manager. Anyone care to add to the list or comment?


hogwarden ( ) posted Fri, 23 August 2002 at 9:24 AM

Point taken. Hands up! Glad it's not only me!!!!! Although no-one has ever asked me to make xxZ files supported... I don't have ProPack and the ProPack testers didn't mention it. Howard (PBooost)


kupa ( ) posted Fri, 23 August 2002 at 9:34 AM

I smell an opportunity ;-)


Dave ( ) posted Fri, 23 August 2002 at 9:39 AM

I guess only those of us with limited drive space have taken advantage of the compression features. I've had to conserve space anyway and by any means necessary. I've already invested into the products I mentioned so it would be extra nice if they supported the compression format too.


hogwarden ( ) posted Fri, 23 August 2002 at 9:52 AM

LOL Kupa... An hopportunity? (Best Dick Van-Dyke Cockney) Is it like zip compression? I heard that Winzip can un-compress them. H:)


Dave ( ) posted Fri, 23 August 2002 at 9:59 AM

I've tried using Winzip, WinRAR has better luck with them. Only drawback is you have to go back and change the extension to cr2 so the programs will see them. Then once you're done you've got to recompress them. Kind of a pain.


hogwarden ( ) posted Fri, 23 August 2002 at 10:08 AM

I'm just trying to get a handle on which compression system is used for them.


kupa ( ) posted Fri, 23 August 2002 at 10:11 AM

physically change the .crz to .gz, winzip recognizes the .gz extension, then on unzipping save the file as a .cr2... we're including a python batch processor to do this inside P5, but a drag'n-drop decompression utility would be very cool.


Dave ( ) posted Fri, 23 August 2002 at 10:14 AM

Still alot of work. Would be nice if the compression format was supported in other products so all this going thru hoops wouldnt be necessary.


Dave ( ) posted Fri, 23 August 2002 at 10:24 AM

I think it's called zLib compression or gzip, hogwarden.


hogwarden ( ) posted Fri, 23 August 2002 at 10:44 AM

Yeah... I've found a gzip component for Delphi. I'll be making PBooost .xxZ compatible as soon as I can. Hope more of us utility writers get in the boat! H:)


thebert ( ) posted Fri, 23 August 2002 at 11:24 AM

Attached Link: http://www.innermedia.com

Hogwarden I've been working program a utility for some time that compress and decompress Poser (If I only had more time). But Poser uses a GT(Unix) Compress not PKZip or WinZip(PC) A company call Inner Media, Inc. makes a product for that support. if you have any question I'll try to help if I can. thebert tom@thebert.net

The difference between stupidity and genius is that genius has its limits.


MadYuri ( ) posted Fri, 23 August 2002 at 12:43 PM

Well, I have WinXP and use the file system compression. This works very well (Geomeries/Libraries shrunk from 3.5 to 1.6 GB) and I can still edit my Poser files (OBJ,CR2,...) without decompression. And this works for every application.


kupa ( ) posted Fri, 23 August 2002 at 2:44 PM

gotta love XP...


MadYuri ( ) posted Fri, 23 August 2002 at 2:58 PM

gotta love XP... I spend days to disable all the little spies, bells, whistles, blue/green skins and talking dogs. Now my XP is kinda like a decent OS. ;)


hogwarden ( ) posted Fri, 23 August 2002 at 5:06 PM

Oh shit... the talking dogs. Anyone installing XP fresh who is familiar with "The Tellytubbies" had better get a bucket handy. LOL:) I'm going with Kupa and trying out gz de(comp)... see how I get on. Should be easy-peasy to alter my file-load routines, etc. H:)


Little_Dragon ( ) posted Fri, 23 August 2002 at 8:07 PM

WinXP has talking dogs? Maybe it won't be so bad after all ....



Penguinisto ( ) posted Fri, 23 August 2002 at 8:08 PM

.gz extension... Will Linux' gzip also open PPP compressed files, then? That would be cool... first Python, now gzip - you're getting closer it *ix nirvana every day, Kupa :p Hmm - what if I then archive the compressed Poser file as a .tar file? Ship my fellow Poser buddies something named "foo.gz.tar"? I oughta try that just for kicks and send it to some *ix friends of mine, explaining how to open it - they'd shit their drawers. (okay - I'll shaddap and go away with the geek humor now.) /P


Penguinisto ( ) posted Fri, 23 August 2002 at 8:12 PM

Attached Link: http://www.gzip.org/

PowerArchiver is freeware, both it and Winzip use it, and this is the same thing Poser (I believe) compresses with, if I'm reading this thread right. Merry Christmas. /P


Penguinisto ( ) posted Fri, 23 August 2002 at 8:14 PM

There's also a command-line Windoze gzip available too under GNU GPL... plug Python into that and make a zillion bucks :) Direct link: http://www.gzip.org/gzip124xN.zip (I'm lazy and busy, and besides, I honestly don't need such a utility, but I figured I'd at least shove the right tools under somebody's nose... ;) ) /P


williamsheil ( ) posted Sat, 24 August 2002 at 9:56 AM

According to the feature description on the CL website, they are using the GZip library for their compression. In fact I've been linking the DLL into Poser Python scripts to access the compressed files for some time without any problems. It's free, so why use anyhing else? Third party apps shouldn't have any problems integrating it. Bill


Penguinisto ( ) posted Sat, 24 August 2002 at 10:24 AM

Bill - you struck the nail upon the head. Thanks to the GPL, you could actually sell that script in the MP :) Personally, I'll just script it when I need it. (once I get off my ass and finish learning Python, that is) /P


hogwarden ( ) posted Sat, 24 August 2002 at 12:14 PM

Yeah... GZ comes as a component for Delphi too (for me) as well as libraries for VB, C etc. It's all there on their site.... no restrictions... which is probably why CL used it! LOL! All the Poser utility writers should integreate it into their apps! H:)


ardvarc37 ( ) posted Mon, 26 August 2002 at 11:06 AM

Attached Link: http://www.rarsoft.com/

relevent only WINRAR is the best!


hogwarden ( ) posted Mon, 26 August 2002 at 11:45 AM

Hmmm... with Poser 5 nearly ordered, methinks a Python lesson is in order!! LOL ! H:)


BAM ( ) posted Mon, 26 August 2002 at 3:14 PM

Kupa??? Mr. Mac speaking positively about a Microsoft product? Wow! All that hard work must be getting to you!


hogwarden ( ) posted Mon, 26 August 2002 at 4:49 PM

Perhaps all the Apple support he's had for "Poser under OSX" has finally taken its toll on his grey matter...


Privacy Notice

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.