Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/roughsketch/mdnds
- Owner: Roughsketch
- Created: 2014-07-29T20:59:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-14T17:15:00.000Z (over 7 years ago)
- Last Synced: 2023-04-10T11:21:04.016Z (over 1 year ago)
- Language: C++
- Size: 69.3 KB
- Stars: 12
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |