- Joined
- Jan 25, 2024
- Messages
- 12,301
- Points
- 38
- Age
- 39
- Location
- USA
- Website
- gameparadise.org
- Credits
- 206,669
Edit : Latest version 0.05
Credit goes to Martin Mozeiko from another forum
https://github.com/mmozeiko/pkgi/releases
1- Install this vpk with your method of choice
2- You must create a txt in ux0 , folder pkgi, pkgi.txt inside this
3- In this pkgi.txt, you need those information :
This file is in very simple CSV format where each line means one item in the list:
contentid,flags,name,name2,zrif,url,size,checksum
where:
5- The software will download PKG directly from Sony, extract and install it too
Enjoy
More information at : https://www.psxhax.com/threads/pkgi-download-unpack-ps-vita-pkg-files-directly-by-mmozeiko.2955/
- significantly improved download/unpack speed (should be ~4 to 5 times faster).
- better error message when config.txt file is missing last newline.
Credit goes to Martin Mozeiko from another forum
https://github.com/mmozeiko/pkgi/releases
1- Install this vpk with your method of choice
2- You must create a txt in ux0 , folder pkgi, pkgi.txt inside this
3- In this pkgi.txt, you need those information :
This file is in very simple CSV format where each line means one item in the list:
contentid,flags,name,name2,zrif,url,size,checksum
where:
- contentid is full content id of item, for example: UP2120-PCSE00747_00-TOWERFALLVITA000.
- flags is currently unused number, set it to 0.
- name is arbitrary UTF-8 string to display for name.
- name2 is currently unused alternative name, leave it empty.
- zrif is NoNpDrm created fake license in zRIF format, it must match contentid.
- url is http url where to download PKG, pkg content id must match the specified contentid.
- size is size of pkg in bytes, or 0 if not known.
- checksum is sha256 digest of pkg as 32 hex bytes to make sure pkg is not tampered with. Leave empty to skip the check.
5- The software will download PKG directly from Sony, extract and install it too
Enjoy
More information at : https://www.psxhax.com/threads/pkgi-download-unpack-ps-vita-pkg-files-directly-by-mmozeiko.2955/