Artikash / Textractor

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

Games on Renpy (x64) are not supported. #1094

Closed linakima closed 1 year ago

linakima commented 1 year ago

Hi! Textractor cannot get a text from a game based on Renpy's x64 .exe file. But it works fine with the x86(32) .exe file. This is sad because the latest version Renpy 8 only builds x64 .exe file. Games to test https://pixeldrain.com/u/qzNq9pDJ

Blu3train commented 1 year ago

Ren'py engine: if you press SHIFT+c the text is automatically copied to the clipboard at each sentence. To deactivate copying, press SHIFT+c again

Also, there is a script that works even better. Search in google f95zone+text-to-clipboard and you find it

linakima commented 1 year ago

Thanks!