A DLL intended to be used as a SpecialK custom plugin. This plugin automatically turns off RGB or just changes the RGB profile using OpenRGB while gaming and then returns it to a specific profile.
Warning
As with the general usage of SpecialK, be careful when using this in games with any kind of anti-cheat. I am not responsible for any bans or other issues. Use at your own risk.
- Make sure folder containing OpenRGB is in your
PATH
environment variable - Create two OpenRGB profiles:
- default: Profile which will be used when the game exists (for example standard RGB light setup)
- off: Profile which will be set when the game starts (for example all RGB lights off)
- Use SpecialK overlay to add the plugin manually or add this to your game's SpecialK config:
[Import.RGBOff64]
Architecture=x64
Role=ThirdParty
When=Lazy
Filename=\PATH\TO\RGBOff_x64.dll
[Import.RGBOff32]
Architecture=Win32
Role=ThirdParty
When=Lazy
Filename=\PATH\TO\RGBOff_x86.dll
- In some cases exiting a game might not return the OpenRGB profile to the default profile
- A game launcher might cause RGB to not turn off properly
- Running the game or OpenRGB as an administrator might cause this plugin to not work at all