torch_export_modding
Export N64 ROM assets into an editable modding.yml manifest with raw or XML files, enabling asset modification and repacking.
Instructions
Export editable asset files from an N64 ROM using Torch modding export. Produces modding.yml manifest and editable raw or XML assets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| xml | No | Select XML exporter instead of default Modding exporter | |
| srcdir | No | Directory containing config.yml | |
| destdir | No | Destination root directory (modding assets are written into destdir/modding) | |
| rom_path | Yes | Path to the N64 ROM file | |
| timeout_ms | No | Timeout in milliseconds | |
| torch_path | No | Optional custom path to torch binary |