GithubHelp home page GithubHelp logo

gota7 / ndst Goto Github PK

View Code? Open in Web Editor NEW
6.0 3.0 0.0 877 KB

NDS toolkit for unpacking and rebuilding ROMs, along with some conversion/compression abilities.

License: GNU General Public License v3.0

C# 99.53% Python 0.47%

ndst's Introduction

Ndst

NDS toolkit for unpacking and rebuilding ROMs, along with some conversion/compression abilities. RoadrunnerWMC's Ndspy was used for reference.

Advantages:

  • Extracted assets are easier to work with (especially with automatic conversion).
  • Patch folder allows for easier mod distribution and source control.
  • Can automate building ROMs with a build system.

Extract a ROM with automatically converting files enabled, then rebuild:

./Ndst -e ROM.nds Conversions ExtractedROM
./Ndst -n ExtractedROM ROMPatches Conversions NewROM.nds
ninja

Extract a ROM without converting files, then rebuild:

./Ndst -e ROM.nds ExtractedROM
./Ndst -n ExtractedROM ROMPatches NewROM.nds
ninja

Pack a ROM folder:

./Ndst -p ExtractedROM NewROM.nds

Usage:

    Ndst MODE input1 (input2) (input3) output
        Modes:
            -e Extract a ROM (input1) with optional conversion folder (input2) to a folder (output).
            -n Generate a ninja build system for ROM folder (input1), patch folder (input2), and optional conversion folder (input3) to build ROM (output).
            -p Pack a ROM folder (input1) to a ROM (output).
            -t Use file conversion method (input1) to convert file (input2) and save as (output).
            -c Copy file (input1) to (output).

ndst's People

Contributors

gota7 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.