The goal of this project is to "glue" several other tools together in order to get sane JSON files for data objects in Wilds. This repo is used by the MHDB Wilds Project as it's primary data source.
If you're just looking for game data, you don't need to build the merged files yourself. The most recent version of
all the merged data files are available in
/output/merged.
- Rust
- Use
/tools/ree-pak-guito extract all.pakfiles into/data. Only.user.*and.msg.*files need to be extracted. - Run
/extract.batto convert the relevant.user.3and.msg.23files to JSON dumps. - Run
/merge.batto convert the raw JSON dumps into a merged JSON format.
See /tools/README.md for credits and information on the various tools used to make this project
possible.