SteamGrid is a standalone, fire-and-forget program to enhance Steam's grid view and Big Picture. It preloads the banner images for all your games (even non-Steam ones) and applies overlays depending on your categories.
You run it once and it'll set up everything above, automatically, keeping your existing custom images. You can run again when you get more games or want to update the category overlays.
- Download the latest version and extract the zip wherever.
- (optional) Name the overlays after your categories. So if you have a category "Games I Love", put a nice little heart overlay there named
games i love.banner.png
. You can rename the defaults that came with the zip or get new ones at /r/steamgrid.- Add the extension
.banner
before the image extension for banner art:games i love.banner.png
- Add the extension
.cover
before the image extension for cover art:games i love.cover.png
- Add the extension
.hero
before the image extension for hero artgames i love.hero.png
- Add the extension
.logo
before the image extension for logo artgames i love.logo.png
- Add the extension
- (optional) Download a pack of custom images and place it in the
games/
folder. The image files can be either the name of the game (e.g.Psychonauts.banner.png
) or the game id (e.g.3830.png
).- Add the extension
.banner
before the image extension for banner art:Psychonauts.banner.png
,3830.png
- Add the extension
.cover
/p
before the image extension for cover art:Psychonauts.cover.png
,3830p.png
- Add the extension
.hero
/_hero
before the image extension for hero artPsychonauts.hero.png
,3830_hero.png
- Add the extension
.logo
/_hero
before the image extension for logo artPsychonauts.logo.png
,3830_logo.png
- Add the extension
- (optional) Generate a some API Keys to enhance the automatic search:
- Run
steamgrid
and wait. No, really, it's all automatic. Not a single keypress required.- (optional) Append
--steamgriddb <api key>
if you've generated one before. - (optional) Append
--igdb <api key>
if you've genereated one before.
- (optional) Append
- Read the report and open Steam in grid view to check the results.
- Grid images are used both in the grid view and Big Picture mode, and SteamGrid works on both.
- Automatically detects Steam installation even in foreign language systems. If it still doesn't work for you, just drag and drop the Steam installation folder onto the executable for a manual override.
- Detects all local Steam users and customizes their grid images individually.
- Downloads images from two different servers, and falls back to a Google search as last resort (don't worry, it'll tell you if that happens).
- If a game is missing an official banner and a name (common for prototypes), it gets the name from SteamDB and google searches the banner.
- Loads your categories from the local Steam installation.
- Applies transparent overlays based on each game categories (make sure the name of the overlay file is the name of the category).
- If you already have any customized images it'll use them and apply the overlay, but keeping a backup.
- If you have images in the directory
games/
, it'll search by game name or by id and use them. - Works just as well with non-Steam games.
- Supports PNG and JPG images.
- Supports games with multiple categories.
- No installation required, just extract the zip and double click.
- Works with Windows, Linux, and MacOS, 32 or 64 bit.
- 100% fire and forget, no interaction required, and can cancel and retry at any moment.
- Why are there crowns and other icons on top of my images?: Those are the default overlays for categories, found in the folder
overlays by category/
. You can download new ones, or just delete the file and re-run SteamGrid to remove the overlay. - Fails to find steam location: You can drag and drop the Steam installation folder (not the library!) into
steamgrid.exe
for a manual override. - A few images were not found: Some images are hard to find. The program may miss a game, especially betas, prototypes and tests, but you can set an image manually through the Steam client (right click >
Set Custom Image
). Runsteamgrid
again to apply the overlays. If you know a good source of images, drop me a message. - No overlays found: make sure you put your overlays inside the
overlays by category
folder, and it's near the program itself. This error means absolutely no overlays were found, without even taking your categories names into consideration. - It didn't apply any overlays: ensure the overlay file name matches your category name, including possible punctuation (differences in caps are ignored). For example
favorites.png
is used for theFavorites
category. - I'm worried this is a virus: I work with security, so no offense taken from a little paranoia. The complete source code is provided at this Github repo. If you are worried the binaries don't match the source, you can install Go on your machine and run the sources directly. All it does is save images inside
Steam/userdata/ID/config/grid
. It does connect to the internet, but only to fetch game names from you Steam profile and download images into the Steam's grid image folder. Nothing is installed or saved in the Windows registry, and aside from images downloaded it should leave the computer exactly as it found.
If you encounter any problems please open an issue. All critics and suggestions are welcome.