22 lines
No EOL
497 B
Text
22 lines
No EOL
497 B
Text
//------------------------------------------------
|
|
//--- 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 <hidden=true>;
|
|
uint32 count;
|
|
|
|
typedef struct {
|
|
uint32 name_hash <format=hex>;
|
|
uint32 address <format=hex>;
|
|
} A;
|
|
|
|
A a[count]; |