EvilEngine/PICK

From Heavy Iron Modding
Revision as of 19:12, 30 November 2018 by Battlepedia>Seil
PICK
Pickup Table
TypeBinary

A pickup table is an asset which usually has only one instance in the entire game (in boot.hip) and defines information regarding pickups.

Format

The asset data starts with 'PICK' written in ASCII, then an int which defines the amount of entries, then the entries themselves. Each entry has the following format:

Offset Type Description
0x00 AssetID Reference ID. Used by PKUP assets to define pickup type.
0x04 byte Unknown. Usually 0xCD.
0x05 byte Unknown. Usually 0xCD.
0x06 byte Unknown. Usually 0x00.
0x07 byte Unknown. Usually 0x00.
0x08 int Unknown. Usually 1.
0x0C AssetID (Model) Model
0x10 int Unknown. Usually 0.