- May 27, 2018
- 22
- 12
Part 1:
about 30% of the images are not translated(name of image files)
Part 2:
Most of the "Data" files are translated.
Depending on the translator used, it could end up not being fixed even by this. I know Translator+ or something has this issue, where it'll end up changing the trigger, i.e. \data\img\例, instead of just changing the untranslated part to "example", since it scans all parts and I guess auto-corrects it, changes it to \data\img\ example, so you'd also have to go through all the code and fix that probably...TBH the easiest fix is probably to get the last 30% of the image files translated.
Or if we just wanna play the game with no issues, play the Japanese / untranslated version.
And this kinda just adds to that theory.I tried replacing the erroneous file with one from the untranslated version but that didn't work.
TL;DR, check the written code where it asks for an image, if it has a space before the translated image name, gotta take time cleaning that up essentially everywhere in the code.