NMAR ("RAMN") - Nitro Multi Animation Runtime
Author(s): Gonhex
Research: (see sections)
The multi animation runtime works in the same way as the animation runtime does, but on multi cells. The animations on the individual cells are not effected.
Table of Contents
Data Structure
File Container
struct ContainerFileNMAR
{
/* 0x00 */ struct NitroFileHeader fileHeader;
/* 0x10 */ struct ContainerSectionABNK sectionDataABNK;
/* append */ struct ContainerSectionLABL sectionDataLABL;
}; // entry size = fileHeader.lengthFile
Field Name | Description | Data Type |
---|---|---|
fileHeader | Header of this file. fileHeader.signature = "RAMN" . | NitroFileHeader |
sectionDataABNK | Cell animation data. | ContainerSectionABNK |
sectionDataLABL | Cell-name table. | ContainerSectionLABL |