Textractor
Textractor copied to clipboard
WillPlus engine texthook bug
Hello! I want to report a bug with wrong texthooking games on WillPlus engine (AdvHD.exe files). Example.
Hook text for trial is /HWN-10@9FFC:AdvHD.exe , but it doesn't indentify automatically, I wonder if you can fix it. Because finding hook for every new game is annoying.
And also I find out that for some players it finds, but for some - not (I use latest version). Some people say that "It compares every character in the script with 0x3000". And solution is "next time search for 0x3000 in AdvHD.exe using Cheat Engine and place the appropriate hook over the relevant instruction, should be the 1st occurence in the .exe".
But I still hope you can fix it, thanks.
UPD. With hook text earlier for this game it doesn't recognize digits inside the text.
Comment: "The engine checks for ASCII symbols first (to filter out tags like %K%F and such) and if the game uses ASCII digits (as opposed to fullwidth digits) they get filtered."
Hope that also can be fixed somehow, thanks.
Just saving info: "It's not that uncommon (about finding out hooks), several VN engines compare against 0x3000 and/or 0x8140 (rarely 0x8141) to separate text and script tags. If you're messing with VNs in a debugger long enough, you'll eventually stumble upon these."