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

Problem using filter_fun function in the 64bit hook version #1095

Closed Blu3train closed 1 year ago

Blu3train commented 1 year ago

I'm trying to filter some text in a hook for a 64bit engine. While with the x86 version using the filter function assigned to the filter_fun member of the HookParam structure works fine for me, in the x64 version the function is ignored. I also tried putting a test sentence through the ConsoleOutput function to see if the function is executed, but nothing appears.

Can someone help me explaining what I have to do differently than the x86 version? Thank you

Blu3train commented 1 year ago

I verified that the problem is due to the fact that certain features, such as this one, are currently not implemented in the x64 version