Okay, one final update, I can confirm the sugoi-toolkit-mod-for-4.0-fix.zip can be installed on top of v6 anniversary (you just lose the ability to launch the new ASMR stuff -- can still launch it from the bat files directly).
Sugoi V6 Anniversary w/ Offline 4.0
You must be registered to see the links
sugoi-toolkit-mod-for-4.0-fix.zip
You must be registered to see the links
(backup)
You must be registered to see the links
Instructions for installing the v4 mod on top of v6 anniversary w/ CT
1. Unpack Sugoi V6 Anniversary
2. Unpack the sugoi-toolkit-mod-for-4.0-fix directly into the Sugoi V6 base directory (you should have a "setup sugoi-mod.bat" next to "Sugoi-Toolkit (click here).bat" along with a "mod" directory if you did it right).
3. Double-Click setup sugoi-mod.bat and do option 1 install. It should copy some files and then let you exit.
4. Double-Click Sugoi-Toolkit (click here).bat which should launch a new UI.
5. Look in the TOP RIGHT there's a hamburger menu. Click it, then click Install ctranslate2. Wait for it to be done.
6. EXIT THE APP.
7. Open Sugoi-Toolkit (click here).bat again.
8. Now click the hamburger menu again and click "Convert model". Wait for it to be done.
9. EXIT THE APP.
10. Open Sugoi-Toolkit (click here).bat.
11. Now you can check the box for Use ctranslate2. Select your Textractor option if you want it.
If you want to confirm the timings, here's the flask server with the timing commands added (this is for sugoi-toolkit-mod-for-4.0, the CUDA-6.0 mod already has it):
You must be registered to see the links
It goes in:
Sugoi-Translator-Toolkit-V6.0-Anniversary\Code\backendServer\Program-Backend\Sugoi-Japanese-Translator\offlineTranslation\fairseq
NOTE:
If you are using CUDA, then the CudaInstallForToolKit6.zip mod is faster (0.46s vs 0.7s):
You must be registered to see the links
(backup)
You must be registered to see the links
NOTE2:
REMEMBER Textractor has a delay setting too.
It defaults to 500 milliseconds but I turn it down to 100 milliseconds in the settings. The delay is for games that draw text character by character where Textractor grabs directly from the screen draw buffer, it needs to wait for all of them to be drawn. But most are grabbing deeper from strcpy() and such and it gets the whole thing instantly.