DecompressFile what I can do?

Find quick help here to get you started with Hollywood
Post Reply
User avatar
Juan Carlos
Posts: 932
Joined: Mon Sep 06, 2010 1:02 pm

DecompressFile what I can do?

Post 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.
User avatar
airsoftsoftwair
Posts: 5834
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: DecompressFile what I can do?

Post by airsoftsoftwair »

Sorry, don't understand this question. What do you want to do?
User avatar
Juan Carlos
Posts: 932
Joined: Mon Sep 06, 2010 1:02 pm

Re: DecompressFile what I can do?

Post 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.
User avatar
airsoftsoftwair
Posts: 5834
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: DecompressFile what I can do?

Post 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.
Post Reply