Quote:
Originally Posted by Dragonis40
Good morning, how can I use this instructions for videogame repacking? I mean, to reimport files into .pck file, I need the original one. I think it's better to create a new .pck file without the original one, otherwise it's useless in terms of installation videogame.
So, starting from the extracted files from .pck file, how can I "reduild" a new .pck file without the original one?
|
PCK archives don't use compression, so what you can do is the following:
- use Bincat by Aluigi to concatenate the output wems into one large file
- use hdiffz to make a patch between the original PCK and the concatenated data
Then, in your repack installation, concatenate the wems with bincat and apply the patch you made with hpatchz to restore the original PCK.