Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

It's actually just a random glitch that can happen at any point of the game where a dialogue won't translate when it's supposed to. When I reloaded the save, things that were in Japanese would be translated. (For me it was usually minor things like a tiny interaction like the extra stands in the library, but one time a small part of the ending wasn't translated until I reloaded the save)

How does that happen?

I'm not sure since I don't know how RPG maker works, as well as translations for an RPG maker game. The only thing I can think might be happening is that the translations aren't written into the game's text itself (meaning that the Japanese is erased and replaced with the English text), but are written into code to override the Japanese text when it detects the line (so if it detects line XYZ, it'll be replaced over with the English text).

That would probably make it where such an issue can happen because some parts of the Japanese script might not get detected, making it where the translation doesn't activate for that line/interaction, but if you reload it, the script gets detected.

But again, idk how the coding actually works for the translation and it's just my speculation on how the code might work.

Very strange, this is literally the first rpg maker game I’ve played that’s had this issue