RE4METoolbox is a collection of lightweight command-line utilities tailored for modding, translating, and exploring Resident Evil 4 Mobile Edition.
Currently, the toolbox contains the following utilities:
A tool specifically designed for ACV archive structures (.bin files).
- Unpack: Extracts files from
.binarchives retaining filenames. - Pack: Creates new
.binarchives from folders.
A tool for extracting and repacking mission text files.
- Format: Converts game files to .tsv (Tab-Separated Values) for easy editing in Excel or Notepad++.
- Auto-Detection: Simply drag a file or folder to process it automatically.
- Modes: Supports explicit
unpackandpackcommands via CLI.
(More tools will be added in future updates)
All tools support Drag & Drop for maximum convenience.
- RE4MEAcvTool:
- Drag
.binfile -> Unpack - Drag Folder -> Pack
- Drag
- RE4MEMisTextTool:
- Drag file/folder -> Auto-detect (Unpacks
.binto.tsv/ Packs.tsvto.bin)
- Drag file/folder -> Auto-detect (Unpacks
You can run tools via the command line for precise control.
For Archives (RE4MEAcvTool):
RE4MEAcvTool.exe data.bin
RE4MEAcvTool.exe data_unpacked_folderFor Text (RE4MEMisTextTool):
RE4MEMisTextTool.exe unpack file.bin
RE4MEMisTextTool.exe pack file.tsv