bbepis / XUnity.AutoTranslator

MIT License
2k stars 293 forks source link

Not display translation language #172

Open luatdolphin opened 3 years ago

luatdolphin commented 3 years ago

This game has a PC version. You can download from this https://ty.qq.com/ I tried using this tool for this game, but It cannot translate this game. It just translates in first windows ( the first window is update windows, but it doesn't relate to the core of the game). After updating, The main window of the game will be launched, I tried to patch it, but nothing to respond. image image Can you help me with this situation? I really appreciate it!

gravydevsupreme commented 3 years ago

All I see in the screenshot is a whole lot of DLLs that are not used by the Unity Engine. Is this one of those games that download the binaries on startup like for example Genshin Impact? Does it have a managed folder with DLLs?

I have not been able to download the game because I can't really navigate the site properly. If it does work like Genshin Impact though, I am not sure there is plugin loader that works with it.

luatdolphin commented 3 years ago

Yes. It has a managed folder with DLLs. I think it does work like Genshin Impact, but I'm not sure image This is the download link of game that I uploaded to mirror https://gofile.io/d/4xfmG7

gravydevsupreme commented 3 years ago

Took a look at the game and had a discussion with a BepInEx developer:

  1. The initial windows of the games that can be translated are mono-based.
  2. The main-game is IL2CPP-based.

Therefore it would require a different plugin loading setup for the different parts. But the current version of BepInEx (even BE builds of IL2CPP) cannot hook properly into it at the moment.

So for now, it will not work for this game.

luatdolphin commented 3 years ago

Thanks a lot!