@matrix probably because of the americans bad faiths actions for the past 3 decades when attempting to translate, its likely a deliberate attempt from the top to the bottom to make it a pain in the ass to waste western scum fuck companys time and money.
@LoliKing It's a 990 Yen ero game though
@LoliKing @matrix
It looks like this game is made with RPG Maker MV, which is essentially JavaScript running in a modified Chromium plus a not very complicated encryption (just use Enigma VB Unpacker to unpack/decrypt).
After you unpack/decrypt you should be able to use a RPG Maker MV to open the game as a dev and you can do whatever you want for it.
RPG Maker MV has full i18n support (although the language of the error messages depends solely on who packaged the game). It looks like that the one who made the translation for this game missed something in the script.
@matrix @LoliKing Just saw your reply.
Well it is indeed inconvenient to translate RPG Maker MV games...
If you just want to play the game, rather than to make translated version for others, maybe you can try different options:
1. unpack the game and use RPGMakerMVGame Hook patcher. When the game starts it auto copies text to clipboard each time you click on text, then you can use whatever toolkit you like to translate in real time from clipboard, such as Textractor or VNR or anything.
2. Unpack the game and use some translation toolkit to translate the entire game. I remember something like Translator++. But they are not convenient and you may see script errors sometimes. You can always fix errors with RMMV but it's not simple.
I know another bunch of well designed translation toolkits for RMMV, but they are only available in Chinese so I can't help you.
@frodo @LoliKing
1.I wanted to avoid that so I'm using Translator++, even payed for the latest version.
I think I found the issue now and it seems to be that some things have an English identifier and Japanese name, while others only have Japanese identifier.
I can check with context menu, but that crashes Translator++ on large jsons.
@LoliKing @matrix
I forgot to mention one thing. Unpack and decryption are two different things for RPG Maker MV games.
If the game has lots of sparse files, maybe you don't need to unpack anyway.
If the game is a single exe file which has something like >100 MB in size, you need to first unpack it.
Then create a Game.rpgproject file (which should have something like "RPGMV 1.5.1") in the game folder, try open the game with RPG Maker MV.
Now you're the God of the game world. You can do anything as a game dev.
If you do not see any resources (e.g. maps), you will need another decryption toolkit to decrypt resources. https://github.com/Petschko/Java-RPG-Maker-MV-Decrypter
Yeah I know it's complicated but this is just how reverse engineering works
@matrix yeah I doubt its the game itself. but every piece that makes the game rather.
plugins, artists, eulas, ive seen games do shit like this for like 2 decades. it has to be intentional at some point.