Figured some more stuff out, I just wrote all data to a text file and tried to see some patterns. I believe the order is like this

- read heightmap size
- read heigtmap data
- read padding string

repeat
- read triangle size
- read triangle data
end repeat
- read intensity size
- read intensities

- read extra texture layers

repeat
- read layer index
- read an int that seems to be an increasing number (paging number)
- read an int that seems to be always a 1
- read traingle size
- read triangles
- read intensity size
- read intensities
end repeat

This seems to be the algorithm, but I have no idea about that int that is always a 1

Last edited by Celludriel; 28/07/14 07:55 AM.