- Jul 27, 2020
- 181
- 142
I have a question regarding the translation. So far I installed the correct version (I believe) of COM Installer and selected the instructed plugins (I believe translation was one of them in case it is important to mention) but I installed the official translation from the English COM3D2 (i18nEx) and made sure that it is set to english in the Configuration notepad. However, I could not find the option to change the language to English in-game as mentioned in the guide, am I missing something? Everything is in japanese except for the main menu options (Start, Load, etc)The only translation for that plugin is already included in IMGUITranslationLoader\IMGUIStrings
You could enable IMGUI autotranslation in XUnity but that's generally not recommended and from what I know it will impact performance.
Edit the config in BepinEx\config\AutoTranslatorConfig.ini
[TextFrameworks]
EnableIMGUI=True
My game performance is already bad so I never enabled it. That being said I can't tell you what to expect. Revert if you are not happy with the results.
While you're at it you can change the Endpoint to another translation service. If you think that google translate is bad you can switch to DeepLTranslate. If you think that DeepLTranslate is too slow change back to default GoogleTranslateV2.
From personal experience I can say that none of them are that stable and both are slow but at least the quality is better with DeepL.
[Service]
Endpoint=DeepLTranslate
FallbackEndpoint=GoogleTranslateV2