Artikash / Textractor

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

Can't hook or find H code that's working with new Waffle game Imouto to Kanojo - Sorezore no Sentaku #1216

Open tbhoang12 opened 6 months ago

tbhoang12 commented 6 months ago

Textractor only found some letters or Kanjis , and not the full sentence. Appreciated if someone know the way ^^ https://vndb.org/v31003/chars#chars It's the newest game from WAFFLE , I don't know what engine was used by this dev team.

Blu3train commented 6 months ago

Update texthook.dll to the latest version https://github.com/Artikash/Textractor/issues/868#issuecomment-1249146885

Chenx221 commented 5 months ago

@Blu3train Hello, I noticed there seems to be an issue with the updated for Waffle3 Hook in this game "妹と彼女 それぞれの選択": The extracted text appears to contain some garbage text, which seems to be game image file names (garbage text). This issue doesn't occur in the early stages of the game, so I've also provided a save file for the game (if you need to test). *I've already used the latest texthook(20240129), but the issue still persists.

If you have free time, I'd appreciate it if you could look into this matter.

Currently, I am using the Regex Filter to temporarily solve this problem: (sc2\sc[0-9]{3,}.bmp)|(cg2\cg[0-9]{3,}.bmp)

2024-02-02_203857 save.zip You can use the game's QuickLoad feature to load to the point where the garbage text appears.

Blu3train commented 5 months ago

Fixed