From c35a7e3ec45128a78bcef117105a258011c68c86 Mon Sep 17 00:00:00 2001 From: Lazorne Date: Wed, 6 Dec 2023 11:45:22 +0100 Subject: [PATCH] ScummVM --- .../wiki_emulator_guides/scummvm-guide.md | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/wiki-rtd/docs/wiki_emulator_guides/scummvm-guide.md b/wiki-rtd/docs/wiki_emulator_guides/scummvm-guide.md index dbc2f7eb..b993350f 100644 --- a/wiki-rtd/docs/wiki_emulator_guides/scummvm-guide.md +++ b/wiki-rtd/docs/wiki_emulator_guides/scummvm-guide.md @@ -15,8 +15,6 @@ [ScummVM Webpage](https://www.scummvm.org/) -
- --- ## Where to put the games? @@ -25,38 +23,33 @@ ScummVM games should be put into the `retrodeck/roms/scummvm/` directory.
## Does ScummVM require BIOS or Firmware? No -
- ## How to: Get games to show up inside the ES-DE interface +**Example:**
In this example we got a game we want to add the game: `Beneath a Steel Sky` -### Step one: Add the game +### Step 1: Add the game Move the unzipped directories into the `retrodeck/roms/scummvm/` folder.
The result should be: `retrodeck/roms/scummvm/Beneath a Steel Sky/` -### Step two: Check the ScummVM ID of the game +### Step 2: Check the ScummVM ID of the game -
- 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 three: Create the ScummVM file +### 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`
- 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 four open the .scummvm file and add the +### Step 4: open the .scummvm file and add the 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`. -### The game should now run +### 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.