FanPatch DB

How to Find and Safely Apply Fan Patches for Japanese Indie & Doujin Games

A complete security and installation guide on finding trustworthy English translation patches, avoiding malware, and properly patching Japanese games.

Where can I find reliable and safe English fan patches?

Start from the translation team's own official distribution channel — their GitHub releases page, their own site, or a pinned post on their official Discord/forum. Established fan translation communities (e.g. long-running visual novel translation hubs) are far safer than a random forum post or file-sharing link with no attribution, because a maintained project has a public history, a known author, and reproducible releases you can cross-check version by version.

How do I safely download fan patches without malware risks?

Be wary of shortened links, ad-heavy 'download here' redirect pages, or archives that ask you to disable your antivirus to open them — none of that is normal for a legitimate patch. Before running an unfamiliar installer or executable, scan the downloaded file on VirusTotal (upload the archive or the extracted .exe) and check that the file size and hash roughly match what other users in the same community report. A patch that is only distributed as a bare .exe with no source, no readme, and no community track record deserves extra caution.

Step-by-step: How do I apply a fan translation patch to a DLsite game?

1) Make a full backup copy of the game's install folder before touching anything, so you can always roll back. 2) Read the patch's own readme first — most patches differ slightly, but the common pattern is either running a patcher .exe pointed at your game's install folder, or manually copying the patch's files (often into the game's data/ or www/ folder for RPG Maker games, or over specific asset files for other engines) so they overwrite the matching original files. 3) Launch the game and confirm the translated text appears before deleting your backup.

Why is the game crashing or still in Japanese after applying the patch?

The most common cause is a version mismatch — the patch was built for a specific game version (e.g. a particular DLsite build or Steam version), and applying it to a different version leaves some files untouched or breaks others; check the patch's readme for which version it targets and compare it to your copy. The second most common cause is Shift-JIS encoding: even with the patch correctly applied, the game itself may still need to run under a Japanese code page to load its remaining Japanese-encoded assets or save data correctly, so you may need to run it via Locale Emulator alongside the patch — see our Locale Emulator setup guide for that half of the fix.