I managed to dump the complete version of the CommonEvents.json file while trying to run the game in a virtual machine. Things should now work as expected, although the game still has some bugs that I need to investigate, such as the screen going black after certain transitions, audio issues, and so on. Rename to "CommonEvents.json", copy it to the data folder and overwrite it.
I also confirmed that some dialogues were untranslated, and that some terms in the database will inevitably remain untranslated because the developer forgot to enclose them in curly brackets, which prevents the localization plugin from detecting them. Aiming to fix at least the dialogues for now, I regenerated the localization file and translated it again using Grok. Delete the json files from the locales/en subfolder, rename the file to "en_grok.json" and put there.
Later on, I plan to create a repository with additional translations, so the community can collaborate on improvements and adjustments.
Please keep reporting problems and bugs (with as much information as possible, and maybe some screenshots). I will move forward with the idea of creating a mod, but this time focused on fixing the remaining issues and possibly adding some improvements.
EDIT: To fix the text getting cut off/overflowing on the right side, place
You must be registered to see the links
(Drag_WordWrapping.js) inside the js/plugins folder and edit the js/plugins.js file, replacing the
]; part at the end of the file with:
Code:
,
{"name":"Drag_WordWrapping","status":true,"description":"A word wrapping plugin for MZ.\r\nv1.10.0","parameters":{"offset":"15","calcFaceWidth":"true"}}
];
EDIT2: To disable the intro video, open the file data/Map001.json and delete
{"code":261,"indent":0,"parameters":["开头视频"]}, or replace with a space character.