Open Kathisofy opened 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.
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.
I could see in cheat engine that the developers split it like that to fit in the bubbles. 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. 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?