Batch process a folder full of PS Vita game and DLC zip files in one run.
Automatically sort decrypted Vita files into the correct app, addcont, patch, and license folders.
Avoid manually finding and renaming license files buried inside nested zip archives.
Prepare a ready to copy folder that can be transferred straight onto a Vita memory card.
| medaillek/pkg2vita | amu2mod/gamesavesaver | blackvenom5iix/winget-toctou-poc | |
|---|---|---|---|
| Stars | 0 | 0 | 0 |
| Language | PowerShell | PowerShell | PowerShell |
| Setup difficulty | moderate | easy | moderate |
| Complexity | 2/5 | 1/5 | 3/5 |
| Audience | general | general | researcher |
Figures from each repo's GitHub metadata at analysis time.
Requires 7-Zip and pkg2zip installed separately, plus a modded PS Vita with the NoNpDrm plugin.
Pkg2vita is a PowerShell script that automates the tedious process of preparing PS Vita game files so they can be copied onto a memory card and played on the handheld. Normally, getting a downloaded PS Vita game ready involves several manual steps: extracting a zip file, finding a license file that might be buried deep inside folders, renaming it correctly, decrypting the actual game package, and sorting everything into the specific folder structure the Vita expects. This script does all of that automatically. You simply drop as many zip files as you want into one folder alongside the script, and it processes every one of them in a single run. It works for full games, DLC, game updates, and avatars, sorting each type into its own correctly named folder such as one for games, one for DLCs, one for updates, and one for licenses and avatars. Once a zip file has been successfully processed, it gets moved into a separate folder automatically, so you can add new games later without accidentally reprocessing ones you already handled. The script also cleans up its own temporary extraction folders afterward to avoid wasting disk space. Before using it, you need two other free tools already installed: 7-Zip, which handles the initial extraction of the zip files, and pkg2zip, a separate utility that does the actual decryption of Vita packages. Both are linked in the project's setup instructions. To run it, you place the script, the pkg2zip program, and your zip files together in one folder, then open PowerShell in that folder and run the script, possibly after bypassing Windows' default script execution restrictions with a single command shown in the instructions. Once finished, the script produces a folder called ReadyForVita containing everything organized correctly. You then copy that folder's contents onto your Vita's memory card using a tool like VitaShell, refresh the Vita's home screen, and your games and DLC should appear ready to launch. The README notes that a plugin called NoNpDrm needs to already be installed on the Vita itself for the games to run without errors.
A PowerShell script that automatically extracts, decrypts, and organizes PS Vita games, DLC, and updates so they are ready to copy onto a memory card.
Mainly PowerShell. The stack also includes PowerShell, 7-Zip, pkg2zip.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.