This commit is contained in:
laz 2025-03-23 10:33:57 +01:00
parent e92769baa2
commit 9de03a27cc

View file

@ -76,8 +76,13 @@ In this guide will have an example fake game we want to add: `OutWipe 4820`.
1. Open the Vita3K emulator via Configurator 1. Open the Vita3K emulator via Configurator
2. Press `File` and either: `Install .pkg` or `Install .zip, .vpk` (depending on what game file you have). 2. Press `File` and either: `Install .pkg` or `Install .zip, .vpk` (depending on what game file you have).
3. The game is now installed, if so wished, the package file can be deleted, only the `.psvita` file is needed at this point.
**Example:**
`OutWipe 4820` is a `.pkg` file so we chose the `Install .pkg` option and navigate to where we have the file on the system to install it.
In our example `OutWipe 4820` is a `.pkg` file so we chose the `Install .pkg` option and navigate to where we have the file on the system to install it.
#### Step 1b: Add Licences #### Step 1b: Add Licences
@ -93,13 +98,14 @@ Install the patches and DLC the same way as the game by repeating Step 1 to 1b f
<img src="../vita3k-titleid.png" width="800"> <img src="../vita3k-titleid.png" width="800">
Inside the Vita3K interface the third column you can see the `Title ID` of the game you just installed. 1. Open the Vita3K emulator via Configurator
2. The third column contains the `Title ID` of the game you just installed (this is unique to every game).
This is unique to every game. Another method is to check the: [Vita3K Game Compatibility and ID List](https://vita3k.org/compatibility.html?lang=en).
You can also check [Vita3K Game Compatibility and ID List](https://vita3k.org/compatibility.html?lang=en). **Example:**
In our example we find out that the Title ID of `OutWipe 4820` is `PCSF00007` `OutWipe 4820` Title ID is `PCSF00007`
### Step 3: Create the .psvita file ### Step 3: Create the .psvita file
@ -111,14 +117,17 @@ In our example we find out that the Title ID of `OutWipe 4820` is `PCSF00007`
<img src="../psvita-kate.png" width="800"> <img src="../psvita-kate.png" width="800">
1. Open up the empty `GameNameHere.psvita` file with the text editor.
2. Type in the `Title ID`the the first row. Make sure you don't add any spaces or line-breaks and the file should just contain the `Title ID`.
**Example:**
Open up the empty`OutWipe 4820.psvita` file with the text editor and just type in the `Title ID` in the first row of the file and save, in this example you enter `PCSF00007`. Open up the empty`OutWipe 4820.psvita` file with the text editor and just type in the `Title ID` in the first row of the file and save, in this example you enter `PCSF00007`.
Make sure you don't add any spaces or line-breaks and the file should just contain the word `PCSF00007`.
### Step 5: The game should now run ### Step 5: Quit and Launch RetroDECK
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. 1. Close Vita3k, RetroDECK Configurator and RetroDECK.
2. Open RetroDECK again.
### Step 6: Cleanup 3. The game should now be added to the ES-DE frontend and be able to be played.
The game is now installed, so if wished, the package file can be deleted, only the `.psvita` file is needed at this point.