Forum Discussion
12 years ago
The tags can be found in the following two resources: S4_545AC67A_006CA304_DDE418AFF7A9D9AD
S4_545AC67A_006CA304_D89CB9186B79ACB7
Table includes all object of type 0x00000008, but like all tables that don't have a structure position set, it's only a container. In this case, the ages field of the main struct is a list with seven elements starting at the position of the first element in the table. So the first 7 elements in table belong to that first list (ages), while the other two belong to the tags array.
Same goes for table. It's a container for all strings used elsewhere (in this case only the null for cas_idle_asm_state and the None for cas_trait_asm_param).
(I haven't actually looked too deeply into the simdata info in the bt file so far, so this is from my own observations while I was writing my tool.)
S4_545AC67A_006CA304_D89CB9186B79ACB7
Table includes all object of type 0x00000008, but like all tables that don't have a structure position set, it's only a container. In this case, the ages field of the main struct is a list with seven elements starting at the position of the first element in the table. So the first 7 elements in table belong to that first list (ages), while the other two belong to the tags array.
Same goes for table. It's a container for all strings used elsewhere (in this case only the null for cas_idle_asm_state and the None for cas_trait_asm_param).
(I haven't actually looked too deeply into the simdata info in the bt file so far, so this is from my own observations while I was writing my tool.)