Update README.md

This commit is contained in:
tmpz23 2021-11-20 12:11:39 +01:00 committed by GitHub
parent 0e600422f0
commit 13266cea5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,12 +27,11 @@ pzztool.py -bp source_folder optional_dest_folder
### Extracted files format ### Extracted files format
Every file extracted has a name using the 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. - **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**. - **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. - **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. - **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**
- **E** is the extension of the file. By default it is **.dat**
For example file **012C_cmn_data.dat** describe : For example file **012C_cmn_data.dat** describe :
- the 13th file off the pzz, - the 13th file off the pzz,