so about the armature tag, where do i put that exactly?
Barf Sergeant Knight at Arms 2010-05-19 #22 I assume you are using the module system , add itp_attach_armature or any other tags like disser original 插入代码块: ["blue_tourney_helmet","Blue Tourney Helmet",[("segmented_helm",0)],itp_type_head_armor,0,126, weight(2)|head_armor(16),imodbits_none], added itp_attach_armature 插入代码块: ["blue_tourney_helmet","Blue Tourney Helmet",[("segmented_helm",0)],itp_attach_armature|itp_type_head_armor,0,126, weight(2)|head_armor(16),imodbits_none], same thing 插入代码块: ["blue_tourney_helmet","Blue Tourney Helmet",[("segmented_helm",0)],itp_type_head_armor|itp_attach_armature,0,126, weight(2)|head_armor(16),imodbits_none], all the itp tags should be scrunched together with a single | between em...really all you have to do it take a gander at the module files and take note of the format they use and everything will make sense.
I assume you are using the module system , add itp_attach_armature or any other tags like disser original 插入代码块: ["blue_tourney_helmet","Blue Tourney Helmet",[("segmented_helm",0)],itp_type_head_armor,0,126, weight(2)|head_armor(16),imodbits_none], added itp_attach_armature 插入代码块: ["blue_tourney_helmet","Blue Tourney Helmet",[("segmented_helm",0)],itp_attach_armature|itp_type_head_armor,0,126, weight(2)|head_armor(16),imodbits_none], same thing 插入代码块: ["blue_tourney_helmet","Blue Tourney Helmet",[("segmented_helm",0)],itp_type_head_armor|itp_attach_armature,0,126, weight(2)|head_armor(16),imodbits_none], all the itp tags should be scrunched together with a single | between em...really all you have to do it take a gander at the module files and take note of the format they use and everything will make sense.
johncage Banned 2010-05-19 #23 alright thanks. i've only used open brf before. i'll go look for the module system.