From f917f2acf3175bf73045d7154511f52e09030739 Mon Sep 17 00:00:00 2001 From: tmpz23 <28760271+tmpz23@users.noreply.github.com> Date: Mon, 15 Nov 2021 22:26:55 +0100 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cc7601a..6dac97a 100644 --- a/README.md +++ b/README.md @@ -34,4 +34,11 @@ AAAB_CD.E - **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** -For example file **012C_cmn_data.dat** describe the 13th file off the pzz initialy compressed in a pzz named "cmn_data.pzz" and that has been uncompressed with the default format "dat". The names of unpacked files and the presence of empty unpacked files are important to keep informations relative to the initial pzz and ensure a correct pack. +For example file **012C_cmn_data.dat** describe : +- the 13th file off the pzz, +- initialy compressed, +- in a pzz named "cmn_data.pzz", +- and that has been uncompressed, +- with the default format "dat". + +The names of unpacked files and the presence of empty unpacked files are important to keep informations relative to the initial pzz and ensure a correct pack.