-
Posts
178 -
Joined
-
Last visited
Content Type
Profiles
Forums
Articles
Downloads
Gallery
Blogs
Files posted by Nielk1
-
Steam Tools Plugin
By Nielk1 in Third-party Apps and Plugins
This is a test release of Steam Tools for LaunchBox.
To install, unzip the contents of the ZIP into LaunchBox's Plugins folder. This plugin now supports being in a subfolder.
Current Features:
Basic Steam game import functionality Options Menu Automatic custom field if using LB Premium for use in playlists Optional automatic Hiding of uninstalled Steam games Optional automatic Un-Hiding of installed Steam games Background task for automatic updating of Installed/Uninstalled fields Basic loading of Metadata from Steam Option to download Clear Logos, Steam-Grid, and Header (as Fanart) images from Steam Source Code: https://github.com/Nielk1/LaunchBoxSteamToolsPlugin
553 downloads
-
Cleaner System MenuItems
By Nielk1 in Third-party Apps and Plugins
Simple optional plugin that organizes ISystemMenuItemPlugin plugins.
A plugin that would like to use this feature must add one of two properties:
// C# 6.0 lambda property initialization public Type CleanerSystemMenuItems_ParentPluginMenuItem => typeof(ClassNameOfParentISystemMenuItemPlugin); public string CleanerSystemMenuItems_ParentMenuItem => "stocknameOfToolStripMenuItem"; // classic property initialization public Type CleanerSystemMenuItems_ParentPluginMenuItem { get { return typeof(ClassNameOfParentISystemMenuItemPlugin); } } public string CleanerSystemMenuItems_ParentMenuItem { get { return "stocknameOfToolStripMenuItem"; } } Possible values for CleanerSystemMenuItems_ParentMenuItem:
installDosGameToolStripMenuItem editDefaultToolStripMenuItem manageEmulatorsToolStripMenuItem managePlatformsToolStripMenuItem editAutoHotkeyDosBoxToolStripMenuItem editAutoHotkeyScummVmToolStripMenuItem editAutoHotkeyWindowsToolStripMenuItem selectRandomGameToolStripMenuItem downloadToolStripMenuItem downloadPlatformThemeVideosToolStripMenuItem scanForAddedRomsToolStripMenuItem scanForRemovedRomsToolStripMenuItem importToolStripMenuItem auditToolStripMenuItem consolidateRomsToolStripMenuItem createMissingArcadePlaylistsToolStripMenuItem cleanUpImagesToolStripMenuItem refreshImagesToolStripMenuItem refreshSelectedImagesToolStripMenuItem optionsToolStripMenuItem Source Code: https://github.com/Nielk1/LaunchBox_CleanerSystemMenuItems
95 downloads
0 comments
Updated