2025-01-19 08:15:40 +00:00
# Steam ROM Manager (SRM) - General Guide
2025-01-06 11:10:45 +00:00
2025-01-06 14:13:23 +00:00
< img src = "../../../wiki_images/logos/srm-logo.png" width = "150" >
2025-01-06 11:10:45 +00:00
2025-01-24 10:44:33 +00:00
Steam ROM Manager is a tool that helps you import games in bulk and manage artwork for Steam. It has been integrated into RetroDECK since version 0.9.0b.
This tool adds individual games to Steam, incorporates artwork from [SteamGridDB ](https://www.steamgriddb.com/ ), and configures the RetroDECK Steam Input layouts.
2025-01-24 11:59:33 +00:00
**Note:**
2025-01-06 11:10:45 +00:00
2025-01-24 11:59:33 +00:00
Additionally, RetroDECK uses Steam ROM Manager as part of its backend for the `Steam Sync` feature that is documented here.
2025-01-06 11:10:45 +00:00
2025-01-24 11:59:33 +00:00
---
2025-01-06 11:10:45 +00:00
2025-01-06 14:27:18 +00:00
### SRM Links:
2025-01-06 11:10:45 +00:00
2025-01-06 14:27:18 +00:00
[Steam Rom Manager - Webpage ](https://steamgriddb.github.io/steam-rom-manager/ )
2025-01-06 11:10:45 +00:00
2025-01-06 14:27:18 +00:00
[Steam Rom Manager - Github ](https://github.com/SteamGridDB/steam-rom-manager )
2025-01-06 11:10:45 +00:00
2025-01-06 14:27:18 +00:00
[SteamGridDB ](https://www.steamgriddb.com/ )
2025-01-06 11:10:45 +00:00
2025-01-24 11:59:33 +00:00
---
2025-01-24 08:05:28 +00:00
### Warning - Flatpak Steam not yet supported
2025-01-24 10:44:33 +00:00
We haven't added support for the Flatpak version of Steam yet.
2025-01-24 08:05:28 +00:00
2025-01-24 10:44:33 +00:00
### Warning - Exotic ROMs filenames can break the scripts
2025-01-24 08:05:28 +00:00
2025-01-24 10:44:33 +00:00
Some games have symbols in their names that can cause issues with the parser, preventing the game from launching. Symbols like ( ) [ ] are fine, but avoid using:
2025-01-24 08:05:28 +00:00
/ \ { } < > ' * `
2025-01-24 10:44:33 +00:00
Consider renaming games that contain these symbols.
2025-01-24 08:05:28 +00:00
2025-01-19 08:39:58 +00:00
## Folder structure
2025-01-19 08:25:35 +00:00
| Type | Folder | Comment |
| :---: | :---: | :---: |
2025-01-19 08:28:05 +00:00
| Launch Scripts Folder | `retrodeck/roms/.sync/` | This hidden folder contains the auto generated launch scripts for Steam as `.sh` files. | |
2025-01-19 08:25:35 +00:00
| Config Folder |`~/.var/app/net.retrodeck.retrodeck/config/config/steam-rom-manager/` | |
2025-01-07 07:12:44 +00:00
## How-to enable Steam Sync?
2025-01-06 11:10:45 +00:00
2025-01-24 10:44:33 +00:00
Games marked as favorites in ES-DE (with a ⭐ or another icon depending on theme) will sync to Steam with their artwork when you exit the application. They will appear in Steam after you restart it.
2025-01-24 08:05:28 +00:00
2025-01-24 08:26:25 +00:00
### Step 1: Mark games as ⭐ favorites in ES-DE
2025-01-07 07:53:02 +00:00
2025-01-24 08:05:28 +00:00
< img src = "../../../wiki_images/systems/srm/es-de-favorite.png" width = "800" >
2025-01-24 10:44:33 +00:00
Navigate to a game in ES-DE and press the `north button` to mark it as a favorite. This corresponds to the `Y` button on Xbox, the `Triangle` button on PlayStation, and the `X` button on Nintendo.
2025-01-24 08:05:28 +00:00
2025-01-24 08:26:25 +00:00
### Step 2: Enable in Configurator
2025-01-24 08:05:28 +00:00
< img src = "../../../wiki_images/systems/srm/sync-config.png" width = "800" >
2025-01-06 11:10:45 +00:00
2025-01-07 18:07:39 +00:00
< img src = "../../../wiki_images/systems/srm/sync-prompt.png" width = "800" >
2025-01-07 07:53:02 +00:00
2025-01-24 08:05:28 +00:00
Enable the Steam Sync feature inside the Configurator by pressing `Yes` .
2025-01-24 08:26:25 +00:00
### Step 3: Exit RetroDECK to start the Sync
2025-01-24 08:05:28 +00:00
< img src = "../../../wiki_images/systems/srm/sync-loading.png" width = "800" >
2025-01-24 10:44:33 +00:00
**Note:** This process might take a while based on your hardware and game library size.
2025-01-24 08:05:28 +00:00
2025-01-24 10:44:33 +00:00
You can leave the sync window running in the background and use another app or play another game.
2025-01-24 08:05:28 +00:00
2025-01-24 08:26:25 +00:00
### Step 4: Restart / Reload Steam
2025-01-24 08:05:28 +00:00
Steam needs to be restarted before the games show up in your library.
2025-01-24 10:44:33 +00:00
For the Steam Deck, you can either restart the device or switch from `Game Mode` to `Desktop Mode` and back to `Game Mode` to relaunch Steam.
On a PC, simply `Exit Steam` and relaunch it as usual.
2025-01-24 08:05:28 +00:00
2025-01-24 08:33:35 +00:00
### Step 5: Results
< img src = "../../../wiki_images/systems/srm/steam-burger.png" width = "800" >
2025-01-24 10:44:33 +00:00
If everything went correctly, the games should now be added to Steam.
2025-01-24 08:33:35 +00:00
2025-01-24 10:44:33 +00:00
## How-to disable Steam Sync?
2025-01-24 08:05:28 +00:00
2025-01-24 10:44:33 +00:00
Go into the Configurator and press Steam Sync.
2025-01-06 11:10:45 +00:00
2025-01-24 10:44:33 +00:00
If it's enabled, it will ask if you want to disable it.
2025-01-24 08:26:25 +00:00
2025-01-24 10:44:33 +00:00
Just press `Yes` in the prompt.
This will also remove your favorites from Steam.
## How to add RetroDECK doom files using Steam Sync - Grid and Tear Project
2025-01-24 08:05:28 +00:00
< img src = "../../../wiki_images/systems/srm/brutaldoom.png" width = "800" >
[SteamGridDB: Grid and Tear ](https://www.steamgriddb.com/projects/grid-and-tear ) is a project for adding art for various doom mods.
2025-01-24 10:44:33 +00:00
The Steam Sync feature can be used to add RetroDECK doom files.
2025-01-24 08:05:28 +00:00
2025-01-24 10:44:33 +00:00
To add the `.doom` files, simply mark them as ⭐ favorites in ES-DE, and `Steam Sync` will pick them up.
2025-01-24 08:05:28 +00:00
2025-01-24 08:26:25 +00:00
**Search if the mod has art**
2025-01-24 08:05:28 +00:00
2025-01-24 08:26:25 +00:00
Go to [SteamGridDB: Grid and Tear ](https://www.steamgriddb.com/projects/grid-and-tear ) and search for what mods are supported currently with art.
**Give the .doom file a matching name**
2025-01-24 10:44:33 +00:00
Match the names of the `.doom` files with how they are called on SteamGridDB for the art to be correctly scraped.
2025-01-24 08:05:28 +00:00
[Example - SteamGridDB: Brutal DOOM ](https://www.steamgriddb.com/game/5249817 )
The file in this case is called `Brutal Doom.doom` .
2025-01-24 08:26:25 +00:00
**If you are unsure on how to create doom files**
[Guide: How to create RetroDECK .doom file ](../../wiki_engine_guides/gzdoom/retrodeck-doomfile.md )
2025-01-24 09:55:03 +00:00
## Can I do advanced tweaking in SRM?
< img src = "../../../wiki_images/systems/srm/srm-window.png" width = "800" >
2025-01-24 10:44:33 +00:00
Yes, you can open the entire SRM interface from the Configurator. You can tweak it as much as you like.
2025-01-24 09:55:03 +00:00
2025-01-24 10:44:33 +00:00
To access it, go to:
2025-01-24 09:55:03 +00:00
`Configurator` -> `Open Emulator / Component` -> `Steam Rom Manager` .
2025-01-24 10:44:33 +00:00
If you break something, you can reset it to default via:
2025-01-24 09:55:03 +00:00
`Configurator` -> `Troubleshooting` -> `Reset` -> `Component` -> `Steam Rom Manager` .
2025-01-19 08:05:54 +00:00
## How does it work?
2025-01-24 10:44:33 +00:00
When you activate the sync function, launch scripts are created in a hidden folder: `retrodeck/.sync/` .
2025-01-19 08:05:54 +00:00
2025-01-24 10:44:33 +00:00
These scripts are then added to Steam to launch your games.
2025-01-19 08:05:54 +00:00
2025-01-24 10:44:33 +00:00
There are two types of launch commands in the script:
2025-01-19 08:05:54 +00:00
2025-01-24 10:44:33 +00:00
1. Regular launch command: `flatpak run net.retrodeck.retrodeck 'retrodeck/roms/<system>/<game>`
2. Future Steam Flatpak support command: `flatpak-spawn --host flatpak run net.retrodeck.retrodeck 'retrodeck/roms/<system>/<game>`
2025-01-19 08:05:54 +00:00
2025-01-24 10:44:33 +00:00
The second command is for future Steam Flatpak support, as it requires the flatpak-spawn permission to launch the games and must be manually enabled by the user.
2025-01-19 08:05:54 +00:00
2025-01-24 11:59:33 +00:00
Currently, games are not added to Flatpak Steam via Steam Sync.