Pack "PackZip Helpppp!

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
tbrspetiya
Posts: 4
Joined: Fri Oct 02, 2020 1:36 pm

Pack "PackZip Helpppp!

Post by tbrspetiya »

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.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Pack "PackZip Helpppp!

Post by aluigi »

Wait, why do you need that?
If it's for a game remember that the result will not work.
tbrspetiya
Posts: 4
Joined: Fri Oct 02, 2020 1:36 pm

Re: Pack "PackZip Helpppp!

Post by tbrspetiya »

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?
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Pack "PackZip Helpppp!

Post by aluigi »

In that case you can use offzip also for the "reinjection" task:

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.