Donut Team is a labor of love, built and maintained by a small group of passionate developers. We invest our own time and resources to offer our tools, mods, and web services completely free of charge.

We don't run ads, and we will never sell your data - period.

If you've enjoyed anything we've created, please consider supporting our work with a one-time or monthly donation via our Ko-fi page . Every contribution helps us continue building great experiences for the community.

Dismiss
  • Games
  • Radical Entertainment
  • Shared File Formats
  • Pure3D Files
  • Chunk Types
  • Uncategorized

Terrain Type List (0x300000E)

TODO

Data Structure

Property Data Type Description
Version uint32 TODO
NumTypes uint32 TODO
Types TerrainType[NumTypes] TODO

TerrainType

Property Data Type Description
Type Types Terrain type. Stored in bits 0–6 of the underlying byte value (0x7F mask).
Interior bool Indicates interior terrain. Stored in bit 7 (0x80). true = bit set.

Types

1 byte

Name Value
Road 0
Grass 1
Sand 2
Gravel 3
Water 4
Wood 5
Metal 6
Dirt 7

Parents

TODO

Children

TODO