A lightweight tool for converting and editing .dat binary database files used in games. Easily transform .dat files to JSON and back, inspect object data, and make modifications in a user-friendly format.
git clone https://github.com/kotop21/RAF---DB-Editor.git
cd RAF---DB-Editorcurl -LsSf https://astral.sh/uv/install.sh | lesspowershell -c "irm https://astral.sh/uv/install.ps1 | more"uv syncsource .venv/bin/activateuv run main.py- Convert
.datfiles to.jsonfor easy editing. - Convert
.jsonfiles back to.dat. - Automatically detect and parse object structures.
- Modifying ID or Name fields in JSON may cause the game to misread objects. Change them only if you know what you’re doing.
- When exporting to JSON, any existing file will be overwritten.
- Python 3.10+
- uv
Made with ❤️ by kotop21