mirror of
https://github.com/Virtual-World-RE/NeoGF.git
synced 2024-11-15 11:45:33 +01:00
Update README.md
This commit is contained in:
parent
98aa613d86
commit
00678250cb
|
@ -135,11 +135,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_C.D
|
AAAB_CD.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** is the extension of the file. If the file is compressed it's **.pzzp** (PZZ Part) and if the file is uncompressed by default it's **.dat**
|
- **D** is the resolved name and extension of the file. If the file is compressed it use the **.pzzp** (PZZ Part) extension and if the file is uncompressed by default it's **.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,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user