Hello, how to pack "PackZip" several files at once into one. Can you write some sample code?
It is necessary to pack eight files so that the output is only one.
Pack "PackZip Helpppp!
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Pack "PackZip Helpppp!
Wait, why do you need that?
If it's for a game remember that the result will not work.
If it's for a game remember that the result will not work.
-
- Posts: 4
- Joined: Fri Oct 02, 2020 1:36 pm
Re: Pack "PackZip Helpppp!
aluigi wrote:Wait, why do you need that?
If it's for a game remember that the result will not work.
I have files from one game "Gun Disassembly 2", when unpacking "offzip" everything was unpacked successfully. I changed one file using a text document. Now I need to package it back with "Packzip" so that the output is: (.IVY as it was before and created using the zlib library)
the archive contains the original file, and in the folder unpack, but already changed.
The files in the folder must be packed back. How to do it correctly?
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Pack "PackZip Helpppp!
In that case you can use offzip also for the "reinjection" task:
Remember that there are big chances the file will no longer work in the game for many technical reasons.
Code: Select all
offzip -a -r info_winchester_1897.ivy "winchester 1897"
Remember that there are big chances the file will no longer work in the game for many technical reasons.