-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwwev.bt
30 lines (29 loc) · 859 Bytes
/
wwev.bt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
//------------------------------------------------
//--- 010 Editor v9.0.2 Binary Template
//
// File:
// Authors: Silvris
// Version:
// Purpose:
// Category:
// File Mask:
// ID Bytes:
// History:
//------------------------------------------------
typedef struct{
short EventNumber<bgcolor=0x00FF00>;
short FF<bgcolor=0x000000>;
uint eventID<name="Event Object ID", bgcolor=0x0000FF>;
uint commandHash<bgcolor=0xFF0000>;
byte unkn[116]<bgcolor=0xFF00FF>;
string WWPC<bgcolor=0x00FFFF>;
}WWEVStruct;
char Magic[4]<bgcolor=0x000000>;
uint version<bgcolor=0xFFFFFF>;
uint structCount<bgcolor=0x00FFFF>;
uint unkn;
string WWBKstring<bgcolor=0xFFFF00>;
string WWPKstring<bgcolor=0xFFFF00>;
string WWCOLstring<bgcolor=0xFFFF00>;
string WWSPLstring<bgcolor=0xFFFF00>;
WWEVStruct WWEVData[structCount]<optimize=false>;