Artikash / Textractor

Extracts text from video games and visual novels. Highly extensible.
GNU General Public License v3.0
2.01k stars 201 forks source link

Textractor seems to be ignoring a regex filter #1125

Closed Vincent-Dawn closed 6 months ago

Vincent-Dawn commented 11 months ago

For some reason Textractor is ignoring regex filter |REGEX| |BECOMES||MODIFIER|g|END| when it's attached to Haishinsha no Chouten ni Ore wa Datsu!.

When part of a sentence in the game reaches the end of the dialogue box there will be a space in that line even when |REGEX| |BECOMES||MODIFIER|g|END| is entered in the regex filter box.

It works for other VNs that have spaces in their sentences when it gets cut off by the dialogue box, like Pin-Point VNs, but not for Studio Ubai VNs.

Vincent-Dawn commented 11 months ago

@Blu3train

Blu3train commented 11 months ago

It has nothing to do with "regex filter". That syntax is the one to insert in the file generated by the "Regex Replacer" extension SavedRegexReplacements.txt

Vincent-Dawn commented 11 months ago

Sorry for tagging you I didn't know if you were still active here and I really appreciate all help you do for this program, whether it's updating it, providing a text hook for a vn, providing a filter or replacement, or issues with game itself that affect Textractor (such as setting the text speed of a game to avoid filtering text).