PrOD files contain information about placement of smaller detail object on the MainField (i.e. small rocks and flowers).
Offset | Length | Type | Description |
---|---|---|---|
0x00 |
4 | String | PrOD file signature (magic) 50 72 4F 44 or "PrOD" |
0x04 |
4 | Unsigned Int | Unknown |
Offset | Length | Type | Description |
---|---|---|---|
0x00 |
4 | Unsigned Int | Segments count |
Offset | Length | Type | Description |
---|---|---|---|
0x00 |
4 | Unsigned Int | Segment header size |
0x04 |
4 | Unsigned Int | File size |
0x08 |
4 | Unsigned Int | Object array count |
0x0a |
4 | Unsigned Int | String table offset (Relative to segment header) |
0x10 |
4 | Padding |
Offset | Length | Type | Description |
---|---|---|---|
0x00 |
4 | Unsigned Int | Object array size (in bytes) |
0x04 |
4 | Unsigned Int | Array length |
0x08 |
4 | Unsigned Int | String table index |
0x0c |
4 | Padding |
Offset | Length | Type | Description |
---|---|---|---|
0x00 |
4 | Float | x |
0x04 |
4 | Float | y |
0x08 |
4 | Float | z |
0x10 |
4 | Float | Rotation x |
0x14 |
4 | Float | Rotation y |
0x18 |
4 | Float | Rotation z |
0x1a |
4 | Float | Scale |
0x1c |
4 | Padding |