diff --git a/wiki-rtd/docs/wiki_emulator_guides/vita3k/vita3k-guide.md b/wiki-rtd/docs/wiki_emulator_guides/vita3k/vita3k-guide.md index c88f27b..70fe95d 100644 --- a/wiki-rtd/docs/wiki_emulator_guides/vita3k/vita3k-guide.md +++ b/wiki-rtd/docs/wiki_emulator_guides/vita3k/vita3k-guide.md @@ -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 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 @@ -93,13 +98,14 @@ Install the patches and DLC the same way as the game by repeating Step 1 to 1b f -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 @@ -111,14 +117,17 @@ In our example we find out that the Title ID of `OutWipe 4820` is `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`. +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`. -### Step 5: The game should now run +**Example:** -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. +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`. -### Step 6: Cleanup -The game is now installed, so if wished, the package file can be deleted, only the `.psvita` file is needed at this point. +### Step 5: Quit and Launch RetroDECK + +1. Close Vita3k, RetroDECK Configurator and RetroDECK. +2. Open RetroDECK again. +3. The game should now be added to the ES-DE frontend and be able to be played.