20. EffectorList

(1) EffectorList

u32 effector_list_tag Describes the tags of EffectorList. Please set the tags shown below.

TAG_EFFECTOR_LIST       0x00260000

u32 effector_list_header_size Describes the EffectorListHeader byte size.
u32 effector_list_size Describes the EffetorList byte size.
u32 effector_num Describes the Effector number.
u32 effector_num_byte Describes the Effector byte size.
Effector This is the Effector area.

Appendix ... about IK System

Go to the data chunk

(2) Effector
u32 effector_tag Describes the tags of Effector. Please set the tags shown below.

TAG_EFFECTOR            0x00260100

u32 this_effector_index Describes this Effector's index number.
u32 effector_size Describes the Effector byte size.
u32 effector_name_index Uses a NameList index number to describe the Effector name.
u32 effector_type Describes the Effector type. Please describe 0x0 as the default.
u32 obj_num Describes the Obj number linked from Effector.
u32 external_obj_num Describes the Obj number linked from an external file reference Effector.
u32 anim_index Describes the AnimGroup index number linked from Effector.
u32 obj_index Describes the Obj index number linked from Effector.

If obj_num = 0, this field is not described.

u32 external_obj_file_name_index When the Obj that is linked from the Effector references an external file, that file name is described with an ExternalNameList index number.

Please do not include the directory name etc. when describing this file name.

If external_obj_num = 0, this field is not described.

u32 external_obj_name_index When the Obj that is linked from the Effector references an external file, that Obj name is described with an ExternalNameList index number.

If external_obj_num = 0, this field is not described.

Appendix ... about IK System

Go to the data chunk