Randomize a game from your installed steam games.
This is an example of a working settings.json:
{
"show_game_list": true,
"external_non_steam_games": [
"Minecraft"
],
"steam_game_exclusions": [
"Steam Controller Configs",
"Steamworks Shared",
"wallpaper_engine",
"SteamLinuxRuntime_sniper",
"3DMark",
"Proton 9.0 (Beta)"
],
"steam_game_paths": [
"C:\\Program Files (x86)\\Steam",
"D:\\Steam"
]
}- "show_game_list": Show the full game list after being loaded.
- Accepted values: true | false.
- "external_non_steam_games": Add to the final list some game names, useful when you want to add some games that are not installed via steam.
- Accepted values: Game Names (String).
- "steam_game_exclusions": Filter some "games" from the game list. Useful to filter away unwanted games and apps or Steam stuff like "Steamworks Shared". These names must be looked up from the game list printed after being loaded.
- Accepted values: Game List Showed Names (String).
- "steam_game_paths": The list of paths where the program can find steam games. This list must contain AT LEAST one valid entry.
- Accepted values: Steam Paths (String).