Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 807 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 807 Bytes

NNLib

WIP library for SEGA NN formats, written on C#.

Usage

// Loading a file
NNFile file = new NNFile();
file.Read("path/to/nn/file.xno");

NNViewer

CLI tool that allows to view information about NN chunks in a file.

Special thanks

Special thanks goes to: