A Millennium plugin that adds extra functionality for the Steam Library tab.
- To automatically select a game when opening the Library, set
autoselectto its name - To automatically open Game Details when clicking a game, set
open_detailstotrue - To automatically resize the Game List when opening the Library, set
library_sizeto 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_systraytotrue- To customize the text of the menu item, set
millennium_systray_textto your desired value - Steam has to be restarted for this configuration to take effect!
- To customize the text of the menu item, set
- To remove the What's New section of the Library, set
remove_newstotrue - To remove the "Would you recommend this game to other players?" section of app pages, set
remove_review_asktotrue - To add items to the extra Settings menu of every game, fill
extra_optionswith 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
- To mark Shortcuts (non-Steam games) as not installed, set
mark_shortcuts_offlinetotrue - To makr SHortcuts (non-Steam games) with missing binaries as not installed, set
check_shortcuts_existtotrue - To add a Restart menu item to the Steam menu, set
restart_menutotrue- To customize the text of the menu item, set
restart_menu_textto your desired value - Steam has to be restarted for this configuration to take effect!
- To customize the text of the menu item, set
- To add a "Scroll to App" item to the extra Settings menu of every game, set
scroll_to_apptotrue - To up/downgrade an app using a selected manifest:
- Set
app_downgradertotrue - Open the Properties window of an app
- Under Updates, click the
Custom Up/Downgradebutton - Click the wanted Depot ID
- Click the wanted Manifest ID
- Wait for the depot to be downloaded and the app patched
- The app is also set to only update on launch
- When all is done, the button will display
Done!
- Set
- To disable the download button for screenshots in the Community Hub, set
community_downloadtofalse
Big thanks to canitakemasoulbackpls!
<STEAM>\plugins\steam-librarian\config.json
- "Scroll to App" is unfortunately janky and doesn't always work