Open Source randomizer patcher for Metroid Dread. Intended for use in Randovania. Currently supports patching item pickups, starting items, and elevator/shuttle/teleportal destinations.
pip install open-dread-rando
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 extracted romfs directory of Metroid Dread 1.0.0 as well as the desired output directory. Output files are in the Atmosphere format and should be compatible with Ryujinx and Yuzu.
With a JSON file:
python -m open-dread-rando --input-path ~/dread/romfs --output-path ~/your-ryujinx-mod-folder/rando --input-json ~/dreadrando/patcher.json
From stdin:
python -m open-dread-rando --input-path ~/dread/romfs --output-path ~/your-ryujinx-mod-folder/rando
Only versions 1.0.0 and the latest version are supported long term. Other versions might be compatible at any given point, but new releases are free to remove that.
Currently, the following versions are supported:
- 1.0.0
- 2.0.0
- 2.1.0