Skip to content

ItalianDudes/SteamGameRandomizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SteamGameRandomizer

Randomize a game from your installed steam games.

Settings.json Example

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"
  ]
}

Settings Explanation

  • "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).

About

Randomize a game from your installed steam games.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages