== Nova File Format (nvf) == {{{ #!c++ struct ndf_root { char id[4]; } struct ndf_header { int type; int name; int num_child; ndf_header children[]; } struct ndf_element { int num_attr; ndf_attribute attr[]; } struct ndf_attribute { int name; char type; } }}} * mesh (name, count other) * submesh * joints == Nova Archive (nar) == == Model file == {{{ model_root --mesh --mesh }}}