HDB

From Niotso Wiki
Jump to: navigation, search

HDB is a plaintext format that describes the line number, and byte offset, of each instruction in a MakeTrax source file. This format is described as a "DEBUGFILE" in HitLabServiceD.dll in the Play Test version of the game. The HDB files are not used ingame.

Its syntax is as follows:

SOURCEFILE Name of source file  {line,offset}
{line,offset}
...

There may be multiple source files defined in the same HDB file.