The Retro Entertainment Software Toolkit - Tools for Developing Console Homebrews
Go to file
Ashley N. b4fffa8ea9 get_instruments refactor 2023-08-25 22:18:15 -04:00
sample Reskit sample/test data 2021-02-16 20:39:02 -05:00
src get_instruments refactor 2023-08-25 22:18:15 -04:00
.gitignore Update gitignore, fix bug in combining delay events 2023-08-25 14:16:16 -04:00
Cargo.toml Additional work generating esf files 2023-08-23 23:51:41 -04:00
README.md Update README.md 2023-08-12 17:38:41 -04:00

README.md

reskit

INCOMPLETE

Resource kit for the Sega Genesis/Megadrive. Converts tilesets and soundtracks for use in custom Sega Megadrive game engines.

Tileset Tool

reskit tileset --input file.png --output file.bin --format bin

The file format will contain the palette required by the image, followed by the image.

Caveats

  • Image dimensions that are not a multiple of 8 will be rounded up to the nearest multiple of 8.
  • Input images containing more than 15 colours will not be converted and will throw an error.

Soundtrack Tool

reskit soundtrack --input song.dmf --output song.bin --format esf

The file format will contain the instrument definitions, followed by waveform samples, followed by an Echo Stream Format (ESF) stream.