Yes it is. I've fixed the translation for versions 0.3.7, 2024_02 and 2024_04, and once the final game comes out, I'll do this for that too.Is the translation incomplete / broken? I followed the instructions in the OP.
It's messed up, the English texts appear under the Japanese locale, so try setting the language to Japanese. But yes, a few labels are still missing.The default choice was on English and I tried toggling it away and back, but there's still a lot of untranslated text and blank boxes.
You must be registered to see the links(the link's from the OC)
"in there" - you mean MTool?Hmm...downloaded and getting an error while trying it. Put the executable in there, game isn't starting tho. Also I think says some files are missing? No idea
I once tried to use this program but for some reason it doesn't work with this game( and with some games), maybe I need to install a new version, I don’t know. Only work with Saria game for me."in there" - you mean MTool?
If you want the regular version, you don't have to put anything anywhere. Just run player.exe and everything should work
It sounds like you took away the .exe from the game folder
With MTool you have to throw the game's executable into the running MTool application
View attachment 4581743
You may need an additional resource pack for this engine if you don't have it, but MTool should offer to download them automatically![]()
This is unusualI once tried to use this program but for some reason it doesn't work with this game( and with some games), maybe I need to install a new version, I don’t know. Only work with Saria game for me.
Yeah I basically did this. I dragged executable into the Mtool application, the errors it gave were kinda quick. But now I kinda can't even open the game rip...it bugged something."in there" - you mean MTool?
If you want the regular version, you don't have to put anything anywhere. Just run player.exe and everything should work
But sounds like you took away the .exe from the game folder
With MTool you have to throw the game's executable into the running MTool application
View attachment 4581743
You may need an additional resource pack for this engine if you don't have it, but MTool should offer to download them automatically![]()
From what I understood, there will be 2 new big areas, not sure how long compared to the 1st one we played in the demo, and sadly the next update will be the entire game releasedCan someone provide context as to how much more content in terms of gameplay and story there will be in the final version as compared to the latest playable (v0.3)? Like after beating Padre how much more is there left in the final game in terms of hours maybe, cause I feel like this game could easily be in development and keep pushing out new content for a while, would be a shame if the next update was the completed game
You can also use GAME RIPPER to translate PR, and it also had a similar issue that I've already fixed. I'm just guessing, but maybe this is the same that causing your bugs with MTool.Yeah I basically did this. I dragged executable into the Mtool application, the errors it gave were kinda quick. But now I kinda can't even open the game rip...it bugged something.
Now that you mention it, sometimes ago I did use gameripper on this game, but never tried to open it after. I was trying to see the sprites...and I believe it was THAT which probably bugged my game instead of MTool. I didn't even think that it may have been gameripper instead.You can also use GAME RIPPER to translate PR, and it also had a similar issue that I've already fixed. I'm just guessing, but maybe this is the same that causing your bugs with MTool.
The issue was that according to the JSON specification, apostrophes should be escaped inside quoted strings, but some PGMMV seems to crash due to that (it worked for me, so I'm not sure, but this could be easily some system dll related). Anyway, open the project.json in Notepad, and replace all backslash apostrophes with single apostrophes \' -> ' save the JSON and see if the game starts that way. I'm not sure if this helps, but worth a try.
GR does not modify the game files unless you explicitly tell it to. You can export the texts (in CSV or PO formats), translate that, and import back. GR only changes the game file if you also import the translated texts back. And the apostrophe issue has been fixed, what's more, it is taken care of on import in run-time.I was trying to see the sprites...and I believe it was THAT which probably bugged my game instead of MTool.
There should be no apostrophes outside of quoted strings at all. If you read the RFC8259 (sections 4 to 7: Values, Objects, Arrays, Numbers, Strings, seeBasically it should be escaped outside of the quoted strings?
Try this siteextracting the game gave this messages
is there any way to fix this?