//------------------------------------------------ //--- 010 Editor v10.0 Binary Template // // File: vt2_strings.bt // Authors: Lucas Schwiderski // Version: 1.0 // Purpose: Vermintide 2 Strings // Category: Vermintide 2 // File Mask: *.strings // ID Bytes: AE F3 85 3E // History: //------------------------------------------------ uint32 header ; uint32 count; typedef struct { uint32 name_hash ; uint32 address ; } A; A a[count];