A short script for use with AutoHotkey (and Streamerbot) to hide stream overlays while viewing menus in Blue Prince
AutoHotkey is free and open-source. Download is available at https://www.autohotkey.com/
Add the script to your AutoHotkey folder or any other folder, and double click it to run.
Create an action in StreamerBot that performs the desired outcome. The default name for the action is "HideBPOverlay". An example action is included as an import that toggles off camera and overlay.
Be sure to turn on the StreamerBot HTTP Server and optionally toggle the option for AutoStart.
It is recommended to create another action that runs the script, such as on stream start, to prevent the need to manually run the script in AutoHotkey.
The script includes a few images that are present in menus throughout the game, and sends a signal to StreamerBot when those images are present on screen.
You can add your own images by adding a new line with the image path to the ImageFiles array.
The name of the action can be changed in the script to match the name in StreamerBot via the ActionName variable.