Open Source randomizer patcher for Metroid Prime Hunters. Currently supports patching the following:
- Starting Items
- Pickups
- Force Fields
You will need to provide JSON data matching the JSON schema in order to successfully patch the game.
The patcher expects a path to an unmodified .nds
file of Metroid Prime Hunters as well as the desired output directory. The patcher will create a modified .nds
which can be used on any DS Emulator or flashcart.
With a JSON file:
python -m open-prime-hunters-rando --input-path path/to/prime-hunters/file.nds --output-path path/to/the/output/directory --input-json path/to/patcher-config.json
This repository uses pre-commit.
pip install pre-commit
pre-commit install