From 5054c9380a97815ed2f1b58300b758dc52846e30 Mon Sep 17 00:00:00 2001 From: tmpz23 <28760271+tmpz23@users.noreply.github.com> Date: Sat, 20 Nov 2021 12:38:30 +0100 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index edbcfce..2a3d24b 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,15 @@ Pour plus d'info sur le jeu, rendez vous sur le [Wiki](http://re.wiki.virtualwor ## pzztool.py Python3 script for unpack/repack unpzz/pzz and uncompress/compress of PZZ archive. +### How to patch a pzz +1. extract afs_data.afs from the ROM +2. extract the pzz file from afs_data.afs +3. unpzz it +4. edit files in decompressed folder keeping the filename important parts inchanged (see "Extracted files format" for further informations) +5. pzz the decompressed folder +6. import back the patched pzz in the afs_data.afs +7. patch the ROM with new afs_data.afs + ### User manual unpzz **source.pzz** in the default new folder _source_. If optional_dest_folder is specified we unpack in _optional_dest_folder_. unpzz handle auto-decompress of all files extracted. ```