A Millennium plugin that adds extra functionality for the Steam Library tab.
- To automatically select a game when opening the Library, set
autoselect
to its name - To automatically open Game Details when clicking a game, set
open_details
totrue
- To automatically resize the Game List when opening the Library, set
library_size
to a value (may not work on all themes)- Pixels:
NNpx
, example:60px
- Percentage:
NN%
, example:10%
- Pixels:
- To add a Millennium menu item to the System Tray menu, set
millennium_systray
totrue
- Steam has to be restarted for this configuration to take effect!
- To remove the What's New section of the Library, set
remove_news
totrue
- To add items to the extra Settings menu of every game, fill
extra_options
with a list of objects:- To run a command, add
{ "title": "TITLE_HERE", "command": "COMMAND_HERE <APPID>" }
- To open a webpage, add
{ "title": "TITLE_HERE", "url": "URL_HERE/<APPID>" }
<APPID>
will be replaced by the Steam AppID<NAME>
,<NAME_HYPHEN>
and<NAME_UNDER>
will be replaced by the game name
- To run a command, add
Big thanks to canitakemasoulbackpls!
<STEAM>\plugins\steam-librarian\config.json
- The old issues should now be fixed!