data - sk-zk/md155 GitHub Wiki

The .data file of a sector contains properties of Road and Prefab items which are unimportant to game logic, such as terrain and vegetation.

Structure

Field(s) Description
Header See Header.
u64 uid
struct payload

The UID of the referenced map item followed by its .data payload. See Road#Data part and Prefab#Data part for details.

This is repeated until uid is the EOF marker 0xFFFFFFFFFFFFFFFFF.

⚠️ **GitHub.com Fallback** ⚠️