-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathepvsp.bt
40 lines (38 loc) · 1.31 KB
/
epvsp.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
31
32
33
34
35
36
37
38
39
40
//------------------------------------------------
//--- 010 Editor v9.0.2 Binary Template
//
// File:
// Authors: Silvris
// Version:
// Purpose:
// Category:
// File Mask:
// ID Bytes:
// History:
//------------------------------------------------
typedef struct{
int mElemNo<bgcolor=0xFF00FF>;
int mReqID<bgcolor=0x00FFFF>; //several have -1, meaning it either takes the previous one of the groupID or it just doesn't play anything
int mKillReqID<bgcolor=0xFF0000>;
uint EpvElement<bgcolor=0x00FF00>;
uint EpvIndex<bgcolor=0xFFFF00>;
}RequestData;
typedef struct{
int mElemNo<bgcolor=0xFF00FF>;
int mReqID<bgcolor=0x00FFFF>; //several have -1, meaning it either takes the previous one of the groupID or it just doesn't play anything
uint mCallState<bgcolor=0x0000FF>;
uint mOption<bgcolor=0xFF0000>;
uint EpvElement<bgcolor=0x00FF00>;
uint EpvIndex<bgcolor=0xFFFF00>;
}TriggerData;
uint IceborneMark<format=hex,bgcolor=0xFFFFFF>;
char ESP[4]<bgcolor=0x000000>;
uint version<bgcolor=0x000000>;
uint hashType<format=hex,bgcolor=0x000000>;
if (hashType == 0x45185BED){
string WWCTPath<bgcolor=0xFF00FF>;
};
uint requestDataCount<bgcolor=0xFFFF00>;
RequestData requestData[requestDataCount];
uint triggerDataCount<bgcolor=0xFFFF00>;
TriggerData triggerData[triggerDataCount];