Page 1 of 1
DecompressFile what I can do?
Posted: Sat Mar 24, 2012 3:22 pm
by Juan Carlos
With this instruction DecompressFile and CompressFile I can programming a single tool to uncompress the pak files from games, all files inside the pak file and if I can to to compress the files from a drawer, or as the example only for one file. I tested that giving the path of a file the instruction doesn't compress the file, but if you put the file join the program, the instruction works fine.
I want make a little tool to compress pak files to sending for Internet under Windos.
Re: DecompressFile what I can do?
Posted: Sun Mar 25, 2012 9:53 pm
by airsoftsoftwair
Sorry, don't understand this question. What do you want to do?
Re: DecompressFile what I can do?
Posted: Mon Mar 26, 2012 11:11 pm
by Juan Carlos
Andreas wrote:Sorry, don't understand this question. What do you want to do?
I want a little tool to compress the files inside of drawer and uncompress later, but with this instruction only I can compress/uncompress one file inside of the drawer, I'll like make a tool to compress/uncompress the pak files from games to example the Dune II and to edit changes, and this is the core the question this instruction cans compress/uncompress several files inside of drawer.
Re: DecompressFile what I can do?
Posted: Tue Mar 27, 2012 10:47 pm
by airsoftsoftwair
That's not possible with Hollywood. You can only compress single files, not complete drawers. You could, however, write your own function which compresses whole drawers into a single file.