Skip to content

Commit

Permalink
Updated INI file.
Browse files Browse the repository at this point in the history
  • Loading branch information
miere43 committed May 13, 2022
1 parent b66cab8 commit b407e67
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions NotificationFilter.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
; NotificationFilter
; - SKSE plugin that allows hiding notifications based on customizable rules.
; - More information: https://www.nexusmods.com/skyrimspecialedition/mods/67925

[General]
; Specifies what notifications will go through filtering.
; Possible values:
Expand All @@ -9,6 +13,8 @@ FilterType=All

; Logs information about every loaded pattern and every processed notification.
; Use this to determine why filtering doesn't work.
; Log file is located in Documents folder (you can copy this string and paste it into File Explorer's address bar):
; %USERPROFILE%\Documents\My Games\Skyrim Special Edition\SKSE\NotificationFilter.log
EnableLog=false

[Filters]
Expand All @@ -21,13 +27,16 @@ EnableLog=false
; - Set "FilterType" option to "All" in [General] section and try again.
; - Set "EnableLog" option in [General] section and check log file.
;
; Examples:
; Examples (remove semicolon at line start to enable filter!):
; Hide=You cannot equip this item.
; Hide=Autosaving...
; Hide=Quicksaving...
; Hide=CBBE 3BA Physics Manager : Json loaded done
; Hide=Apply Actor SMP Physics List done
; Hide=Diorama Studios: Initialized.
; Hide=VividWeatherRain added
; HideRegex=MCM: Registered \d+ new menu\(s\)\.
; HideRegex=Groovtama: XPMSE2 successfully detected on Actor: \w+\. Have a nice day!
; HideRegex=Critical Strike on .+
; HideRegex=ScreenShot: File '\w+\.\w+' created\.
; HideRegex=Sneak attack for \d+\.\dX damage!
; HideRegex=MCM: Registered \d+ new menu\(s\)\.
; HideRegex=Groovtama: XPMSE2 successfully detected on Actor: \w+\. Have a nice day!

0 comments on commit b407e67

Please sign in to comment.