Wiki/wiki-rtd/docs/wiki_emulator_guides/vita3k/vita3k-guide.md

123 lines
4.3 KiB
Markdown
Raw Normal View History

2024-01-18 17:42:25 +00:00
# Vita3K - General Guide
2024-01-06 08:25:02 +00:00
2024-03-19 06:37:19 +00:00
<img src="../../../wiki_images/logos/vita3k-logo.png" width="150">
2024-01-06 08:25:02 +00:00
---
### Vita3K Links:
[Vita3K Quickstart Guide](https://vita3k.org/quickstart.html)
[Vita3K Game Compatibility and ID List](https://vita3k.org/compatibility.html?lang=en)
[Vita3K Homebrew Compatibility and ID List](https://vita3k.org/compatibility-homebrew.html)
[Vita3K Wiki](https://github.com/Vita3K/Vita3K/wiki)
[Vita3K Github](https://github.com/Vita3K/Vita3K)
[Vita3K Webpage](https://vita3k.org/)
---
## Where to put the games?
2025-01-19 14:00:55 +00:00
Vita3K games should be put into the `retrodeck/roms/psvita/` directory.
## What file formats are supported?
```
.pkg
.zip
.vpk
```
2024-01-06 08:25:02 +00:00
## Does Vita3K require BIOS or Firmware?
2025-01-19 14:00:55 +00:00
Yes, it requires two firmwares.
It also requires licence and keys files play games.
### Firmware files
2024-01-06 08:25:02 +00:00
- The Firmware: `PSVUPDAT.PUP`
- The Firmware Font Package: `PSP2UPDAT.PUP`
2025-01-19 14:00:55 +00:00
The firmware and font firmware can be downloaded and installed from the RetroDECK Configurator.
2024-01-06 08:25:02 +00:00
2025-01-19 14:00:55 +00:00
You can also install them manually:
2024-01-06 08:25:02 +00:00
- [Sony PSVita Firmware](https://www.playstation.com/en-us/support/hardware/psvita/system-software/)
- [Sony PSVita Firmware Font Package](https://dus01.psp2.update.playstation.net/update/psp2/image/2022_0209/sd_59dcf059d3328fb67be7e51f8aa33418/PSP2UPDAT.PUP?dest=usand)
Open Vita3K from the Configurator and press `File - Install Firmware` to install the downloaded firmware.
2025-01-19 14:00:55 +00:00
### Licence Files and Keys
Licence files `.bin` `.rif` or licence keys called a `zRif` are required for many games.
2024-01-06 08:25:02 +00:00
They need to be installed by pressing `File - Install Licence` then either `Select work.bin / rif` for the files or `Enter zRif` to input the key.
2025-01-19 14:00:55 +00:00
## Folder structure
| Type | Folder | Comment |
| :---: | :---: | :---: |
| ROMs Folder |`retrodeck/roms/psvita/` | |
| Saves Folder |`retrodeck/saves/psvita/vita3k/` | | |
| Config Folder |`~/.var/app/net.retrodeck.retrodeck/config/Vita3K/` | `config.yml` |
| Data Folder |`~/.var/app/net.retrodeck.retrodeck/data/Vita3K/` | |
## How-to: Get games to show up inside the ES-DE Frontend
2024-01-06 08:25:02 +00:00
**Example:** <br>
2025-01-19 14:00:55 +00:00
2024-01-06 08:25:02 +00:00
In this example we got a game we want to add: `OutWipe 4820`
### Step 1: Install the Game
2025-01-19 14:00:55 +00:00
2024-01-06 08:25:02 +00:00
Open the Vita3K emulator via Configurator and press `File` and either `Install .pkg` or `Install .zip, .vpk` depending on what game file you have.
In our example `OutWipe 4820` is a `.pkg` file so we chose the `Install .pkg` option and navigate to the file to install it.
2025-01-19 14:02:36 +00:00
#### Step 1b: Add Licences
2025-01-19 14:00:55 +00:00
During installation the Vita3K could call for a Licence File or Key
2024-01-06 08:25:02 +00:00
Either add the `.bin` or `.rif` files or input the `zRif` key in the prompt.
2025-01-19 14:00:55 +00:00
2024-01-06 08:25:02 +00:00
#### Step 1c: Install any DLCs or patches
2025-01-19 14:00:55 +00:00
2024-01-06 08:25:02 +00:00
Install the patches and DLC the same way as the game by repeating Step 1 to 1b for the filetype the patch/DLC is in `pkg`, `zip`, `vpk`.
### Step 2: Check the Title ID of the game
2024-03-19 06:37:19 +00:00
<img src="../../../wiki_images/emulators/vita3k/vita3k-titleid.png">
2024-01-06 08:25:02 +00:00
2025-01-19 14:00:55 +00:00
In the Vita3K interface the third colum you can see the Title ID of the game you just installed.
2024-01-06 08:25:02 +00:00
You can also check [Vita3K Game Compatibility and ID List](https://vita3k.org/compatibility.html?lang=en).
In our example we find out that the Title ID of `OutWipe 4820` is `PCSF00007`
### Step 3: Create the .psvita file
2025-01-19 14:00:55 +00:00
2024-01-06 08:25:02 +00:00
- The `.psvita` file starts as a empty textfile that needs to be created in roms folder `retrodeck/roms/psvita/`
- Name the file `<gamename>.psvita`
- In our example the file will be called `OutWipe 4820.psvita`
2025-01-19 14:00:55 +00:00
The end result should look like:
2024-01-06 08:25:02 +00:00
`retrodeck/roms/psvita/OutWipe 4820.psvita`
### Step 4: Open the pstvita file and add the Title ID
2025-01-19 14:00:55 +00:00
2024-01-06 08:25:02 +00:00
Open up the empty `OutWipe 4820.psvita` file and just type in the `<Title_ID>` in the first row of the file and save, in this example you enter `PCSF00007`.<br>
Make sure you don't add any spaces or linebreaks and the file should just contain the word `PCSF00007`.
### Step 5: The game should now run
2025-01-19 14:00:55 +00:00
2024-01-06 08:25:02 +00:00
The game should now be added to the ES-DE interface from the `retrodeck/roms/psvita/OutWipe 4820.psvita` file you just created and can be played after you reload RetroDECK from the Configurator or re-launch the application.
2024-08-02 15:18:19 +00:00
### Step 6: Cleanup
2025-01-19 14:00:55 +00:00
2024-08-02 15:18:19 +00:00
The game is now installed, so if wished, the package file can be deleted, only the `.psvita` file is needed at this point.