bbepis / XUnity.AutoTranslator

MIT License
1.87k stars 285 forks source link

Does not display translated text. #77

Closed TogoJiiva closed 4 years ago

TogoJiiva commented 4 years ago

The plugin correctly captures the text of the NPS dialogue, translates, but does not display. But displays the text of the player’s dialogue. All text comes from the game server. Tell me how to fix this. The game: Legends of Equestria

fbR8T2k8Ync

gravydevsupreme commented 4 years ago

It looks like the game is using a custom component to display this text and that component overrides the text update functionality replacing it with a "noop". As such there is no fix in the current version. I can probably provide a fix in the next version.

TogoJiiva commented 4 years ago

Thanks for the answer. I will wait for a new version.

gravydevsupreme commented 4 years ago

Should work in 4.9.0, but you have to set the configuration parameter:

[Behaviour]
IgnoreVirtualTextSetterCallingRules=True

Which is false by default.

TogoJiiva commented 4 years ago

Hello. Everything works, thank you.