This is just a quick note about installing extra plugins.
A plugin for LCDHost is distributed as a ".dll" file. When you download a plugin, you will always find at least one such file inside the package, although there could also be other supporting files or source code. Check the author's release notes for any specific instructions, but generally all you need to do is copy the ".dll" file into LCDHost's Plugins folder.
If LCDHost is already running it will automatically identify that a new plugin is available.
What happens next will depend on whether the plugin is signed or not. By default LCDHost will automatically load signed plugins. For an unsigned plugin however, it will
not automatically load it. This is because plugins that are not signed are not immediately trusted. In order to have the plugin run, you must tell the application that the plugin is safe and that it is ok to load it. You'll have to do this once per plugin and again whenever you update the plugin; once you've told LCDHost that a plugin is safe it will continue to load in the future, until you update it. Rarely LCDHost may not remember that you have marked a plugin as safe. In this case just mark it again - usually such an issue occurs only once if at all.
So, to load a new unsigned plugin:
- Open LCDHost
- Go to the Plugins tab. From here you can see all the plugins LCDHost has detected.
- Find the plugin you just added and select it
- Check the "I trust this plugin, allow it to load unverified" box.
- Click the load button.
This plugin will now load each time the LCDHost starts and will work as intended.
Signed plugins do not need these steps, just put the dll in the plugins folder and you're good to go.