Unity Partial [Translation Request]理想のおとうさん ~愛娘との同棲生活~[RJ01104619][cat 3]

4.00 star(s) 1 Vote

portalXD

New Member
Mar 11, 2020
1
0
BepInEx, AutoTranslation and UniversalDemosaic

Link for BepInEx :
Link for AutoTranslation :
Link for UniversalDemosaic :

How do I translate it into Spanish? I managed to install AutoTranslate to English but I can't translate it into Spanish.
 

DocRipper

Well-Known Member
Donor
Dec 27, 2021
1,693
1,600
How do I translate it into Spanish? I managed to install AutoTranslate to English but I can't translate it into Spanish.

BepInEx - config
Open "AutoTranslatorConfig" file and edit:

[General]
Language=en
FromLanguage=ja

to

[General]
Language=es
FromLanguage=ja

You can also delete whole "en" folder inside BepInEx - Translation, unless you need Eng translation.


(Note: This assumes you used clean build and BepInEx and your build is not corrupted by ReiPatcher.)
 
Last edited:
  • Like
Reactions: Asz12 and rKnight

VanBoku

New Member
Jun 1, 2023
1
1
The game was crashing every time it had to translate a large amount of text, opening the in game menu for example.
Managed to fix it by going into "...BepInEx\plugins\XUnity.AutoTranslator\Translators" folder and deleting GoogleTranslate.dll
If you do this i recommend you go into "...\BepInEx\config", open AutoTranslatorConfig.ini and change

[Service]
Endpoint=GoogleTranslateV2
FallbackEndpoint=

into

[Service]
Endpoint=DeepLTranslate
FallbackEndpoint=

(you can check for other supported translators on the official XUnity.AutoTranslator GitHub page)
 
Last edited:
  • Like
Reactions: allen192792
4.00 star(s) 1 Vote