- Jun 29, 2023
- 2
- 4
As I played more with this I found the way character names kept getting repeated annoying, so here's a Regex filter for anyone who wants to remove them: (.+?)\1{2}Oh yes, i remembered that i have made a simple guide about a tool that may help in cases like these ones.
It's not like a proper clean translation, but it can really helps.
Just follow the instructions in the images after download the tool.
It's very simple since it only checks for characters that get repeated three times in a row, and from my time playing this game it seems like only the initial character names behave that way, so it shouldn't remove random text or names
Edit: I found this filter to work a lot better: |REGEX|(.+?)\1{2}|BECOMES||MODIFIER||END|
Copy paste it to the "SavedRegexReplacements.txt" file in the Textractor folder, then add the "Regex Replacer" extension to the top of your extension list
Last edited: