-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathw3-wtg-131.ksy
397 lines (397 loc) · 7.79 KB
/
w3-wtg-131.ksy
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
meta:
id: w3_wtg_131
file-extension: wtg
endian: le
imports:
- w3id
- w3str
seq:
- id: magic
type: w3id
- id: magic2
type: u4
- id: version
type: u4
- id: num_header
type: u4
- id: num_removed_header
type: u4
- id: removed_header
type: removed_header
repeat: expr
repeat-expr: num_removed_header
- id: num_library
type: u4
- id: num_removed_library
type: u4
- id: removed_library
type: removed_library
repeat: expr
repeat-expr: num_removed_library
- id: num_category
type: u4
- id: num_removed_category
type: u4
- id: removed_category
type: removed_category
repeat: expr
repeat-expr: num_removed_category
- id: num_trig
type: u4
- id: num_removed_trig
type: u4
- id: removed_trig
type: removed_trig
repeat: expr
repeat-expr: num_removed_trig
- id: num_comment
type: u4
- id: num_removed_comment
type: u4
- id: removed_comment
type: removed_comment
repeat: expr
repeat-expr: num_removed_comment
- id: num_script
type: u4
- id: num_removed_script
type: u4
- id: removed_script
type: removed_script
repeat: expr
repeat-expr: num_removed_script
- id: num_var_element
type: u4
- id: num_removed_var
type: u4
- id: removed_var
type: removed_var
repeat: expr
repeat-expr: num_removed_var
- id: unknown2
type: u4
- id: unknown3
type: u4
- id: trig_version
type: u4
- id: num_existing_var
type: u4
- id: existing_var
type: var
repeat: expr
repeat-expr: num_existing_var
- id: num_element
type: u4
- id: element
type: element
repeat: expr
repeat-expr: num_element
#repeat-expr: num_header + num_library + num_trig + num_comment + num_script + num_var_element + 1
types:
removed_header:
seq:
- id: id
type: u4
removed_library:
seq:
- id: id
type: u4
removed_category:
seq:
- id: id
type: u4
removed_trig:
seq:
- id: id
type: u4
removed_comment:
seq:
- id: id
type: u4
removed_script:
seq:
- id: id
type: u4
removed_var:
seq:
- id: id
type: u4
element:
seq:
- id: type
type: u4
enum: element_type
- id: header
type: header
if: (type == element_type::header) or (type == element_type::library) or (type == element_type::category)
#- id: library
# type: library
# if: (type & 0x2) > 0
#- id: category
# type: category
# if: (type & 0x4) > 0
- id: trig
type: trig
if: (type == element_type::trig)
#- id: comment
# type: comment
# if: (type & 16) > 0
#- id: script
# type: script
# if: (type & 32) > 0
- id: var
type: var_element
if: (type == element_type::var)
header:
seq:
- id: index
type: u4
- id: name
type: w3str
- id: is_comment
type: u4
if: _root.version == 7
- id: category_has_children
type: u4
- id: category_parent_id
type: u4
library:
seq:
- id: index
type: u4
- id: name
type: w3str
- id: is_comment
type: u4
if: _root.version == 7
- id: category_has_children
type: u4
- id: category_parent_id
type: u4
category:
seq:
- id: index
type: u4
- id: name
type: w3str
- id: is_comment
type: u4
if: _root.version == 7
- id: category_has_children
type: u4
- id: category_parent_id
type: u4
var:
seq:
- id: name
type: w3str
- id: type
type: w3str
- id: unknown
type: u4
- id: is_array
type: u4
- id: array_size
type: u4
if: _root.version == 7
- id: use_initial_value
type: u4
- id: initial_value
type: w3str
- id: id
type: u4
- id: parent_id
type: u4
trig:
seq:
- id: name
type: w3str
- id: description
type: w3str
- id: is_comment
type: u4
if: _root.version == 7
- id: id
type: u4
- id: is_activated
type: u4
- id: is_custom_script
type: u4
- id: is_initially_disabled
type: u4
- id: run_on_init
type: u4
- id: parent_id
type: u4
- id: num_eca
type: u4
- id: eca
type: eca(false, 2)
repeat: expr
repeat-expr: num_eca
#- id: eca2
# type: eca(false, 0)
comment:
seq:
- id: name
type: w3str
- id: description
type: w3str
- id: is_comment
type: u4
if: _root.version == 7
- id: id
type: u4
- id: is_activated
type: u4
- id: is_custom_script
type: u4
- id: is_initially_enabled
type: u4
- id: run_on_init
type: u4
- id: parent_id
type: u4
script:
seq:
- id: name
type: w3str
- id: description
type: w3str
- id: is_comment
type: u4
if: _root.version == 7
- id: id
type: u4
- id: is_activated
type: u4
- id: is_custom_script
type: u4
- id: is_initially_enabled
type: u4
- id: run_on_init
type: u4
- id: parent_id
type: u4
var_element:
seq:
- id: id
type: u4
- id: name
type: w3str
- id: parent_id
type: u4
eca:
params:
- id: is_child
type: bool
- id: num_param
type: u4
seq:
- id: type
type: u4
enum: eca_type
- id: group_number
type: u4
if: is_child == true
- id: func
type: func
- id: is_enabled
type: u4
- id: param
type: param
repeat: expr
repeat-expr: func.num_param
#repeat-expr: num_param
- id: num_child_eca
type: u4
- id: child_eca
type: eca(true, 0)
repeat: expr
repeat-expr: num_child_eca
if: _root.version == 7
param:
seq:
- id: param_type
type: u4
enum: param_type
- id: value
type: w3str
- id: has_sub
type: u4
- id: sub_param
type: sub_param
if: has_sub != 0
- id: unknown2
type: u4
if: (_root.version == 7) and not (has_sub == 0)
- id: is_array
type: u4
- id: array_index
type: param
if: is_array != 0
param2:
seq:
- id: param_type
type: u4
enum: param_type
- id: value
type: w3str
- id: has_sub
type: u4
- id: sub_param
type: sub_param
if: has_sub != 0
- id: unknown2
type: u4
if: (_root.version == 7) and not (has_sub == 0)
- id: is_array
type: u4
#- id: array_index
# type: param
# if: is_array != 0
sub_param:
seq:
- id: sub_type
type: u4
- id: func
type: func
- id: has_param
type: u4
- id: param
type: param
repeat: expr
repeat-expr: func.num_param
func:
seq:
- id: num_arguments_and_name
type: w3str
process: wtg_func_lookup
terminator: 0
instances:
num_param:
io: num_arguments_and_name._io
pos: 0
type: u4
name:
io: num_arguments_and_name._io
pos: 4
type: w3str
enums:
element_type:
1: header
2: library
4: category
8: trig
16: comment
32: script
64: var
param_type:
0: preset
1: variable
2: function
3: string
eca_type:
0: event
1: condition
2: action