Artikash / Textractor

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

New Tyranno Game [title in post] only hook I can find via hook search doesn't hook every line of text #1235

Closed storycoolbro closed 5 months ago

storycoolbro commented 5 months ago

[JP] タイトル: 秘薬でエロリLOVE!~会ったばかりなのにずっと大好きなお兄さん~ [romanji] taitoru : hiyaku de erori LOVE ! atta bakari na noni zutto daisukina o niisan HQ-34@1B05130:hiyaku.exe only hook I've found but doesn't hook some lines for some reason

Originally posted by @storycoolbro in https://github.com/Artikash/Textractor/discussions/943#discussioncomment-8142872

normally I just use Agent for javascript/tyranno games but even after extracting the app.asar to app folder it doesn't hook any text

Chenx221 commented 5 months ago

@storycoolbro After extracting app.asar, you can replace the kag.tag.js file, which will allow the game text to be copied to the clipboard. Path: ..\resources\app\tyrano\plugins\kag\kag.tag.js kag.tag.js.zip

storycoolbro commented 5 months ago

@storycoolbro After extracting app.asar, you can replace the kag.tag.js file, which will allow the game text to be copied to the clipboard. Path: ..\resources\app\tyrano\plugins\kag\kag.tag.js kag.tag.js.zip

that is super useful to know thank you

Leowolf93 commented 3 months ago

@storycoolbro After extracting app.asar, you can replace the kag.tag.js file, which will allow the game text to be copied to the clipboard. Path: ..\resources\app\tyrano\plugins\kag\kag.tag.js kag.tag.js.zip

@Chenx221 I'm very sorry to bother you at this time. I used the kag.tag.js you gave me in a game, and I'm sure I replaced it very correctly (the js you provided works very well in other games). However, I have a problem that doesn't seem to work in some games, the text isn't being copied to the clipboard properly, could you please give some guidance on this? I'd appreciate it.