MAB Format - DustStormPettigrew/LibLR1 GitHub Wiki
MAB — Material Animations
Material frame-based animation sequences.
Top-Level Blocks
| Block ID |
Hex |
Type |
| Material Frames |
0x27 |
MAB_MaterialFrame[] |
| Animations |
0x28 |
MAB_Animation[] (struct array) |
MAB_MaterialFrame
| Field |
Type |
Description |
| Material |
string |
Material name reference |
| Frame |
int |
Frame index |
MAB_Animation Properties
| Property |
Hex |
Type |
Description |
| Material Frames |
0x27 |
int, int |
Animation offset + length into the MaterialFrames array |
| Num Frames |
0x29 |
int |
Total frame count |
| Speed |
0x2A |
int |
Playback speed |
Read/Write Support
Full round-trip.
Back to Home