Skip to content
Roland Lux edited this page Dec 4, 2013 · 13 revisions

General Format

uint16 Magic number (0xC6F5)

uint64 Raw data position (offset)

properties

Raw data

properties format

uint8 property type

1 - int32

2 - double

3 - string (null-terminated)

key null-terminated string

value depends on type

Endianness

Numbers are saved with little endian.

Clone this wiki locally