You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -28,10 +28,11 @@ again when you get more games or want to update the category overlays.
28
28
* Add the extension `.logo`/`_hero` before the image extension for logo art `Psychonauts.logo.png`, `3830_logo.png`
29
29
4.*(optional)* Generate a some API Keys to enhance the automatic search:
30
30
*[SteamGridDB API Key](https://www.steamgriddb.com/profile/preferences)
31
-
*[IGDB API Key](https://api.igdb.com/signup)
31
+
*[IGDB API Client/Secret](https://api-docs.igdb.com/#about)
32
32
5. Run `steamgrid` and wait. No, really, it's all automatic. Not a single key press required.
33
33
**(optional)* Append `--steamgriddb <api key>` if you've generated one before.
34
-
**(optional)* Append `--igdb <api key>` if you've generated one before.
34
+
**(optional)* Append `--igdbclient <igdb client>` if you've genereated one before.
35
+
**(optional)* Append `--igdbsecret <igdb secret>` if you've genereated one before.
35
36
**(optional)* Append `--types <preference>` to choose your preferences between animated steam covers or static ones Available choices : `animated`,`static`. Default : `static`. You can use `animated,static` to download both while preferring animated covers, and `static,animated` for preferring static covers.
36
37
**(optional)* Append `--styles <preference>` to choose your preferences between the different covers styles from steamgriddb. Available choices : `material`,`white_logo`,`alternate`,`blurred`,`no_logo`. Default: `alternate`. You can also input multiple comma-separated choices in the same manners of the `--types` argument.
37
38
**(optional)* Append `--appids <appid1,appid2>` to only process the specified appID(s)
steamGridDBStyles:=flag.String("styles", "alternate", "Comma separated list of styles to download from SteamGridDB.\nExample: \"white_logo,material\"")
0 commit comments