diff --git a/wiki-rtd/docs/wiki_emulator_guides/scummvm-guide.md b/wiki-rtd/docs/wiki_emulator_guides/scummvm-guide.md index 2c7c02b2..e98684cd 100644 --- a/wiki-rtd/docs/wiki_emulator_guides/scummvm-guide.md +++ b/wiki-rtd/docs/wiki_emulator_guides/scummvm-guide.md @@ -40,16 +40,16 @@ The result should be: `retrodeck/roms/scummvm/Beneath a Steel Sky/` Go into [ScummVM Game Compatibility and ID List](https://www.scummvm.org/compatibility)
Search for `Beneath a Steel Sky` make a note of the ScummVM ID in this case called: `sky` -### Step 3: Create the ScummVM file -- The `.scummvm` file starts as a empty textfile that needs to be created in in each game you want to adds directory.
-- It should be named `.scummvm`
+### Step 3: Create the .scummvm file +- The `.scummvm` file starts as a empty textfile that needs to be created in each game you want to adds directory. +- It should be named `.scummvm` - In our example the file will be called `sky.scummvm` and should be created in `retrodeck/roms/scummvm/Beneath a Steel Sky/` The end result should look like:
`retrodeck/roms/scummvm/Beneath a Steel Sky/sky.scummvm` ### Step 4: Open the .scummvm file and add the ScummVM_ID -Open up the empty `sky.scummvm` and just type in the `` in the first row of the empty file and save in this case `sky`. Make sure you don't add any spaces or linebreaks and the file should just contain the word `sky`. +Open up the empty `sky.scummvm` file and just type in the `` in the first row of the file and save in this example `sky`. Make sure you don't add any spaces or linebreaks and the file should just contain the word `sky`. ### Step 5: The game should now run -The game should now be added to the ES-DE interface from the `retrodeck/roms/scummvm/Beneath a Steel Sky/sky.scummvm` file you just created and can be played. +The game should now be added to the ES-DE interface from the `retrodeck/roms/scummvm/Beneath a Steel Sky/sky.scummvm` file you just created and can be played after you reload RetroDECK from the Configurator or re-launch the application. diff --git a/wiki-rtd/docs/wiki_emulator_guides/vita3k-guide.md b/wiki-rtd/docs/wiki_emulator_guides/vita3k-guide.md index 6fc3a26a..bdcb68ec 100644 --- a/wiki-rtd/docs/wiki_emulator_guides/vita3k-guide.md +++ b/wiki-rtd/docs/wiki_emulator_guides/vita3k-guide.md @@ -49,12 +49,12 @@ They need to be installed by pressing `File - Install Licence` then either `Sele ## How to: Get games to show up inside the ES-DE interface **Example:**
-In this example we got a game we want to add: `WipEout 2048` +In this example we got a game we want to add: `OutWipe 4820` ### Step 1: Install the Game 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 `WipEout 2048` is a `.pkg` file so we chose the `Install .pkg` option and navigate to the file to install it. +In our example `OutWipe 4820` is a `.pkg` file so we chose the `Install .pkg` option and navigate to the file to install it. #### Step 1b: Add Licences (not always needed) During installation the Vita3K could call for a Licence File or Key.
@@ -64,13 +64,26 @@ Check more above in the **Licence Files and Keys** section. #### Step 1c: Install any DLCs or patches 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: Create the .psvita file -- Create an empty file in `retrodeck/roms/psvita/gamename.psvita`, please mind the `.psvita` extension.
-For example: `roms/psvita/WipEout 2048 (EU).psvita.` -- Edit the empty file adding the game `Title ID` (more below). -- The game should appear in the game list after RetroDECK is re-opened or reloaded from the Utilities. +### Step 2: Check the Title ID of the game -## How to find a title ID -It can be found inside the Vita3K GUI in the Title ID column, or found via web search. -For example the game `WipEout 2048 (EU)` has an ID that is `PCSF00007`. -So simply add `PCSF00007` to the `WipEout 2048 (EU).psvita` file and the setup for this game is complete. + + +In the Vita3K interface the third colum you can see the Title ID of the game you just installed.
+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 +- The `.psvita` file starts as a empty textfile that needs to be created in roms folder `retrodeck/roms/psvita/` +- Name the file `.psvita` +- In our example the file will be called `OutWipe 4820.psvita` + +The end result should look like:
+`retrodeck/roms/psvita/OutWipe 4820.psvita` + +### Step 4: Open the pstvita file and add the Title ID +Open up the empty `OutWipe 4820.psvita` file and just type in the `` in the first row of the file and save, in this example you enter `PCSF00007`.
+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 +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. diff --git a/wiki-rtd/docs/wiki_images/emulators/vita3k/vita3k-titleid.png b/wiki-rtd/docs/wiki_images/emulators/vita3k/vita3k-titleid.png new file mode 100644 index 00000000..d5232495 Binary files /dev/null and b/wiki-rtd/docs/wiki_images/emulators/vita3k/vita3k-titleid.png differ