kanan
kanan copied to clipboard
Unicode string filter
There are certain messages in the middle of the screen that bother me, I like to keep it clear:
Lucky Finish Big Lucky Finish Press V to take off Your arms are too short to gather from here You have opened the door using dungeon key Enhancement effects are beginning to take effect That nimbus summon text covering half of my damn screen
These are just a few notable examples, there's more. These messages are not in the data folder, they are in unicode form found in client.exe
, and I could edit them all out myself one by one and have it as my personal script, but then I thought;
Wouldn't it be cool if there was a way to filter them out based on keywords, similar to PartyChatMarketFilter.js
?
You'd just type "arms are too short" into the filter list and that message won't appear again.