- May 13, 2023
- 23
- 40
Changing from Google Trans to DeepL uses considerably more bandwidth as far as I am aware, and can take longer depending.A simple fix for the atrocious translation times and general atrocity that is google translate:
Find AutoTranslatorConfig.ini
in /BepInx/config
Change
"DisableTextMeshProScrollInEffects=False"
to
"DisableTextMeshProScrollInEffects=True"
and change
"[Service]
Endpoint=Google Translate "
to
"[Service]
Endpoint=DeepLTranslate"
Which the BepInx already has as an option from the beginning. It is beyond me how it's still Google translate as default when it produces nothing but an aneurism when you try to read what it puts out.
I ended up going with SugoiOfflineTranslator because it's Deep learning while ALSO being locally run and way faster