torch_import_modding
Import edited modding assets from modding.yml back into code, OTR, O2R, or header targets to apply asset modifications to N64 ROM projects.
Instructions
Import edited modding assets from destdir/modding/modding.yml back into code, otr, o2r, or header targets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | Target export mode to import edited assets into | |
| srcdir | No | Source directory containing config.yml | |
| destdir | No | Destination directory containing the modding/ folder and modding.yml | |
| verbose | No | Enable verbose output | |
| rom_path | Yes | Path to the N64 ROM file | |
| timeout_ms | No | Timeout in milliseconds | |
| torch_path | No | Optional custom path to torch binary |