Textractor icon indicating copy to clipboard operation
Textractor copied to clipboard

update WillPlus3 hook

Open lgztx96 opened this issue 2 years ago • 5 comments

lgztx96 avatar Aug 06 '22 04:08 lgztx96

Is it alternative to #781 or can I merge into my local test build?

Blu3train avatar Aug 06 '22 08:08 Blu3train

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

lgztx96 avatar Aug 06 '22 08:08 lgztx96

old Snipaste_2022-08-06_22-38-15 now Snipaste_2022-08-06_22-16-08

lgztx96 avatar Aug 06 '22 14:08 lgztx96

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 image

Blu3train avatar Aug 07 '22 00:08 Blu3train

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 image

use hookcode HQ-4*0@9FCD:AdvHD.exe willplus3 only tested Japanese games. Snipaste_2022-08-07_16-33-46

lgztx96 avatar Aug 07 '22 08:08 lgztx96

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;

Blu3train avatar Nov 19 '22 16:11 Blu3train