Sonic '06 MST Decoder and Encoder
Go to file
David Korth d44a33e873 Initial implementation of mst06, a Sonic'06 MST decoder and encoder.
Currently decodes strings from MST files.

License: GPL v3.0

Known issues:
- Very quick and dirty.
- Prints all strings to stdout. Should eventually create an XML file.
- UTF-16BE isn't properly converted to UTF-8. Instead, the characters
  are truncated to 8-bit. This works for English, but has issues with
  other Latin-based languages, and completely screws up Japanese.
2019-05-11 10:49:14 -04:00
cmake Initial implementation of mst06, a Sonic'06 MST decoder and encoder. 2019-05-11 10:49:14 -04:00
src Initial implementation of mst06, a Sonic'06 MST decoder and encoder. 2019-05-11 10:49:14 -04:00
CMakeLists.txt Initial implementation of mst06, a Sonic'06 MST decoder and encoder. 2019-05-11 10:49:14 -04:00
LICENSE Initial implementation of mst06, a Sonic'06 MST decoder and encoder. 2019-05-11 10:49:14 -04:00