//------------------------------------------------ //--- 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 ; uint32 count; typedef struct { uint32 name_hash ; uint32 address ; } Entry; Entry entries[count];