Help Center articleAdvanced translation

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.

Official content by LRPGM Team

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.

Content that complements this guide and helps with the next steps.