NMCR ("RCMN") - Nitro Multi Cell Runtime
Author(s): Gonhex
Research: (see sections)
The multi cell runtime combines multiple animated cells into objects. These can be animated again to allow more complex animations.
Table of Contents
Data Structure
File Container
struct ContainerFileNMCR
{
/* 0x00 */ struct NitroFileHeader fileHeader;
/* 0x10 */ struct ContainerSectionMCBK sectionDataMCBK;
}; // entry size = fileHeader.lengthFile
Field Name | Description | Data Type |
---|---|---|
fileHeader | Header of this file. fileHeader.signature = "RCMN" . | NitroFileHeader |
sectionDataCEBK | Cell cluster data. | ContainerSectionMCBK |