From d6b41353e9b7f82189e93b4c166c47e501155f77 Mon Sep 17 00:00:00 2001 From: Chris Dock Date: Thu, 30 Mar 2023 23:43:01 -0400 Subject: [PATCH 1/3] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c61d4ccb34..704493780c 100644 --- a/README.md +++ b/README.md @@ -57,12 +57,13 @@ In addition to flexible importing of ROMS, SRM now has several *platform parsers |Parser|Windows|Mac OS|Linux| |---|---|---|---| |[Amazon Games](https://gaming.amazon.com/amazon-games-app)|✅|🟦|🟦| +|[EA Desktop](https://www.ea.com/ea-app)|✅|🟦|🟦| |[Epic](https://store.epicgames.com/en-US/)|✅|✅|🟦| -|[Legendary](https://github.com/derrod/legendary)|✅|✅|✅| |[GOG Galaxy](https://www.gog.com/galaxy)|✅|❌|🟦| |[Itch.io](https://itch.io/app)|✅|✅|✅| +|[Legendary](https://github.com/derrod/legendary)|✅|✅|✅| |[UPlay](https://ubisoftconnect.com/en-US/)|✅|❌|🟦| -|[EA Desktop](https://www.ea.com/ea-app)|✅|🟦|🟦| + ✅ Implemented ❌ Planned From c4d3f1c35ccbcb135cb7151668928180663a97ea Mon Sep 17 00:00:00 2001 From: Chris Dock Date: Thu, 30 Mar 2023 23:50:44 -0400 Subject: [PATCH 2/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 704493780c..a50d53d8dd 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,8 @@ If you're on a Steam Deck we recommend setting everything up through [EmuDeck](h # Parsers +Parsers are the heart and soul of SRM. If Steam is the octopus, then these are its tentacles — reaching into your ROM directories and the databases and manifest files of other game stores and pulling out the games you want. + ## ROM Parsers ROM parsers allow one to import shortcuts using search strings, e.g. `games/${title}.@(iso|rvz)`, or in the case of the manual parser by specifying ROM locations directly. From eccc5b687f7d1e1880b18e110e28f7eb4e5583b1 Mon Sep 17 00:00:00 2001 From: Chris Dock Date: Thu, 30 Mar 2023 23:53:09 -0400 Subject: [PATCH 3/3] Update README.md --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a50d53d8dd..023ca6969d 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,13 @@ Steam ROM Manager [![Discord](https://img.shields.io/discord/488621078302949377?color=5865F2&label=SRM&logo=discord&logoColor=white)](https://discord.gg/bnSVJrz) [![Chocolatey](https://img.shields.io/chocolatey/dt/steam-rom-manager?color=blue&label=Chocolatey%20package)](https://community.chocolatey.org/packages/steam-rom-manager) [![Crowdin](https://badges.crowdin.net/steam-rom-manager/localized.svg)](https://crowdin.com/project/steam-rom-manager) -# For users +# Overview -Steam ROM Manager is a super flexible tool for adding non-Steam games to Steam in bulk and managing their artwork assets and controller templates. Added games could be ROMs for emulators, games from other stores such as Epic or GOG, or even not games at all. Have you always wanted your notes from junior year as a category in steam? If so that's pretty weird! But now it's possible. +Steam ROM Manager (SRM) is a super flexible tool for adding non-Steam games to Steam in bulk and managing their artwork assets and controller templates. Added games could be ROMs for emulators, games from other stores such as Epic or GOG, or even not games at all. Have you always wanted your notes from junior year as a category in steam? If so that's pretty weird! But now it's possible. For an overview of how SRM works see [here](https://steamgriddb.github.io/steam-rom-manager/). There is plenty of documentation available in the app's built in FAQ, and if you need further help there are expert users to be found on the [SGDB discord](https://discord.gg/bnSVJrz) under the Steam ROM Manager category and the [SRM subreddit](https://www.reddit.com/r/SteamRomManager/). -Check out the [releases page](https://github.com/SteamGridDB/steam-rom-manager/releases) for compiled downloads for Windows (exe), macOS (dmg) and Linux (AppImage, deb). +Check out the [releases page](https://github.com/SteamGridDB/steam-rom-manager/releases) for compiled downloads for Windows (exe), macOS (dmg), and Linux (AppImage, deb). The Windows version is also available as a [Chocolatey package](https://community.chocolatey.org/packages/steam-rom-manager). @@ -21,6 +21,8 @@ The Linux version is also available as a [Flatpak](https://flatpak.org) at [Flat * On some distributions Flatpak must be [pre-configured manually](https://flatpak.org/setup). * The AppImage needs to be [made executable](http://discourse.appimage.org/t/how-to-make-an-appimage-executable/80) after download. +If you're on a Steam Deck we recommend setting everything up through [EmuDeck](https://www.emudeck.com/), as it will install and automatically configure Steam ROM Manager and whatever emulators you want. + # Support If you enjoy Steam ROM Manager and want it to continue to be useful consider supporting [SteamGridDB](https://www.steamgriddb.com/)'s Patreon. [SteamGridDB](https://www.steamgriddb.com/) hosts all of the artwork Steam ROM Manager uses to make your Steam library the envy of the town, so we should probably help them keep their lights on. @@ -35,10 +37,6 @@ If you're feeling exceptionally generous then feel free to also buy me a coffee! Buy Me A Coffee -# Steam Deck Users - -If you're on a Steam Deck we recommend setting everything up through [EmuDeck](https://www.emudeck.com/), as it will install and automatically configure Steam ROM Manager and whatever emulators you want. - # Parsers Parsers are the heart and soul of SRM. If Steam is the octopus, then these are its tentacles — reaching into your ROM directories and the databases and manifest files of other game stores and pulling out the games you want.