2
Fork 0
Code Activity
Var Dump:
dumpVar: only available in dev mode
Mailing List
010-templates/dt_strings.bt

22 lines
No EOL
492 B
Text

//------------------------------------------------
//--- 010 Editor v12.0.1 Binary Template
//
// File: dt_strings.bt
// Authors: Lucas Schwiderski
// Version: 1.0
// Purpose: Darktide Strings
// Category: Darktide
// File Mask: *.strings
// ID Bytes:
// History:
//------------------------------------------------
uint32 header <hidden=true>;
uint32 count;
typedef struct {
uint32 name_hash <format=hex>;
uint32 address <format=hex>;
} Entry;
Entry entries[count];