ghorsington / CM3D2.YATranslator

Yet Another Translator -- Translation plug-in for CM3D2 remade from scratch
https://coder.horse/CM3D2.YATranslator
The Unlicense
28 stars 5 forks source link

Edit place in Pose Edit is stuck in the legs editing #20

Closed Liely118 closed 6 years ago

Liely118 commented 6 years ago

In Pose Edit, edit place is stuck in the legs editing no matter which Edit place I chose. huhuhaha4

Changing the translated strings back to Japanese in google_translated.txt seems to make it works again. Could this be some kinds of problem like #2?

huhuhaha4-5

COM3D2 v.1.08.0 -- Sybaris 1.0 -- YATranslator 1.5.3.0

ghorsington commented 6 years ago

This is a known issue and only partially related to #2 and #18. I have replied to it a long time ago on HongFire, so I'll just recap the whole thing so it can be referenced in future issues. You can read the whole comment thread for some in-detail info.

Shortly put, the problem is exactly the same as in #2 (or #16). However, since these kind of problems are plentiful in the game (thanks, devs), patching them all is simply pointless.

Instead, use level/string ignore provided by AutoTranslate 1.3.x (get it if you don't have it). In UnityInjector\Config, create a file called AutoTranslateIgnore.txt and add the following strings to ignore (one per line):

足
手
胴体

Alternatively, you can ignore the whole photo mode UI:

$LEVEL 27

After saving the ignore file, remove google_translated.txt.

Next time you open the photo mode, all but those buttons are translated (or nothing is if you disabled the whole level). Though since there are bound to exist more such broken buttons, I prefer the latter option (disabling translation for the whole level).

Closing this since there is nothing to fix for now. If you do have questions, feel free to still post them here.