i`m repacking games. At the moment im trying to repack Hitman (2016). Extracting using your wonderful tool and script isn`t a problem. First thanks for that.
But as a repacker i can`t use the original file to inject back the extracted files because the sense of repacking games is to save size.
Is there some way to repack the games, for example Hitman (2016)?
Unfortunately I can't help with rebuilders. A little work-around, just in case there are no other solutions and the script is valid, you may opt to reimport files with a size of zero. The result will be an archive containing empty files (like placeholders) with the remaining bytes set to zero, so it will be smaller when compressed. I don't know if it can be applied to this game, just giving an alternative.
Yes, an empty file with the same name of the original one will do the job. The script is valid for reimporting BUT the game uses the LZ4 compression which is a problem in reimport mode, so you can reimport only the non-compressed files (comment out the "clog" line you see in the script to know what files are non-compressed).