-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_dump_fields.lst
More file actions
722 lines (675 loc) · 33 KB
/
_dump_fields.lst
File metadata and controls
722 lines (675 loc) · 33 KB
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
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
SaveGameType TagID VersionIn VersionOut SaveVersionIn SaveVersionOut TypeID XMLName1 XMLName2
Table: -1 game
0 370 35 -1 -1 -1 2 GameId Id
1 537 1 -1 -1 -1 2 GameSaveGameName SaveGameName
0 117 1 -1 -1 -1 17 GameSceneLinks SceneLinks
0 118 1 -1 -1 -1 17 GameCharacterLinks CharacterLinks
0 662 99 -1 -1 -1 17 GameInterfaces Interfaces
0 120 1 -1 -1 -1 17 GameFontLinks FontLinks
0 259 23 -1 -1 -1 17 GameLanguages Languages
0 121 1 -1 -1 -1 16 GameFirstScene FirstScene
0 349 26 -1 -1 -1 17 GameItems Items
0 358 26 -1 -1 -1 16 GameLoading Loading
0 124 1 -1 -1 -1 2 GameDescription Description
0 125 1 -1 -1 -1 2 GameAbout About
0 126 1 -1 -1 -1 13 GameWindowResolution WindowResolution
0 215 8 -1 -1 -1 17 GameCursors Cursors
0 224 15 -1 -1 -1 3 GameIntro Intro
2 244 21 -1 100 -1 1 GameCommandBehaviour CommandBehaviour
2 234 17 -1 47 -1 1 GameFadeDelay FadeDelay
2 246 22 -1 100 -1 1 GameScrollSpeed ScrollSpeed
0 247 22 -1 -1 -1 0 GameFullScreenIntro FullScreenIntro
0 303 23 -1 -1 -1 16 GameFirstCharacter FirstCharacter
2 305 23 -1 100 -1 0 GameDraggableItems DraggableItems
2 306 23 -1 100 -1 16 GameStandardLanguage StandardLanguage
0 318 23 -1 -1 -1 17 GameActions Actions
0 368 34 -1 -1 -1 16 GameStartAction StartAction
0 337 24 -1 -1 -1 16 GameRightClickAction RightClickAction
0 369 35 -1 -1 -1 2 GameReserved Reserved
2 377 37 -1 100 -1 1 GameHoldTime HoldTime
0 379 37 -1 -1 -1 16 GameLeftDblClickAction LeftDblClickAction
0 381 37 -1 -1 -1 16 GameLeftHoldAction LeftHoldAction
0 386 39 -1 -1 -1 16 GameLeftHoldingAction LeftHoldingAction
0 448 41 -1 -1 -1 17 GameParticleContainerLinks ParticleContainerLinks
2 547 44 -1 47 -1 1 GameFadeEffect FadeEffect
0 548 45 -1 -1 -1 1 GameMinificationFilter MinificationFilter
0 549 45 -1 -1 -1 1 GameMagnificationFilter MagnificationFilter
1 468 1 -1 -1 -1 16 GameCurrentCharacter CurrentCharacter
1 469 1 -1 -1 -1 16 GameCurrentScene CurrentScene
1 470 1 -1 -1 -1 13 GameScrollPosition ScrollPosition
1 471 1 -1 -1 -1 13 GameScrollToPoint ScrollToPoint
1 472 1 -1 -1 -1 0 GameScrollTo ScrollTo
1 473 1 -1 -1 -1 1 GameScrollDirectionHorizontal ScrollDirectionHorizontal
1 474 1 -1 -1 -1 1 GameScrollDirectionVertical ScrollDirectionVertical
1 476 1 -1 -1 -1 16 GameDialog Dialog
1 477 1 -1 -1 -1 16 GameCurrentText CurrentText
2 628 100 -1 100 -1 0 GameAutoHideInterfacesInMenu AutoHideInterfacesInMenu
1 479 1 -1 -1 -1 0 GameHideInterfaces HideInterfaces
1 480 1 -1 -1 -1 0 GameHideCursor HideCursor
1 481 1 -1 -1 -1 16 GameDialogAction DialogAction
1 482 -1 -1 99 -1 16 GameCurrentDialogAction CurrentDialogAction
1 483 1 -1 -1 -1 16 GameDestinationCommand DestinationCommand
1 484 1 -1 -1 -1 16 GameDestinationItem DestinationItem
1 485 1 -1 -1 -1 0 GameDestinationItemPicked DestinationItemPicked
1 615 -1 -1 100 -1 1 GameDestinationEvent DestinationEvent
1 486 1 -1 -1 -1 16 GameSavedObject SavedObject
1 561 -1 -1 50 -1 0 GameScrollCenterCharacter ScrollCenterCharacter
1 611 -1 -1 100 -1 16 GameScrollCharacter ScrollCharacter
0 563 51 -1 -1 -1 16 GameLeftClickAction LeftClickAction
2 565 52 -1 100 -1 0 GameAlwaysAllowSkipText AlwaysAllowSkipText
2 578 55 -1 100 -1 0 GameExecuteActionsDuringDialog ExecuteActionsDuringDialog
1 579 -1 -1 56 -1 16 GameHiddenDialog HiddenDialog
0 582 58 -1 -1 -1 0 GameAlignCharacterOnImExecution AlignCharacterOnImExecution
1 583 -1 -1 59 -1 1 GameTextOutput TextOutput
2 616 99 -1 169 -1 3 GameComposedFile ComposedFile
0 617 99 -1 -1 -1 1 GameSceneComposedFiles SceneComposedFiles
0 618 99 -1 -1 -1 3 GameSceneComposedFile SceneComposedFile
0 619 100 -1 -1 -1 1 GameCharacterComposedFiles CharacterComposedFiles
0 620 100 -1 -1 -1 3 GameCharacterComposedFile CharacterComposedFile
0 621 100 -1 -1 -1 1 GameMovieComposedFiles MovieComposedFiles
0 622 100 -1 -1 -1 3 GameMovieComposedFile MovieComposedFile
0 627 100 -1 -1 -1 2 GameVersion Version
1 610 -1 -1 100 -1 16 GameActiveCommand ActiveCommand
2 588 99 -1 116 -1 1 GameDrawActionText DrawActionText
2 589 99 -1 139 -1 16 GameActionTextFont ActionTextFont
0 590 99 -1 -1 -1 14 GameActionTextRect ActionTextRect
0 629 99 -1 -1 -1 0 GameQuake Quake
1 630 -1 -1 99 -1 1 GameQuakeForce QuakeForce
1 631 -1 -1 99 -1 1 GameQuakeSpeed QuakeSpeed
2 592 99 -1 99 -1 1 GameSpeakerTextAlignment SpeakerTextAlignment
2 593 99 -1 99 -1 1 GameTextAlignment TextAlignment
1 633 -1 -1 99 -1 16 GameCutsceneAction CutsceneAction
0 642 99 -1 -1 -1 0 GameKeepCharacterSpritesDuringMenus KeepCharacterSpritesDuringMenus
0 643 99 -1 -1 -1 1 GameDisableInteractionDuringAnim DisableInteractionDuringAnim
1 646 -1 -1 99 -1 1 GameTextSpeed TextSpeed
0 651 100 -1 -1 -1 17 GameScriptLinks ScriptLinks
0 661 114 -1 -1 -1 17 GameInterfaceClasses InterfaceClasses
1 667 -1 -1 119 -1 1 GameHorizontalScrollDistance HorizontalScrollDistance
1 668 -1 -1 119 -1 1 GameVerticalScrollDistance VerticalScrollDistance
0 669 118 -1 -1 -1 1 GamePictureCacheSize PictureCacheSize
0 670 119 -1 -1 -1 1 GameInterfaceComposedFiles InterfaceComposedFiles
0 671 119 -1 -1 -1 3 GameInterfaceComposedFile InterfaceComposedFile
0 682 121 -1 -1 -1 1 GameGameComposedFiles GameComposedFiles
0 683 121 -1 -1 -1 3 GameGameComposedFile GameComposedFile
0 685 125 -1 -1 -1 16 GameObjectFont ObjectFont
1 686 -1 -1 126 -1 16 GameUsedItem UsedItem
1 687 -1 -1 126 -1 16 GameCurrentObject CurrentObject
1 689 -1 -1 132 -1 1 GameCursorHorizontalScrollDistance CursorHorizontalScrollDistance
1 690 -1 -1 132 -1 1 GameCursorVerticalScrollDistance CursorVerticalScrollDistance
0 699 134 -1 -1 -1 0 GameVideosEncrypted VideosEncrypted
0 700 136 -1 -1 -1 2 GameCompanyName CompanyName
0 701 136 -1 -1 -1 2 GameGameName GameName
1 702 -1 -1 59 -1 1 GameObjectTextOutput ObjectTextOutput
1 730 -1 -1 146 -1 0 GameUsedItemPicked UsedItemPicked
0 731 147 -1 -1 -1 1 GamePreloadPicThreads PreloadPicThreads
0 732 147 -1 -1 -1 1 GamePreloadedPicBufferSize PreloadedPicBufferSize
0 733 147 -1 -1 -1 1 GamePicBufferSize PicBufferSize
2 735 151 -1 150 151 16 GameVideoSubtitleFont VideoSubtitleFont
2 736 151 -1 150 151 13 GameVideoSubtitlePosition VideoSubtitlePosition
2 737 151 -1 150 151 2 GameVideoSubtitleLanguage VideoSubtitleLanguage
2 738 151 -1 150 151 2 GameVideoAudioLanguage VideoAudioLanguage
0 743 154 -1 -1 -1 1 GamePreallocatedTextures PreallocatedTextures
0 745 156 -1 -1 -1 0 GameNearestNeighborInterpolation NearestNeighborInterpolation
1 755 -1 -1 162 -1 16 GameSpeechLanguage SpeechLanguage
2 758 173 -1 164 -1 1 SpeakerSoundPanFactor kerSoundPanFactor
1 759 -1 -1 166 -1 2 GameRegisteredEventHandlers RegisteredEventHandlers
2 763 169 -1 169 -1 0 GameShowBlackScreenAfterVideo ShowBlackScreenAfterVideo
0 764 170 -1 -1 -1 3 GameSavegameScreenshot SavegameScreenshot
0 766 171 -1 -1 -1 16 GameMiddleClickAction MiddleClickAction
0 767 171 -1 -1 -1 16 GameMouseWheelUpAction MouseWheelUpAction
0 768 171 -1 -1 -1 16 GameMouseWheelDownAction MouseWheelDownAction
0 780 173 -1 -1 -1 1 GameLeftHoldBehaviour LeftHoldBehaviour
0 781 173 -1 -1 -1 1 GameMiddleClickBehaviour MiddleClickBehaviour
0 782 173 -1 -1 -1 1 GameRightClickBehaviour RightClickBehaviour
1 787 -1 -1 173 -1 1 GameShaderExclude ShaderExclude
0 788 175 -1 -1 -1 3 GameVideoPauseScreen VideoPauseScreen
0 790 177 -1 -1 -1 0 GameExecuteCalledActionImmediately ExecuteCalledActionImmediately
0 803 180 -1 -1 -1 9 GameContainers Containers
0 804 180 -1 -1 -1 9 GameBuildRules BuildRules
0 818 181 -1 -1 -1 3 GameIconFile IconFile
0 819 181 -1 -1 -1 2 GameBuildOptions BuildOptions
0 820 181 -1 -1 -1 17 GameShaderLinks ShaderLinks
0 826 183 -1 -1 -1 0 GameSmoothScrolling SmoothScrolling
0 834 184 -1 -1 -1 17 GameAudioMixLinks AudioMixLinks
0 835 184 -1 -1 -1 17 GameAudioContainerLinks AudioContainerLinks
1 840 -1 -1 186 -1 1 GameOverlayVisibility OverlayVisibility
1 841 -1 -1 186 -1 1 GameOverlayColor OverlayColor
0 843 186 -1 -1 -1 1 GameSaveNameOffsetY SaveNameOffsetY
2 851 188 -1 188 -1 16 GameDefaultSpeechBus DefaultSpeechBus
2 852 188 -1 188 -1 16 GameDefaultSoundBus DefaultSoundBus
2 853 188 -1 188 -1 16 GameWalksoundBus WalksoundBus
2 854 188 -1 188 -1 16 GameDefaultMusicBus DefaultMusicBus
2 856 188 -1 188 -1 16 GameCursor Cursor
0 857 188 -1 -1 -1 9 GameCustomActionParts CustomActionParts
0 863 189 -1 -1 -1 17 GamePlugins Plugins
0 877 192 -1 -1 -1 17 GameBlockContainers BlockContainers
2 880 193 -1 193 -1 16 GameWaitCursor WaitCursor
0 890 195 -1 -1 -1 17 GameBehaviours Behaviours
0 891 196 -1 -1 -1 1 GameLeftClickBehaviour LeftClickBehaviour
1 914 -1 -1 199 -1 1 GameQuakeForceX QuakeForceX
1 915 -1 -1 199 -1 1 GameQuakeForceY QuakeForceY
1 911 -1 -1 199 -1 13 GameFadeCenter FadeCenter
1 912 -1 -1 199 -1 13 GameFadeInCenter FadeInCenter
1 913 -1 -1 199 -1 1 GameFadeRadius FadeRadius
0 918 199 -1 -1 -1 11 GameAdditionalFolders AdditionalFolders
2 924 203 -1 203 -1 16 GameDefaultMovieBus DefaultMovieBus
0 926 203 -1 -1 -1 1 GameMinimumTurnAngle MinimumTurnAngle
0 927 203 -1 -1 -1 1 GameMinimumWalkTurnAngle MinimumWalkTurnAngle
0 928 203 -1 -1 -1 1 GameLimitFramerate LimitFramerate
0 935 205 -1 -1 -1 1 GameMinDelayBetweenTextSkips MinDelayBetweenTextSkips
0 936 205 -1 -1 -1 0 GameSkipTextTransitionFirst SkipTextTransitionFirst
0 937 205 -1 -1 -1 0 GameActivateMipmapping ActivateMipmapping
0 938 205 -1 -1 -1 0 GameActivateMultiresolution ActivateMultiresolution
Table: 0 Characters
0 271 23 -1 -1 -1 16 CharacterName Name
2 272 23 -1 -1 -1 3 CharacterWalkingSound WalkingSound
0 585 2 -1 -1 -1 17 CharacterInterfaces Interfaces
0 275 23 -1 -1 -1 16 CharacterFont Font
2 276 23 -1 -1 -1 16 CharacterCurrentOutfit CurrentOutfit
2 277 23 -1 -1 -1 16 CharacterCurrentCommentSet CurrentCommentSet
0 283 23 -1 -1 -1 16 CharacterDialogCursor DialogCursor
0 278 23 -1 -1 -1 17 CharacterDialogs Dialogs
0 280 23 -1 -1 -1 17 CharacterActions Actions
0 281 23 -1 -1 -1 17 CharacterOutfits Outfits
0 282 23 -1 -1 -1 17 CharacterCommentSets CommentSets
0 311 23 -1 -1 -1 16 CharacterStartObject StartObject
0 334 24 -1 -1 -1 17 CharacterValues Values
0 331 24 -1 -1 -1 17 CharacterConditions Conditions
0 456 41 -1 -1 -1 0 CharacterScale Scale
0 457 41 -1 -1 -1 16 CharacterActiveDialogFont ActiveDialogFont
0 581 57 -1 -1 -1 16 CharacterInactiveDialogFont InactiveDialogFont
0 458 41 -1 -1 -1 14 CharacterDialogArea DialogArea
0 459 41 -1 -1 -1 15 CharacterDialogActiveScrollUp DialogActiveScrollUp
0 460 41 -1 -1 -1 15 CharacterDialogInactiveScrollUp DialogInactiveScrollUp
0 461 41 -1 -1 -1 15 CharacterDialogActiveScrollDown DialogActiveScrollDown
0 462 41 -1 -1 -1 15 CharacterDialogInactiveScrollDown DialogInactiveScrollDown
0 463 41 -1 -1 -1 15 CharacterDialogSprite DialogSprite
0 464 41 -1 -1 -1 1 CharacterDialogVerticalSpace DialogVerticalSpace
1 502 1 -1 -1 -1 0 CharacterActive Active
1 503 1 -1 -1 -1 16 CharacterScene Scene
1 504 1 -1 -1 -1 16 CharacterFollowCharacter FollowCharacter
1 505 1 -1 -1 -1 16 CharacterActionCharacter ActionCharacter
1 506 1 -1 -1 -1 16 CharacterFollowAction FollowAction
1 507 1 -1 -1 -1 1 CharacterFollowReachDistance FollowReachDistance
1 508 1 -1 -1 -1 1 CharacterAnimState AnimState
1 599 1 -1 -1 -1 1 CharacterDirection Direction
1 511 1 -1 -1 -1 1 CharacterState State
1 512 1 -1 -1 -1 13 CharacterPosition Position
1 513 1 -1 -1 -1 13 CharacterDestination Destination
1 515 1 -1 -1 -1 16 CharacterDestinationObject DestinationObject
1 517 1 -1 -1 -1 16 CharacterActiveCommand ActiveCommand
1 564 -1 -1 51 -1 1 CharacterAnimIndex AnimIndex
2 566 52 -1 52 -1 1 CharacterScaleFactor ScaleFactor
1 595 -1 -1 100 -1 1 CharacterVisibility Visibility
1 596 -1 -1 100 -1 1 CharacterDestVisibility DestVisibility
1 597 -1 -1 100 -1 1 CharacterTimeToDestVisibility TimeToDestVisibility
1 663 -1 -1 114 -1 17 CharacterItems Items
1 664 -1 -1 115 -1 1 CharacterTint Tint
2 734 149 -1 148 -1 13 CharacterActionDestPosition ActionDestPosition
1 749 -1 -1 158 -1 4 CharacterSize Size
1 793 -1 -1 178 -1 1 CharacterMatrixId MatrixId
1 795 -1 -1 179 -1 1 CharacterShaderSet ShaderSet
1 801 -1 -1 180 -1 0 CharacterLightmapActive LightmapActive
0 839 186 -1 -1 -1 0 CharacterHarmonizeWalkAnimations HarmonizeWalkAnimations
2 855 -1 -1 188 -1 16 CharacterAudioBus AudioBus
0 907 197 -1 -1 -1 17 CharacterComponents Components
0 920 201 -1 -1 -1 16 CharacterActiveUsedDialogFont ActiveUsedDialogFont
0 919 201 -1 -1 -1 16 CharacterInactiveUsedDialogFont InactiveUsedDialogFont
0 932 204 -1 -1 -1 16 CharacterStartScene StartScene
0 933 204 -1 -1 -1 13 CharacterStartPos StartPos
1 942 -1 -1 206 -1 4 CharacterScaleX ScaleX
1 943 -1 -1 206 -1 4 CharacterScaleY ScaleY
0 944 206 -1 -1 -1 16 CharacterSnoopAnimation SnoopAnimation
0 945 206 -1 -1 -1 13 CharacterSnoopAnimationOffsetPos SnoopAnimationOffsetPos
2 946 206 -1 206 -1 0 CharacterRandomAnimationDisabled RandomAnimationDisabled
Table: 1 Interfaces
2 138 -1 -1 100 -1 1 InterfaceScrollStepSize ScrollStepSize
0 238 18 -1 -1 -1 15 InterfaceSprite Sprite
0 140 1 -1 -1 -1 17 InterfaceButtons Buttons
2 298 23 -1 100 -1 16 InterfaceStandardCommand StandardCommand
2 302 23 -1 100 -1 13 InterfaceOffset Offset
2 314 23 -1 100 -1 1 InterfaceDisplacement Displacement
0 320 23 -1 -1 -1 16 InterfaceActionTextFont ActionTextFont
0 319 23 -1 -1 -1 14 InterfaceActionTextRect ActionTextRect
2 324 23 -1 100 -1 1 InterfaceSize Size
0 325 23 -1 -1 -1 8 InterfaceBorder Border
0 388 40 -1 -1 -1 16 InterfaceLeaveAction LeaveAction
0 452 41 -1 -1 -1 17 InterfaceConditions Conditions
0 453 41 -1 -1 -1 17 InterfaceValues Values
1 609 -1 -1 100 -1 1 InterfaceItemsScrollPosition ItemsScrollPosition
1 606 -1 -1 100 -1 0 InterfaceVisible Visible
1 603 -1 -1 100 -1 1 InterfaceVisibility Visibility
1 604 -1 -1 100 -1 1 InterfaceDestVisibility DestVisibility
1 605 -1 -1 100 -1 1 InterfaceTimeToDestVisibility TimeToDestVisibility
1 607 1 -1 -1 -1 16 InterfaceActiveCommand ActiveCommand
0 587 99 -1 -1 -1 0 InterfaceDrawActionText DrawActionText
0 659 114 -1 -1 -1 16 InterfaceInterfaceClass InterfaceClass
1 688 -1 -1 128 -1 13 InterfacePosition Position
0 789 176 -1 -1 -1 0 InterfaceShowAlways ShowAlways
1 802 -1 -1 180 -1 1 InterfaceMatrixId MatrixId
0 908 197 -1 -1 -1 17 InterfaceComponents Components
Table: 2 Buttons
0 342 25 -1 -1 -1 16 ButtonActiveSprite ActiveSprite
0 343 25 -1 -1 -1 16 ButtonInactiveSprite InactiveSprite
0 229 15 -1 -1 -1 16 ButtonCursor Cursor
0 295 23 -1 -1 -1 16 ButtonName Name
0 296 23 -1 -1 -1 16 ButtonConjunction Conjunction
0 297 23 -1 -1 -1 1 ButtonType Type
0 612 100 -1 -1 -1 1 ButtonCommandType CommandType
0 336 24 -1 -1 -1 1 ButtonUse Use
0 613 100 -1 -1 -1 0 ButtonUseOnCurrentCharacter UseOnCurrentCharacter
0 454 41 -1 -1 -1 8 ButtonPolygon Polygon
0 455 41 -1 -1 -1 17 ButtonActions Actions
0 543 43 -1 -1 -1 16 ButtonCondition Condition
0 544 43 -1 -1 -1 0 ButtonConditionNegate ConditionNegate
0 545 43 -1 -1 -1 16 ButtonAnimation Animation
0 546 43 -1 -1 -1 17 ButtonAnimations Animations
0 567 53 -1 -1 -1 0 ButtonDraggable Draggable
0 584 60 -1 -1 -1 17 ButtonGroup Group
1 796 -1 -1 180 -1 4 ButtonRotation Rotation
1 797 -1 -1 180 -1 13 ButtonRotationCenter RotationCenter
1 798 -1 -1 180 -1 1 ButtonShaderSet ShaderSet
1 799 -1 -1 180 -1 4 ButtonScale Scale
1 800 -1 -1 180 -1 1 ButtonMatrixId MatrixId
1 814 -1 -1 180 -1 4 ButtonScaleX ScaleX
1 815 -1 -1 180 -1 4 ButtonScaleY ScaleY
0 882 194 -1 -1 -1 16 ButtonValue Value
0 883 194 -1 -1 -1 1 ButtonValueOperator ValueOperator
0 884 194 -1 -1 -1 1 ButtonValueInt ValueInt
1 888 -1 -1 195 -1 1 ButtonVisibility Visibility
0 906 197 -1 -1 -1 17 ButtonComponents Components
1 916 -1 -1 200 -1 13 ButtonOffset Offset
Table: 3 Fonts
0 248 23 -1 -1 -1 15 FontSprite Sprite
0 143 1 -1 -1 -1 6 FontLetters Letters
0 249 23 -1 -1 -1 2 FontAlphabet Alphabet
0 250 23 -1 -1 -1 1 FontLetterSpacing LetterSpacing
0 540 42 -1 -1 -1 1 VerticalLetterSpacing icalLetterSpacing
0 623 100 -1 -1 -1 1 FontSpaceWidth SpaceWidth
0 634 100 -1 -1 -1 0 FontAutoLineBreak AutoLineBreak
0 635 100 -1 -1 -1 1 FontLineWidth LineWidth
0 703 138 -1 -1 -1 2 FontKerning Kerning
0 769 171 -1 -1 -1 0 FontTrueTypeFont TrueTypeFont
0 770 171 -1 -1 -1 16 FontFont Font
0 771 171 -1 -1 -1 3 FontTrueTypeFontPath TrueTypeFontPath
0 772 171 -1 -1 -1 4 FontSize Size
0 773 171 -1 -1 -1 1 FontColor Color
0 774 171 -1 -1 -1 0 FontBorder Border
0 775 171 -1 -1 -1 1 FontBorderColor BorderColor
0 776 171 -1 -1 -1 4 FontBorderSize BorderSize
0 777 171 -1 -1 -1 0 FontShadow Shadow
0 778 171 -1 -1 -1 13 FontShadowOffset ShadowOffset
0 934 204 -1 -1 -1 17 FontSubtypes Subtypes
0 947 206 -1 -1 -1 1 FontShadowColor ShadowColor
Table: 4 Scenes
0 236 18 -1 -1 -1 15 SceneSprite Sprite
0 364 28 -1 -1 -1 16 SceneName Name
2 132 1 -1 43 -1 3 SceneBackgroundMusic BackgroundMusic
0 365 29 -1 -1 -1 0 SceneContinueMusic ContinueMusic
0 133 1 -1 -1 -1 1 CDTrack ck
2 315 23 -1 100 -1 1 SceneMusicVolume MusicVolume
2 316 23 -1 100 -1 1 SceneMusicBalance MusicBalance
0 136 1 -1 -1 -1 17 SceneObjects Objects
2 232 17 -1 100 -1 0 SceneScrollOnEdges ScrollOnEdges
0 292 23 -1 -1 -1 0 SceneIsMenu IsMenu
0 293 23 -1 -1 -1 16 SceneCursor Cursor
0 322 23 -1 -1 -1 6 SceneSavegameAreas SavegameAreas
0 323 23 -1 -1 -1 1 SceneSavegameScrollStep SavegameScrollStep
0 332 24 -1 -1 -1 17 SceneValues Values
0 330 24 -1 -1 -1 17 SceneConditions Conditions
0 335 24 -1 -1 -1 17 SceneActions Actions
0 348 25 -1 -1 -1 16 SceneSavegameFont SavegameFont
0 441 41 -1 -1 -1 16 SceneParticleSystem ParticleSystem
2 550 46 -1 46 -1 3 SceneLightMap LightMap
2 568 54 -1 54 -1 14 SceneScrollableArea ScrollableArea
1 594 -1 -1 100 -1 1 SceneBrightness Brightness
0 640 99 -1 -1 -1 17 SceneWaySystems WaySystems
2 641 99 -1 99 -1 16 SceneCurrentWaySystem CurrentWaySystem
0 681 120 -1 -1 -1 17 SceneActionAreas ActionAreas
0 765 170 -1 -1 -1 3 SceneSavegameScreenshot SavegameScreenshot
1 794 -1 -1 179 -1 1 SceneShaderSet ShaderSet
0 838 184 -1 -1 -1 17 SceneAudioBusses AudioBusses
0 879 193 -1 -1 -1 16 SceneTestCharacter TestCharacter
0 892 1 -1 -1 -1 17 SceneCurves Curves
0 905 197 -1 -1 -1 17 SceneComponents Components
0 929 204 -1 -1 -1 13 SceneSaveTextOffset SaveTextOffset
0 930 204 -1 -1 -1 1 SceneSaveTextAlignment SaveTextAlignment
Table: 5 Points
0 145 1 -1 -1 -1 1 PointSize Size
0 146 1 -1 -1 -1 13 PointPosition Position
0 147 1 -1 -1 -1 17 PointRelations Relations
Table: 6 Objects
0 251 23 -1 -1 -1 16 ObjectName Name
0 341 25 -1 -1 -1 8 ObjectPolygon Polygon
0 222 13 -1 -1 -1 1 ObjectDirection Direction
0 169 1 -1 -1 -1 16 ObjectCondition Condition
0 170 1 -1 -1 -1 16 ObjectSprite Sprite
0 171 1 -1 -1 -1 16 ObjectAnimation Animation
0 172 1 -1 -1 -1 17 ObjectActions Actions
0 175 1 -1 -1 -1 17 ObjectConditions Conditions
0 176 1 -1 -1 -1 17 ObjectAnimations Animations
0 329 24 -1 -1 -1 1 ObjectCenter Center
0 333 24 -1 -1 -1 17 ObjectValues Values
0 339 24 -1 -1 -1 13 ObjectPosition Position
0 350 25 -1 -1 -1 0 ObjectIsItem IsItem
0 359 26 -1 -1 -1 0 ObjectConditionNegate ConditionNegate
0 384 38 -1 -1 -1 0 ObjectIsWalkable IsWalkable
0 538 42 -1 -1 -1 1 ObjectScrollFactorX ScrollFactorX
0 539 42 -1 -1 -1 1 ObjectScrollFactorY ScrollFactorY
1 600 -1 -1 100 -1 1 ObjectVisibility Visibility
1 601 -1 -1 100 -1 1 ObjectDestVisibility DestVisibility
1 602 -1 -1 100 -1 1 ObjectTimeToDestVisibility TimeToDestVisibility
0 665 117 -1 -1 -1 16 ObjectSnoopAnimation SnoopAnimation
0 666 117 -1 -1 -1 13 ObjectSnoopAnimationPos SnoopAnimationPos
1 779 -1 -1 172 -1 13 ObjectOffset Offset
1 783 -1 -1 174 -1 4 ObjectRotation Rotation
1 784 -1 -1 174 -1 13 ObjectRotationCenter RotationCenter
1 785 -1 -1 174 -1 1 ObjectShaderSet ShaderSet
1 786 -1 -1 174 -1 4 ObjectScale Scale
0 791 178 -1 -1 -1 3 ObjectModel Model
1 792 -1 -1 178 -1 1 ObjectMatrixId MatrixId
1 812 -1 -1 180 -1 4 ObjectScaleX ScaleX
1 813 -1 -1 180 -1 4 ObjectScaleY ScaleY
0 846 187 -1 -1 -1 16 ObjectValue Value
0 847 187 -1 -1 -1 1 ObjectValueOperator ValueOperator
0 848 187 -1 -1 -1 1 ObjectValueInt ValueInt
0 902 197 -1 -1 -1 17 ObjectComponents Components
0 910 199 -1 -1 -1 0 ObjectLightmapAffected LightmapAffected
Table: 7 Actions
0 159 1 -1 -1 -1 1 ActionExecutionType ExecutionType
0 160 1 -1 -1 -1 16 ActionFixture Fixture
0 161 1 -1 -1 -1 16 ActionCommand Command
0 162 1 -1 -1 -1 17 ActionActionParts ActionParts
0 948 206 -1 -1 -1 0 ActionDisabled Disabled
Table: 8 ActionParts
0 179 1 -1 -1 -1 1 ActionPartCommand Command
0 180 1 -1 -1 -1 16 ActionPartLink Link
0 181 1 -1 -1 -1 3 ActionPartPath Path
0 242 19 -1 -1 -1 1 ActionPartInt Int
0 290 23 -1 -1 -1 16 ActionPartAltLink AltLink
0 291 23 -1 -1 -1 1 ActionPartAltInt AltInt
0 591 99 -1 -1 -1 1 ActionPartAltInt2 AltInt2
0 654 100 -1 -1 -1 2 ActionPartString String
0 909 197 -1 -1 -1 0 ActionPartDisabled Disabled
Table: 9 Animations
0 184 1 -1 -1 -1 0 AnimationLoopRandom LoopRandom
0 187 1 -1 -1 -1 1 AnimationNumberOfLoops NumberOfLoops
0 188 1 -1 -1 -1 1 AnimationPause Pause
0 189 1 -1 -1 -1 13 AnimationPosition Position
0 190 1 -1 -1 -1 16 AnimationAction Action
0 235 18 -1 -1 -1 7 AnimationSprites Sprites
0 284 23 -1 -1 -1 16 AnimationMirror Mirror
0 285 23 -1 -1 -1 1 AnimationDirection Direction
0 338 24 -1 -1 -1 0 AnimationMove Move
0 344 25 -1 -1 -1 0 AnimationUseIndividualPause UseIndividualPause
0 367 30 -1 -1 -1 13 AnimationCenter Center
0 576 54 -1 -1 -1 17 AnimationPropertyFrames PropertyFrames
0 656 112 -1 -1 -1 1 AnimationReplay Replay
0 726 142 -1 -1 -1 1 AnimationModelAnimIndex ModelAnimIndex
0 727 142 -1 -1 -1 1 AnimationModelAnimSpeed ModelAnimSpeed
0 760 166 -1 -1 -1 12 AnimationWalkSteps WalkSteps
0 808 180 -1 -1 -1 3 AnimationModelFile ModelFile
0 809 180 -1 -1 -1 2 AnimationModelName ModelName
0 811 180 -1 -1 -1 1 AnimationEndDirection EndDirection
0 849 187 -1 -1 -1 10 AnimationPauses Pauses
0 940 206 -1 -1 -1 0 AnimationMirrorCopied MirrorCopied
Table: 10 Conditions
0 193 1 -1 -1 -1 0 ConditionIsVariable IsVariable
2 194 1 -1 -1 -1 0 ConditionValue Value
0 195 1 -1 -1 -1 0 ConditionReturnNegate ReturnNegate
0 198 1 -1 -1 -1 1 ConditionOperator Operator
0 844 187 -1 -1 -1 17 ConditionConditions Conditions
0 845 187 -1 -1 -1 20 ConditionConditionsNegate ConditionsNegate
0 939 205 -1 -1 -1 9 ConditionSettings Settings
Table: 11 Dialogs
0 202 1 -1 -1 -1 17 DialogDialogParts DialogParts
0 825 182 -1 -1 -1 16 DialogCharacter Character
Table: 12 DialogParts
0 204 1 -1 -1 -1 16 DialogPartCondition Condition
0 614 100 -1 -1 -1 0 DialogPartConditionNegate ConditionNegate
0 205 1 -1 -1 -1 16 DialogPartText Text
0 206 1 -1 -1 -1 16 DialogPartAction Action
0 655 104 -1 -1 -1 16 DialogPartLinkedAction LinkedAction
0 286 23 -1 -1 -1 16 DialogPartAnswerText AnswerText
0 287 23 -1 -1 -1 1 DialogPartReturn Return
0 288 23 -1 -1 -1 0 DialogPartRemove Remove
0 289 23 -1 -1 -1 16 DialogPartNextDialog NextDialog
0 465 41 -1 -1 -1 16 DialogPartAltText AltText
0 466 41 -1 -1 -1 0 DialogPartUseAltText UseAltText
1 317 -1 -1 23 -1 0 DialogPartAvailable Available
0 885 194 -1 -1 -1 16 DialogPartValue Value
0 886 194 -1 -1 -1 1 DialogPartValueOperator ValueOperator
0 887 194 -1 -1 -1 1 DialogPartValueInt ValueInt
1 921 -1 -1 201 -1 0 DialogPartUsed Used
Table: 13 Sprites
0 237 18 -1 -1 -1 15 SpriteSprite Sprite
Table: 14 Texts
0 761 167 -1 -1 -1 18 TextTextLanguages TextLanguages
Table: 15 Cursors
0 647 99 -1 -1 -1 16 CursorActiveAnimation ActiveAnimation
0 648 99 -1 -1 -1 16 CursorInactiveAnimation InactiveAnimation
Table: 16 CommentSets
0 557 48 -1 -1 -1 17 CommentSetEntries Entries
Table: 17 Outfits
0 267 1 -1 -1 -1 17 OutfitWalkAnimations WalkAnimations
0 268 1 -1 -1 -1 17 OutfitTalkAnimations TalkAnimations
0 321 1 -1 -1 -1 17 OutfitRandomAnimations RandomAnimations
0 269 1 -1 -1 -1 17 OutfitCharacterAnimations CharacterAnimations
0 383 38 -1 -1 -1 17 OutfitStandingAnimations StandingAnimations
2 270 1 -1 -1 -1 1 OutfitCharacterSpeed CharacterSpeed
0 708 140 -1 -1 -1 3 OutfitModel Model
2 710 140 -1 144 -1 1 OutfitCameraHeight CameraHeight
2 711 140 -1 144 -1 1 OutfitCameraAngle CameraAngle
2 712 140 -1 144 -1 0 OutfitUseLight UseLight
2 713 140 -1 144 -1 4 OutfitLightPosX LightPosX
2 714 140 -1 144 -1 4 OutfitLightPosY LightPosY
2 715 140 -1 144 -1 4 OutfitLightPosZ LightPosZ
2 716 140 -1 144 -1 1 OutfitLightColor LightColor
2 718 142 -1 144 -1 1 OutfitModelScaleFactor ModelScaleFactor
2 721 142 -1 144 -1 0 OutfitModelUseToonShading ModelUseToonShading
2 722 142 -1 144 -1 1 OutfitModelToonNuances ModelToonNuances
2 723 142 -1 144 -1 0 OutfitModelShowOutline ModelShowOutline
2 724 142 -1 144 -1 1 OutfitModelOutlineColor ModelOutlineColor
2 725 142 -1 144 -1 1 OutfitModelOutlineWidth ModelOutlineWidth
0 728 143 -1 -1 -1 11 OutfitModelTextures ModelTextures
2 729 144 -1 144 -1 1 OutfitAmbientLightColor AmbientLightColor
2 750 160 -1 160 -1 1 OutfitModelShadowVisibility ModelShadowVisibility
0 756 163 -1 -1 -1 1 OutfitRandomMinTime RandomMinTime
0 757 163 -1 -1 -1 1 OutfitRandomMaxTime RandomMaxTime
0 751 160 -1 -1 -1 1 OutfitModelShadow ModelShadow
0 752 160 -1 -1 -1 1 OutfitModelAmbientOcclusion ModelAmbientOcclusion
0 762 168 -1 -1 -1 0 OutfitSlideWalkAnimation SlideWalkAnimation
0 807 180 -1 -1 -1 11 OutfitModelFiles ModelFiles
0 810 180 -1 -1 -1 17 OutfitTurnAnimations TurnAnimations
0 867 190 -1 -1 -1 1 OutfitModelTurnSpeed ModelTurnSpeed
Table: 18 Languages
Table: 19 TextLanguages
0 256 1 -1 -1 -1 2 TextLanguageText Text
0 257 1 -1 -1 -1 3 TextLanguageSound Sound
0 258 1 -1 -1 -1 16 TextLanguageLanguage Language
Table: 20 Values
2 328 1 -1 43 -1 1 ValueInt Int
0 345 25 -1 -1 -1 0 ValueRandom Random
0 346 25 -1 -1 -1 1 ValueRandomMin RandomMin
0 347 25 -1 -1 -1 1 ValueRandomMax RandomMax
2 632 100 -1 100 -1 2 ValueString String
2 805 184 -1 184 -1 4 ValueFloat Float
Table: 21 Loadings
0 357 1 -1 -1 -1 3 LoadingMusic Music
0 353 1 -1 -1 -1 15 LoadingSprite Sprite
0 355 99 -1 -1 -1 15 LoadingStatusSprite StatusSprite
0 356 1 -1 -1 -1 0 LoadingStatusCover StatusCover
Table: 22 Particles
0 392 41 -1 -1 -1 3 ParticleTexture Texture
0 393 41 -1 -1 -1 1 ParticleMaterialMode MaterialMode
0 394 41 -1 -1 -1 1 ParticleTilesX TilesX
0 395 41 -1 -1 -1 1 ParticleTilesY TilesY
0 396 41 -1 -1 -1 1 ParticleType Type
0 399 41 -1 -1 -1 1 ParticleEmitterType EmitterType
0 403 41 -1 -1 -1 1 ParticleMaxParticles MaxParticles
0 404 41 -1 -1 -1 4 ParticlePerTime PerTime
0 405 41 -1 -1 -1 1 ParticlePhiX PhiX
0 406 41 -1 -1 -1 1 ParticlePhiY PhiY
0 407 41 -1 -1 -1 4 ParticleMinSize MinSize
0 408 41 -1 -1 -1 4 ParticleMaxSize MaxSize
0 409 41 -1 -1 -1 4 ParticleMinVelocity MinVelocity
0 410 41 -1 -1 -1 4 ParticleMaxVelocity MaxVelocity
0 411 41 -1 -1 -1 1 ParticleMinLife MinLife
0 412 41 -1 -1 -1 1 ParticleMaxLife MaxLife
0 413 41 -1 -1 -1 1 ParticleMinColor MinColor
0 414 41 -1 -1 -1 1 ParticleMaxColor MaxColor
0 415 41 -1 -1 -1 1 ParticleRotationX RotationX
0 416 41 -1 -1 -1 1 ParticleRotationZ RotationZ
0 417 41 -1 -1 -1 1 ParticleActiveStages ActiveStages
0 418 41 -1 -1 -1 1 ParticleBlendColor0 BlendColor0
0 419 41 -1 -1 -1 1 ParticleBlendColor1 BlendColor1
0 420 41 -1 -1 -1 1 ParticleBlendColor2 BlendColor2
0 421 41 -1 -1 -1 1 ParticleBlendColor3 BlendColor3
0 422 41 -1 -1 -1 12 ParticleBlendColorCurve0 BlendColorCurve0
0 423 41 -1 -1 -1 12 ParticleBlendColorCurve1 BlendColorCurve1
0 424 41 -1 -1 -1 12 ParticleBlendColorCurve2 BlendColorCurve2
0 425 41 -1 -1 -1 12 ParticleBlendColorCurve3 BlendColorCurve3
0 426 41 -1 -1 -1 10 ParticleColorControlPoints0 ColorControlPoints0
0 427 41 -1 -1 -1 10 ParticleColorControlPoints1 ColorControlPoints1
0 428 41 -1 -1 -1 10 ParticleColorControlPoints2 ColorControlPoints2
0 429 41 -1 -1 -1 10 ParticleColorControlPoints3 ColorControlPoints3
0 430 41 -1 -1 -1 1 ParticleForceType ForceType
0 431 41 -1 -1 -1 4 ParticleForceStrength ForceStrength
0 432 41 -1 -1 -1 1 ParticleForceRotationX ForceRotationX
0 433 41 -1 -1 -1 1 ParticleForceRotationZ ForceRotationZ
0 434 41 -1 -1 -1 4 ParticleForceXPos ForceXPos
0 435 41 -1 -1 -1 4 ParticleForceYPos ForceYPos
0 436 41 -1 -1 -1 4 ParticleForceZPos ForceZPos
0 437 41 -1 -1 -1 4 ParticleForceBlend ForceBlend
0 438 41 -1 -1 -1 12 ParticleBlendSizeCurve BlendSizeCurve
0 439 41 -1 -1 -1 10 ParticleSizeControlPoints SizeControlPoints
0 443 41 -1 -1 -1 1 ParticleBlendMaxTile BlendMaxTile
0 444 41 -1 -1 -1 12 ParticleBlendTilesCurve BlendTilesCurve
0 445 41 -1 -1 -1 10 ParticleBlendTilesControlPoints BlendTilesControlPoints
0 741 152 -1 -1 -1 1 ParticlePosX PosX
0 742 152 -1 -1 -1 1 ParticlePosY PosY
0 746 157 -1 -1 -1 1 ParticleEmitterSizeX EmitterSizeX
0 747 157 -1 -1 -1 1 ParticleEmitterSizeY EmitterSizeY
0 748 157 -1 -1 -1 1 ParticleEmitterSizeZ EmitterSizeZ
Table: 23 ParticleContainers
0 451 1 -1 -1 -1 17 ParticleContainerParticles Particles
0 446 41 -1 -1 -1 4 ParticleContainerCameraZPosition CameraZPosition
0 447 41 -1 -1 -1 4 ParticleContainerCameraZoom CameraZoom
0 442 41 -1 -1 -1 1 ParticleContainerLeadTime LeadTime
0 806 180 -1 -1 -1 2 ParticleContainerSettings Settings
0 824 181 -1 -1 -1 16 ParticleContainerPreviewScene PreviewScene
0 931 1 -1 -1 -1 17 ParticleContainerSubParticles SubParticles
Table: 24 ActiveTexts
1 624 1 -1 -1 -1 16 TextSavedObject SavedObject
1 521 1 -1 -1 -1 2 TextRemainingText RemainingText
1 522 1 -1 -1 -1 2 TextCurrentText CurrentText
1 523 1 -1 -1 -1 13 TextPosition Position
1 524 1 -1 -1 -1 1 TextTimeToWait TimeToWait
1 525 1 -1 -1 -1 1 TextTimeElapsed TimeElapsed
1 526 1 -1 -1 -1 16 TextFont Font
1 527 1 -1 -1 -1 0 TextBackground Background
1 529 1 -1 -1 -1 0 TextActive Active
1 530 1 -1 -1 -1 0 TextWaitForAudio WaitForAudio
1 684 -1 -1 125 -1 16 TextOwner Owner
1 744 -1 -1 155 -1 1 TextAlignment Alignment
Table: 25 ActiveActions
1 625 1 -1 -1 -1 16 ActionSavedObject SavedObject
1 488 1 -1 -1 -1 0 ActionActionPartStarted ActionPartStarted
1 489 1 -1 -1 -1 1 ActionActionPartIndex ActionPartIndex
1 490 1 -1 -1 -1 1 ActionContinueWaitForEndIfElse ContinueWaitForEndIfElse
1 491 1 -1 -1 -1 0 ActionTimerStarted TimerStarted
1 492 1 -1 -1 -1 1 ActionPauseTime PauseTime
1 842 1 -1 -1 -1 1 ActionSavedValue SavedValue
Table: 26 ActiveAnimations
1 626 1 -1 -1 -1 16 AnimationSavedObject SavedObject
1 493 1 -1 -1 -1 1 AnimationLoops Loops
1 541 -1 -1 42 -1 0 PlayOppositeDirection iteDirection
1 494 1 -1 -1 -1 1 AnimationCurrentSpriteIndex CurrentSpriteIndex
1 495 1 -1 -1 -1 13 AnimationCurrentSpritePos CurrentSpritePos
1 496 1 -1 -1 -1 13 AnimationCurrentPosition CurrentPosition
1 497 1 -1 -1 -1 1 AnimationCalledTime CalledTime
1 499 1 -1 -1 -1 4 AnimationSize Size
1 500 1 -1 -1 -1 0 AnimationWaiting Waiting
1 501 1 -1 -1 -1 1 AnimationWaitingTime WaitingTime
1 542 -1 -1 42 -1 1 FrameCount t
1 577 -1 -1 54 -1 0 AnimationPreloaded Preloaded
1 580 -1 -1 56 -1 0 AnimationActive Active
1 644 -1 -1 99 -1 1 AnimationFirstFrame FirstFrame
1 645 -1 -1 99 -1 1 AnimationLastFrame LastFrame
1 691 -1 -1 133 -1 0 AnimationStartedByUser StartedByUser
Table: 27 CommentSetEntries
0 559 1 -1 -1 -1 16 CommentSetEntryText Text
0 560 1 -1 -1 -1 16 CommentSetEntryCommand Command
Table: 28 AnimationFrames
0 571 1 -1 -1 -1 1 AnimationFrameIndex Index
0 572 1 -1 -1 -1 3 AnimationFrameSound Sound
0 573 1 -1 -1 -1 1 AnimationFrameSoundVolume SoundVolume
0 574 1 -1 -1 -1 1 AnimationFrameSoundBalance SoundBalance
0 575 1 -1 -1 -1 16 AnimationFrameAction Action
Table: 29 WaySystems
0 638 1 -1 -1 -1 8 WaySystemBorder Border
0 639 1 -1 -1 -1 17 WaySystemPoints Points
Table: 30 Scripts
0 652 1 -1 -1 -1 2 ScriptScript Script
0 653 1 -1 -1 -1 1 ScriptType Type
Table: 31 InterfaceClasses
0 660 114 -1 -1 -1 2 InterfaceClassName Name
Table: 32 ActionAreas
0 674 120 -1 -1 -1 8 ActionAreaPolygon Polygon
0 675 120 -1 -1 -1 17 ActionAreaActions Actions
0 949 206 -1 -1 -1 0 ActionAreaDisabled Disabled
Table: 33 AreaActions
0 678 120 -1 -1 -1 16 AreaActionCharacter Character
0 679 120 -1 -1 -1 0 AreaActionExecuteAlways ExecuteAlways
0 680 120 -1 -1 -1 16 AreaActionAction Action
Table: 34 ScriptVariables
1 695 -1 -1 133 -1 1 ScriptVariableValueType ValueType
1 694 -1 -1 133 -1 1 ScriptVariableKeyType KeyType
1 696 -1 -1 133 -1 2 ScriptVariableValue Value
1 697 -1 -1 133 -1 0 ScriptVariableIsGlobalVar IsGlobalVar
1 698 -1 -1 133 -1 17 ScriptVariableItems Items
Table: 35 Models
0 706 140 -1 -1 -1 3 ModelModel Model
0 707 140 -1 -1 -1 11 ModelTextures Textures
Table: 36 Shaders
0 821 181 -1 -1 -1 2 ShaderFS FS
0 822 181 -1 -1 -1 2 ShaderVS VS
0 823 181 -1 -1 -1 2 ShaderCompiled Compiled
Table: 37 AudioBusses
0 830 184 -1 -1 -1 17 AudioBusLinks Links
0 829 184 -1 -1 -1 1 AudioBusType Type
0 831 184 -1 -1 -1 2 AudioBusSettings Settings
0 836 184 -1 -1 -1 17 AudioBusValues Values
0 837 184 -1 -1 -1 17 AudioBusEvents Events
0 850 187 -1 -1 -1 16 AudioBusOutputBus OutputBus
0 881 194 -1 -1 -1 17 AudioBusLinkedObjects LinkedObjects
Table: 38 Events
0 864 189 -1 -1 -1 16 EventAction Action
0 865 189 -1 -1 -1 16 EventStartBus StartBus
0 866 189 -1 -1 -1 16 EventStopBus StopBus
Table: 39 Plugins
0 860 189 -1 -1 -1 0 PluginActive Active
0 861 189 -1 -1 -1 2 PluginDirectory Directory
0 862 189 -1 -1 -1 2 PluginData Data
0 917 199 -1 -1 -1 16 PluginComponent Component
Table: 40 BlockContainers
0 870 192 -1 -1 -1 17 BlockContainerBlocks Blocks
0 903 197 -1 -1 -1 2 BlockContainerCode Code
0 904 197 -1 -1 -1 2 BlockContainerSource Source
0 922 202 -1 -1 -1 13 VBlockContainerPos rPos
0 923 202 -1 -1 -1 4 VBlockContainerZoom rZoom
Table: 41 Blocks
0 875 192 -1 -1 -1 2 BlockTypeName TypeName
0 874 192 -1 -1 -1 2 BlockConfig Config
0 873 192 -1 -1 -1 17 BlockLinks Links
0 876 192 -1 -1 -1 13 BlockPosition Position
0 878 192 -1 -1 -1 0 BlockActive Active
0 889 195 -1 -1 -1 1 BlockType Type
Table: 42 Curves
0 895 196 -1 -1 -1 8 CurvePoints Points
0 896 196 -1 -1 -1 1 CurveType Type
Table: 43 Components
0 899 197 -1 -1 -1 1 ComponentType Type
0 900 197 -1 -1 -1 2 ComponentData Data
0 901 197 -1 -1 -1 17 ComponentLinks Links
0 925 203 -1 -1 -1 16 ComponentSubObject SubObject