CONST

Description

This file contains constant integer and string values that are used for the GUI (e.g Font Colors etc.)

Specification

The endianness is always LE in this format.

List of items

After the header there follow the items, with their size specified by ItemCount. An item looks like the specification in the table below:

Offset Bytes Type Name
0 4 UINT32 Type
4 4 UINT32 Value
  • Type: there are two types of entries:
    • STRING = 1
    • NUMBER = 4
  • Value: depending on the type of this entry the value is interpreted differently. In case of a number the value is just used directly. For strings the value specifies an offset within the to a null terminated String.