WIP library for SEGA NN formats, written on C#.
// Loading a file
NNFile file = new NNFile();
file.Read("path/to/nn/file.xno");
CLI tool that allows to view information about NN chunks in a file.
Special thanks goes to:
- Radfordhound - for writing an article about NN Chunk Format and Texlist chunk
- TGE - for making the initial Sonic 4 Episode I decompilation
- WamWooWam - for making an improved decompilation
- SEGA - for making the original port of Sonic 4 Episode I on Windows Phone.