nitro-engine/tools
Antonio Niño Díaz 381e4071ac tools: Update md5_2_dsma
This fixes a bug where the base animation of the model (its standing pose)
would be exported with the wrong extension.
2024-06-02 12:08:08 +01:00
..
img2ds img2ds: Update readme to mention img2ds is deprecated 2024-01-27 18:41:59 +00:00
md5_to_dsma tools: Update md5_2_dsma 2024-06-02 12:08:08 +01:00
obj2dl tools: Clarify some comments 2024-01-01 03:50:16 +01:00
readme.rst img2ds: Add another deprecation notice 2024-01-28 01:44:50 +00:00

Nitro Engine Tools
==================

The following tools are used to export models created on the PC to the NDS:

- **obj2dl**

  Converts a Wavefront OBJ file into a NDS display list.

- **md5_to_dsma**

  Converts MD5 models with skeletal animation (md5mesh and md5anim files) into a
  format that allows them to be displayed on the NDS efficiently.

  https://github.com/AntonioND/dsma-library

- **img2ds**

  Converts images in several formats to NDS textures and palettes. It is
  recommended to use PNG files with transparency.

  This tool has been deprecated. You should only use it for the depth bitmap
  (DEPTHBMP), as this conversion isn't supported by any other tool.