|
| 1 | +<!-- trunk-ignore-all(markdownlint/MD033) --> |
| 2 | +<!-- trunk-ignore-all(markdownlint/MD041) --> |
| 3 | + |
| 4 | +<a href="https://github.com/blastrock/pkgj">pkgj</a> is a homebrew application for the PS Vita, primarily used for installing PS Vita and PSP Games. While its default configuration talks to a set of pre-defined URLs, you can configure it to talk to custom feeds. |
| 5 | + |
| 6 | +This will help you install PSP or PS Vita games from your RomM library over Wi-Fi |
| 7 | + |
| 8 | +## Setup |
| 9 | + |
| 10 | +### Prepare |
| 11 | + |
| 12 | +Please note down the following in order to make this as smooth as possible, as well as some pre-reqs: |
| 13 | + |
| 14 | +- Your PS Vita should already have the following installed: |
| 15 | + - <a href="https://github.com/blastrock/pkgj">pkgj</a> |
| 16 | + - A method to access files to edit on your Vita, such as <a href="https://github.com/TheOfficialFloW/VitaShell">VitaShell</a> |
| 17 | +- The URL you use to access RomM |
| 18 | + - This can either be `http` or `https` |
| 19 | +- Feed URLs: |
| 20 | + - `/api/feeds/pkgi/psp/game` |
| 21 | + - `/api/feeds/pkgi/psp/dlc` |
| 22 | + - `/api/feeds/pkgi/psvita/game` |
| 23 | + - `/api/feeds/pkgi/psvita/dlc` |
| 24 | + |
| 25 | +### Configure |
| 26 | + |
| 27 | +1. Connect your PS Vita to your PC over USB using VitaShell |
| 28 | +2. Open `/pkgj/config.txt` in a text editor to add the feed URLs |
| 29 | +3. If you have PS Vita games in `.pkg` format, add a `url_games {romm_url}/api/feeds/pkgi/psvita/game` to the end of the file |
| 30 | +4. If you have PS Vita DLCs in `.pkg` format, add a `url_dlcs {romm_url}/api/feeds/pkgi/psvita/dlc` to the end of the file |
| 31 | +5. If you have PSP games in `.pkg` format, add a `url_psp_games {romm_url}/api/feeds/pkgi/psp/game` to the end of the file |
| 32 | +6. If you have PSP DLCs in `.pkg` format, add a `url_psp_dlcs {romm_url}/api/feeds/pkgi/psp/dlc` to the end of the file |
| 33 | +7. Save the file and disconnect from VitaShell |
| 34 | +8. Open pkgj, Press `△` to open the menu and select "Refresh" |
| 35 | + |
| 36 | +### Additional |
| 37 | + |
| 38 | +If, during a Refresh, pkgj presents an error saying "can't get list: list is empty...", check whether you have any Games/DLCs for the feeds you've added in `.pkg` format. RomM won't list any Games in other formats such as `.iso`. |
0 commit comments