u32 chain_root_list_tag Specifies the tags of ChainRootList. Please specify the tags shown below. TAG_CHAIN_ROOT_LIST 0x00240000u32 chain_root_list_header_size Specifies the ChainRootListHeader byte size. u32 chain_root_list_size Specifies the ChainRootList byte size. u32 chain_root_list_num Specifies the total number of the ChainRoot. u32 chain_root_num_byte Specifies the byte size of each ChainRoot. ChainRoot This is the ChainRoot area.
u32 chain_root_tag Specifies the tags of ChainRoot. Please specify the tags shown below. TAG_CHAIN_ROOT 0x00240100u32 this_chain_root_index Specifies the index number of this ChainRoot. u32 chain_root_size Specifies the ChainRoot byte size. u32 chain_root_name_index Uses a NameList index number to describe the ChainRoot name. u32 chain_root_type Specifies the ChainRoot type. Please specify 0x0 as the default. u32 obj_num Specifies the total number of the Obj linked from the ChainRoot. u32 external_obj_num Specifies the total number of the Obj linked from the ChainRoot that references an external file. u32 anim_index Specifies the ChainRoot animation with the index number of the AnimGroup. u32 joint_index Specifies the Joint index number that is linked from the ChainRoot. u32 obj_index Specifies the Obj index number that is linked from the ChainRoot. If obj_num = 0, this field is not specified.
u32 external_obj_file_name_index If the Obj that is linked from the ChainRoot references an external file, that file name is specified with an ExternalNameList index number. Please do not include the directory name etc. when specifying this file name.
If external_obj_num = 0, this field is not specified.
u32 external_obj_name_index If the Obj that is linked from the ChainRoot references an external file, that Obj name is specified with an ExternalNameList index number. If external_obj_num = 0, this field is not specified.