EvilEngine/MVPT

From Heavy Iron Modding
Revision as of 11:13, 10 September 2018 by Battlepedia>Igorseabra4

This asset defines move points. Enemies usually have a few MVPT to move along. Platforms and other objects also refer to this asset.

Format

MVPT are object assets, so they start with their 0x8 byte header, then are followed by:

Offset Type Description
0x8 Vector3 Position
0x14 byte Unknown, usually 0x27
0x15 byte Unknown, usually 0x10
0x16 byte 0x00 for zone, 0x01 for point (?)
0x17 byte Unknown, usually 0x00
0x18 int otherAmount - Amount of children/siblings
0x1C Vector3 Scale
0x28 AssetID[otherAmount] Asset IDs of children/siblings MVPTs
Events
- Event[numberOfEvents] Events - Do MVPT even have events?