Artikash / Textractor

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

Alpha build archive #868

Open Artikash opened 2 years ago

Artikash commented 2 years ago

Alpha builds of Textractor are normally deleted after 30 days (AppVeyor policy, not under my control), therefore anyone that wants to keep a build available should upload it here. Uploads should be accompanied with their version number and ideally a description of what they're useful/being kept available for. Remove the files that aren't needed before uploading, or it might be rejected for being too large.

Artikash commented 2 years ago

202 - Fixes for DevTools extensions Textractor-Alpha202-x86.zip Textractor-Alpha202-x64.zip

Artikash commented 2 years ago

203 - Button to pause Textractor Textractor-Alpha203-x86.zip Textractor-Alpha203-x64.zip

Blu3train commented 2 years ago

texthook.dll

It isn't taken from the alpha builder archive because it contains all PR pending as of September 20, 2022. In particular a big improvement for Unity engines thanks to @DDWSdwqdq When using this new method, at the end of the game session, press the "Detach from game" button, otherwise the VN will crash when exiting.

NEW: LucaSystem x64 engine tested with https://vndb.org/r108105

texthook-20240314.zip

Warning: 1) after updating the compiler, my antivirus (bitdefender) reports a false positive on the file I uploaded. It could also happen with other antiviruses. 2) If attaching to the game doesn't work, it may be that the vc_redist in use is not the most recent one. Download the latest version of vc_redist x86 and x64 from the M$ site, uninstall the versions on your computer, install the new ones and reboot.

Blu3train commented 1 year ago

DevTools DeepL Translate Korean and Norwegian languages EDIT: Restored headless mode in Devtools extensions (This fix moves the problem to win7))

DevTools DeepL Translate-20240106.zip

Blu3train commented 1 year ago

241 - Replacer Language Chars Textractor-Alpha241-x64.zip Textractor-Alpha241-x86.zip

Blu3train commented 1 year ago

Force detach process on exit PR #1026 (included button to pause Textractor PR #847)

In some cases, if you don't detach processes before closing Textractor, the VN crashes on exit. One case is the new Unityx86 Mono hook method added by DDWSdwqdq (PR #834) which uses the assembly_foreach approach. This change forces a detach process when Textractor exits However, Textractor must be closed before the VN Textractor_PauseButton_ForceDetach.zip

With added PR #950 Textractor_PauseButton_ForceDetach_FlushDelayStringSpacing.zip image

With added PR #1158 Textractor_PauseButton_ForceDetach_FlushDelayStringSpacing_LimitStringLength.zip

image

Blu3train commented 1 year ago

Extra Window: added auto hide text after timeout (PR #792) As requested...

ExtraWindow_AutoHide.zip

Veshurik commented 11 months ago

I wonder if you plan to update the Textractor to add more games support! Thanks.

Leowolf93 commented 2 weeks ago

texthook.dll

It isn't taken from the alpha builder archive because it contains all PR pending as of September 20, 2022. In particular a big improvement for Unity engines thanks to @DDWSdwqdq When using this new method, at the end of the game session, press the "Detach from game" button, otherwise the VN will crash when exiting.

NEW: LucaSystem x64 engine tested with https://vndb.org/r108105

texthook-20240314.zip

Warning:

  1. after updating the compiler, my antivirus (bitdefender) reports a false positive on the file I uploaded. It could also happen with other antiviruses.
  2. If attaching to the game doesn't work, it may be that the vc_redist in use is not the most recent one. Download the latest version of vc_redist x86 and x64 from the M$ site, uninstall the versions on your computer, install the new ones and reboot.

Thank you very much for your contributions to Textractor. It’s been seven months since your last update, and I wonder if you have any plans to continue updating it? I hope you don’t mind me asking, but would it be possible for you to share a repository that includes all your updates? I would also like to participate in improving Textractor together.