You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 12, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+18-6Lines changed: 18 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
[![Travis CI Build Status][img_travis]][travis][![AppVeyor Build Status][img_appveyor]][appveyor][![Downloads][img_downloads]][downloads][![Release][img_latest]][latest][![License][img_license]][license]
4
4
5
-
Utility that decrypts PlayStation Vita pkg file and creates zip package. Supported pkg files - main application, DLC, patch and PSM files. Supports also PSX files for use with [Adrenaline][].
5
+
Utility that decrypts PlayStation Vita pkg file and creates zip package. Supported pkg files - main application, DLC, patch and PSM files. Also supports PSX and PSP pkg files for use with [Adrenaline][].
6
6
7
7
Optionally writes [NoNpDrm][] or [NoPsmDrm][] fake license file from zRIF string. You must provide license key.
8
8
@@ -12,7 +12,7 @@ Optionally writes [NoNpDrm][] or [NoPsmDrm][] fake license file from zRIF string
12
12
*[NoNpDrm][]
13
13
*[NoPsmDrm][] for PSM titles
14
14
*[VitaShell][]**v1.76** or newer required for DLC installation
15
-
*[Adrenaline][] for PSX titles
15
+
*[Adrenaline][] for PSX or PSP titles
16
16
17
17
# Features
18
18
@@ -21,12 +21,12 @@ Optionally writes [NoNpDrm][] or [NoPsmDrm][] fake license file from zRIF string
21
21
***fast**, uses AESNI hardware accelerated AES decryption if supported by CPU (requires [AESNI][] and [SSSE3][] instructions).
22
22
***simple**, creates zip package with same folder structure that Vita expects (just drag & drop all file from zip archive to ux0:). Zip file is created directly from pkg without any intermediate temporary files.
23
23
***Vita DLC**, **Vita PATCH** and **PSM** pkg unpacking.
24
-
***PSX** pkg unpacking.
24
+
***PSX**and **PSP**pkg unpacking.
25
25
26
26
Limitations:
27
27
28
-
*currently no PSP or PSP Mini pkg files are supported.
29
-
*currently no actual title name is extracted for PSM pkg files.
28
+
* no PSP DLC pkg files are supported.
29
+
* no actual title name is extracted for PSM pkg files.
30
30
31
31
# Usage
32
32
@@ -46,7 +46,19 @@ To avoid zipping process and create individual files, use `-x` argument (must co
46
46
47
47
pkg2zip -x package.pkg [zRIF_STRING]
48
48
49
-
PSX pkg files do not require zRIF argument. It will be ignored.
49
+
PSX or PSP pkg files do not require zRIF argument. It will be ignored.
50
+
51
+
For PSP files pkg2zip by default will create .ISO file. To create compressed .CSO file pass -cN argument where N is compression factor. For example, for fastest compression use:
52
+
53
+
pkg2zip -c1 package.pkg
54
+
55
+
To create smaller cso file (more compression will require more time) use -c9, or anything inbetween:
0 commit comments