Artikash / Textractor

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

When hovering the mouse cursor, Textractor always detects the word "Continue" #1304

Open overallbit opened 2 weeks ago

overallbit commented 2 weeks ago

I am testing on the demo of the game Vampire the Masquerade Reckoning of New York. It found some hooks that detect the text but all the time I move the cursor on the "continue" button Textractor refresh the console detecting the "Continue" word again. Another problem is that the characters names appear next to the dialogue without space. Is it possible to fix this?

texthook.dll is updated. Here is a picture: Arc_AJC4HJRavY

storycoolbro commented 2 weeks ago

ayy someone who's updated the texthook.dll I appreciate you. As for the issue with the continue button Beyond using hook search to try and find a hook that doesn't do this I'm not sure what else maybe someone else might.

As for the name thing, there may be a better way to do this that's outside of my realm of knowledge, but you should be able to set up replacements with the replacement extension to just change the untranslated name into the same thing but with a space at the end of it. One problem I foresee may happen with this method is if textractor is reading the characters name and the first word they said in the dialog as 1 word instead of 2 words with no space between them this method wouldn't work.