A set of tools for extracting and working with data and files from the game Dragon Quest Monsters: Joker.
Download the latest release of dqmj1_info for your operating system at the link below:
https://github.com/ExcaliburZero/dqmj1_info/releases
git clone https://github.com/ExcaliburZero/dqmj1_info.git
cd dqmj1_info
pip install -e .
dqmj1_extract_files --input_directory ../NDS_UNPACK_DQMJ1 --output_directory current_data
For instructions on how to create a new release, see: RELEASE.md
- Friks and Bonnford from the DQMJ Speedrunning Discord server for helping to interpret extracted game data and many other things.
- axx1611 for the work that they did on an open source Japanese save editor for DQMJ1. They identified many parts of the save file format that I did not figure out. (original repo, fork with additional info and a compiled exe)