Artikash / Textractor

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

Split vertical text issue #1000

Open Kathisofy opened 1 year ago

Kathisofy commented 1 year ago

translate1 I've been trying to play Harukanaru Toki no Naka de 4 on PPSSPP with textractor and it only picks up on the first line of text in a speech bubble.
translate2 I could see in cheat engine that the developers split it like that to fit in the bubbles. translate3 pasting the hex from cheat engine and putting it back into SJIS shows that the text is all there. It's from addresses 183f6814 to 183f6864 but textractor doesn't go past the first line. Is there a way to tell textractor to hook from one address and stop at another? putting in the full sentence will not hook but each individual line will. translate4 I'm trying to use the thread linker extension but once I have things linked, where does it go? How do I see the linked text? I've done a lot of searching to find answers about thread linker with unhelpful results. what am I doing wrong?

shoaibshakeel381 commented 1 year ago

Not sure about your first query. But for thread linker, you need to know that order of extensions matters. Since thread linker is going to merge multiple input sources. You need to place it above Extra Window extension, and potentialy before any translator extensions as well.