All documentation
How to translate single-file .EXE RPG Maker games (Enigma Virtual Box)
Learn how LRPGM parses packed EVB game structures via an in-memory virtual file system without corrupting the executable.
What is Enigma Virtual Box (EVB)
Many RPG Maker game creators (especially in MV and MZ) publish their projects bundled into a single .exe file. This is done with Enigma Virtual Box (EVB), which embeds the entire game folder (HTML, JS, CSS, and audio) into the binary.
Why legacy tools fail
Most older translation tools fail or require third-party unpacker scripts that break relative paths and cause save game failures.
How LRPGM solves it natively
LRPGM features a native Virtual File System (VFS) engine:
1. When you select the .exe, EvbFormatDetector analyzes the executable headers.
2. LRPGM mounts the virtual file tree directly in memory.
3. Dialogue text sources and plugins are parsed, translated, and patched safely.
4. The game maintains full standalone functionality with zero loose files.
Related articles
Content that complements this guide and helps with the next steps.
How to translate RPG Maker games for free on PC
Learn how to add a game, choose its text, translate, review, and apply the translation with LRPGM.
Read articleTranslation by engineHow to translate RPG Maker MV and MZ games with LRPGM
Learn how to add, configure, review, and apply a translation to an RPG Maker MV or MZ game without manually editing JSON files.
Read articleGame detectionLRPGM does not detect an RPG Maker game: how to fix it
Check the executable, extraction, game engine, path, and active translation state.
Read article