We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0908226 commit 5e33c82Copy full SHA for 5e33c82
README.md
@@ -35,6 +35,10 @@ This format may use compression.
35
This format is used for downloadable content and games on the PS4. It is structured much like the Unix File System.
36
PKG files from game discs and downloads contain encrypted (and compressed?) PFS images within them.
37
38
+### PSARC (*.psarc, *.pak)
39
+This format is used commonly in Playstation 3 and 4 games, and usually has the extension .psarc.
40
+The files within can be compressed with zlib or lzma. Currently, only zlib-compressed archives are supported.
41
+
42
### STFS (*)
43
This includes the CON and LIVE formats, used for game saves and downloadable
44
content (among other things) on the Xbox 360. Since documentation on the format
0 commit comments