SKSE plugin that allows hiding notifications based on customizable rules.
More information can be found at Nexus Mods mod page.
- CMake
- Add this to your
PATH
- Add this to your
- The Elder Scrolls V: Skyrim Special Edition
- Supports game version 1.6.640 (Anniversary Edition) and 1.5.97 (Special Edition)
- Vcpkg
- Add the environment variable
VCPKG_ROOT
with the value as the path to the folder containing vcpkg
- Add the environment variable
- Visual Studio Community 2022
- Desktop development with C++
git clone https://github.com/miere43/notification-filter
cd notification-filter
vcpkg install --triplet=x64-windows-static-md
Open notification-filter
folder in Visual Studio 2022 and build.
test
folder contains plugin that can be used to test Papyrus notifications.scripts
folder contains shortcuts to open INI file, log file, copy Release DLL into MO2 folder.