- May 7, 2019
- 875
- 1,001
Oh boy, was this never answered?Has anyone tried messing about to make a manual translation from the generated auto translation file? What I want to know is how to translate a recurring text without making a bunch of separate entries in the translation file.
It then made 100 entries that basically boils down to "スタミナ:Number=Stamina:Number", replace number with 0 to 100 . This results in an incredible amount of clutter, not even accounting the fact that there are multiples of this kind of texts, i.e. Health, Attack Power, etc.
You need to use _Substitutions.txt, which you find in the same folder the translation files are: \AutoTranslator\Translation\en\Text. In your example type in the line:
Code:
スタミナ:=Stamina:
You could also experiment with Regexes, but the chances to mess up are much higher.
Link to an ULMF thread dedicated to improving Xunity MTL:
You must be registered to see the links
Link to Xunity documentation:
You must be registered to see the links