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.
DecompressFile what I can do?
- airsoftsoftwair
- Posts: 5833
- Joined: Fri Feb 12, 2010 2:33 pm
- Location: Germany
- Contact:
Re: DecompressFile what I can do?
Sorry, don't understand this question. What do you want to do?
- Juan Carlos
- Posts: 932
- Joined: Mon Sep 06, 2010 1:02 pm
Re: DecompressFile what I can 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.Andreas wrote:Sorry, don't understand this question. What do you want to do?
- airsoftsoftwair
- Posts: 5833
- Joined: Fri Feb 12, 2010 2:33 pm
- Location: Germany
- Contact:
Re: DecompressFile what I can do?
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.