A translation patch replaces the game's text resources, touching two things: script files and font files. Boxes mean the font didn't come along; text that never changes means the scripts weren't read.
Translation sources
| Source | Quality | Coverage | How to spot it |
|---|---|---|---|
| Fan translation | Best — edited line by line | Few titles | Group name in the filename or notes |
| AI translation | Good — spot-checked by a human | Mostly recent releases | Labelled AI or edited machine translation |
| Machine translation | Enough to follow the plot | Almost everything | Names and pronouns break constantly |
Traditional or Simplified
- Font limits
- Some engines embed only the Simplified glyph set. Force Traditional through it and you get boxes where glyphs are missing — the Simplified build is the one that renders correctly.
- Filename encoding
- Simplified archives usually use GBK filenames, which garble outside a Chinese locale. Re-extract with the encoding set to Simplified Chinese (GBK) and they come back.
Install and verify
- 01
Match the version
The version on the patch page has to match your build.
- 02
Back up
Back up the files about to be overwritten — usually folders like data, scenario or script, plus font files next to the .exe.
- 03
Extract
Open the patch with 7-Zip. If the filenames are garbled, re-extract with Japanese Shift-JIS or Simplified Chinese GBK.
- 04
Overwrite
Copy the extracted files over the game root. If there's an installer, run it and point the path at the root.
- 05
Verify
Start a new game and read the first line. Don't verify with an old save — some engines cache read text inside the save file.
FAQ
- The text didn't change at all
- Almost always the wrong folder level. Patches often extract into an extra folder named after the patch, and it's the contents you copy. Check the modification dates in the game root.
- The text shows as boxes or question marks
- That's the font, not the translation. Most patches ship a font file — check it was copied too. If the patch doesn't include one, launch through Locale Emulator under a Chinese locale.
- Can two translation patches conflict?
- Yes. Both touch the same script files, so the second one wins — but when their layouts differ you're left with leftovers mixed in and a half-translated game. Restore your backup or reinstall before switching.