Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/roughsketch/mdnds

NDS extractor and builder
https://github.com/roughsketch/mdnds

Last synced: 24 days ago
JSON representation

NDS extractor and builder

Awesome Lists containing this project

README

        

mdnds
===

The purpose of this tool is to make it easier to extract and build NDS ROMs with command line tools.

### Commands

To extract all the files from the disc into a directory:

extract file.nds output/directory/path

To build a ROM you must pass in a directory that has had the contents of a ROM extracted to it previously. If it detects missing files or improper structure it will not build anything.

build previously/extracted/directory output.nds

Files will simply list the contents of the disc to the console.

files file.nds

#### Aliases

For convinience there are single letter aliases for all the commands.

|Command|Alias|
|-------|----:|
|extract| e |
|build | b |
|files | f |