Steam has the Big Picture mode and grid view, but they are not perfect. SteamGrid is a small program to enhance them. It does three things:
- Cache all game images, so you can browse without internet access or that annoying delay
- Automagically search, download and set custom images for games that are missing it
- Apply overlays based on your categories
You run it once and it'll set up everything above, automatically. You can run again when you get more games or want to update the category overlays.
SteamGrid supports Windows and Linux (32 or 64bit), and even non-Steam games.
- Download 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.png". You can rename the defaults that came with the zip or get new ones at /r/steamgrid.
- Run
steamgrid
, wait a few seconds and close the window. No, really, it's all automatic. Not a single keypress required. - Open Steam in grid view and 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).
- 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.
- 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 and Linux, 32 or 64 bit.
- 100% fire and forget, no interaction required, and can cancel and retry at any moment.
- 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. - Can't load profile: make sure you are connected to the internet.
- 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. The only files it touches are the ones inside
Steam/userdata
and theoverlays by category
folder. 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.