Textractor
Textractor copied to clipboard
update WillPlus3 hook
Is it alternative to #781 or can I merge into my local test build?
Is it alternative to #781 or can I merge into my local test build?
https://github.com/Artikash/Textractor/pull/781 contains garbage characters like %K%P
old
now
If the VN is in English, all spaces are removed. Is there any way to leave them?
An example is this VN: https://vndb.org/v415
If the VN is in English, all spaces are removed. Is there any way to leave them?
An example is this VN: https://vndb.org/v415
use hookcode HQ-4*0@9FCD:AdvHD.exe
willplus3 only tested Japanese games.
I found how to preserve spaces in WillPlus3 hook so that it works with english language as well.
Just change in your code:
hp.address = addr + 8;
to
hp.address = addr - 5;