Skip to content

lukashoracek/RGBOff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RGBOff

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.

Usage

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.

  1. Make sure folder containing OpenRGB is in your PATH environment variable
  2. 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)
  3. 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

Known issues

  • 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

About

A SpecialK plugin to automatically change OpenRGB profile while gaming

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published