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

Character name concatenated to the said speech #365

Open maokalon opened 4 years ago

maokalon commented 4 years ago

In some game the character name is concatenated to the said speech image

Some circles that problably uses the same text method giving the above result: https://www.dlsite.com/maniax/circle/profile/=/maker_id/RG16346.html https://www.dlsite.com/maniax/circle/profile/=/maker_id/RG35784.html

As a fix I recomend a extention injecting "「」" limiting the new lines when ther is none, like Libellule uses in his RPGMakerMVGame Hook patcher from https://ulmf.org/threads/rpgmakermvgame-hook-patcher-how-to-hook-rpg-maker-mv-games.8960/ image image

Artikash commented 4 years ago

184

bellugaa commented 3 years ago

The command you left on the other thread (^.{1,8}? ) only works with "King Salo" right? How do we create our own command? Because I'm having the same problem and actually tried that command but it only removed the first letter of the name. "Rei" = "Ei"

Artikash commented 3 years ago

Could you attach your replacement script?

bellugaa commented 3 years ago

Hi! Thanks for replying, I actually managed to resolve 95% of the problem, my only issue now, is that sometimes, the name and some text that is prior to it gets omitted, but it is sporadic. I will attach everything because, I limit-tested a lot. In screenshot_1 the line starts with her name, and it got omitted in Textractor, but if it had, lets suppose two letters before the name, it would likely get omitted as well.

Once again, thanks a lot for this insane tool, it really is amazing.

On Sat, Jul 18, 2020 at 2:06 AM Akash Mozumdar notifications@github.com wrote:

Could you attach your replacement script?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Artikash/Textractor/issues/365#issuecomment-660398485, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQKEVWODEIEBCPEXA4MH6NDR4DYPTANCNFSM4NLTHLHQ .