From 13266cea5b181075e735203f01032f7cfbffc4f0 Mon Sep 17 00:00:00 2001 From: tmpz23 <28760271+tmpz23@users.noreply.github.com> Date: Sat, 20 Nov 2021 12:11:39 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cb039c5..3d9ad4c 100644 --- a/README.md +++ b/README.md @@ -27,12 +27,11 @@ pzztool.py -bp source_folder optional_dest_folder ### Extracted files format Every file extracted has a name using the format : -AAAB_CD.E +AAAB_C.D - **AAA** is the 3 digits index of the file in the PZZ starting at 000. - **B** describe the compression state of the file when packed in the PZZ. If compressed it's **C** and if not it's **U**. - **C** is the name of the PZZ. -- **D** describe the actual compression state of the file. It's **\_compressed** if the file is compressed and nothing if the file is uncompressed. -- **E** is the extension of the file. By default it is **.dat** +- **D** is the extension of the file. If the file is compressed it's **.pzzp** and if the file is uncompressed by default it's **.dat** For example file **012C_cmn_data.dat** describe : - the 13th file off the pzz,