On a scale of 1-11 in the miserable/masochist scale, who is this masochist to get this game (and by the looks of it all the same games of the circle) translated?
Here is the thing, this game isnt rendering the VN/Text portions of the game like your average Unity game and using its native UI system but rather its programmatically making this UI thanks to the usage of Naninovel
You must be registered to see the links
, that is why I dont see it easy to translate using the usual tools many use to translate Unity based games.
So here is where it gets Fun™ , so you guys these options:
Anyone that decides to translate this no matter how painfully tedious it will be well, here is the whole game extracted/decompiled:
You must be registered to see the links
So you can have untold amounts of pain/tedium manually recreating the developer naninovel scripts because they didnt made them (text based) .nani scripts and instead code it directly through the Unity editor (which was v2021.3.9f1 btw, so use only up to a 2022 version) and thus the script code got embbeded in SerializeReference/MonoBehavior scripts which most Asset Rippers out there cant handle:
You must be registered to see the links
You must be registered to see the links
You must be registered to see the links
is all hope is lost? well no, as I said if you are such a masochist, you can go and grab a hexeditor of your choice, go to the resources.assets file and manually extract the data of the Naninovel scripts your self as best as you can:
View attachment 5340243
Or something I noticed while trying to extract/decompile the files of game is that it seems there is the possibility that the circle may be experimenting with translate the game too:
View attachment 5340242
So you could try hope for the best the developer will grace you with a translation of the game, Naninovel already has for the longest time a localization system built-in so there isnt excuse that it needs to be programmed or anything like that really:
You must be registered to see the links
But if that doesnt happen though or You must somehow play the game in english though you could try using my tool for that:
https://f95zone.to/threads/ubtl-offline-visual-novel-translator.272672/
*HOWEVER*
The text hooking of its having issues and I cant up the Regex settings I already tend to ship the tool with since it starts "eating" away a good portion of the text that isnt duplicated so you would need to use the OCR portion of the tool for that...
How the text hooker is grabbing the text on the game so far:
View attachment 5340302
So yeah, pick your poison here lol.