Here's what I managed to do with the game. I opened the game with Translator++, but its files are stored in
resources/app.asar
and packed using Electron, so basically Traslator++ didn't worked, but managed to unpack game files.
I found folders at
extracted\dist\data
with .json files that contain dialogues inside, can be opened as basic txt and pretty easy to navigate inside since everything is english except japanese in-game speech.
But I don't know is there a context menu text anywhere, since I didn't find any. Maybe it's stored in some folder/as a picture, idk. Also, I found "documents" from the start as png's at
extracted\dist\assets\images\documents
. Can be just photoshopped, I guess.
I don't have time, knowledge and possibility to do the rest myself, unfortunately. I you have - you can try to do it. I will attach extracted files as a zip, uploaded it to
You must be registered to see the links
.
So basically, it should be about just changing the text on png's and in json files to english, and then packing with Electron back to app.asar, i guess (idk about that part either, unpacked accidentally). Then changing this file in game directory will do the work.