RetroDECK/wiki-rtd/docs/wiki_emulator_guides/scummvm-guide.md

56 lines
2.1 KiB
Markdown
Raw Normal View History

2023-12-05 18:50:46 +00:00
# Guide: ScummVM
2023-12-06 10:41:54 +00:00
<img src="../../wiki_images/logos/scummvm-logo.svg" width="150">
2023-12-05 18:50:46 +00:00
2023-12-06 10:41:54 +00:00
---
### ScummVM Links:
[ScummVM Guides](https://docs.scummvm.org/en/v2.7.1/)
[ScummVM Game Compatibility and ID List](https://www.scummvm.org/compatibility)
[ScummVM Wiki](https://wiki.scummvm.org/index.php?title=Main_Page)
[ScummVM Github](https://github.com/scummvm/scummvm)
[ScummVM Webpage](https://www.scummvm.org/)
2023-12-06 09:25:54 +00:00
---
2023-12-06 10:41:54 +00:00
## Where to put the games?
ScummVM games should be put into the `retrodeck/roms/scummvm/` directory.<br>
## Does ScummVM require BIOS or Firmware?
No
## How to: Get games to show up inside the ES-DE interface
2023-12-06 10:45:22 +00:00
**Example:** <br>
2023-12-06 10:48:06 +00:00
In this example we got a game we want to add: `Beneath a Steel Sky`
2023-12-06 10:41:54 +00:00
2023-12-06 10:45:22 +00:00
### Step 1: Add the game
2023-12-06 10:41:54 +00:00
2023-12-06 13:00:23 +00:00
Move the uncompressed game into the `retrodeck/roms/scummvm/` folder.<br>
2023-12-06 10:41:54 +00:00
The result should be: `retrodeck/roms/scummvm/Beneath a Steel Sky/`
2023-12-06 10:45:22 +00:00
### Step 2: Check the ScummVM ID of the game
2023-12-06 10:41:54 +00:00
<img src="../../wiki_images/emulators/scummvm/scummvm-sky.png">
Go into [ScummVM Game Compatibility and ID List](https://www.scummvm.org/compatibility)<br>
Search for `Beneath a Steel Sky` make a note of the ScummVM ID in this case called: `sky`
2023-12-06 14:49:07 +00:00
### 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_ID>.scummvm`
2023-12-06 10:41:54 +00:00
- 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:<br>
`retrodeck/roms/scummvm/Beneath a Steel Sky/sky.scummvm`
2023-12-06 10:50:07 +00:00
### Step 4: Open the .scummvm file and add the ScummVM_ID
2023-12-06 14:49:07 +00:00
Open up the empty `sky.scummvm` file and just type in the `<ScummVM_ID>` 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`.
2023-12-06 10:41:54 +00:00
2023-12-06 10:45:22 +00:00
### Step 5: The game should now run
2023-12-06 14:49:07 +00:00
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.