As an example for copying the Warlord glow, additionally to copying the 'ATTACHABLE_HIGHLIGHT_WARLORD' node plus subnodes into the BIP structure of your unit, you will also need to copy the 'ATTACHABLES' node plus subnode to the 'MD NonAccum' node of your unit.
If you copy both nodes (plus subnodes) from the same original unit, all entries should already fit to each other. Otherwise, you will have to check their entries (for example, the entry of the 'NiStringExtraData' subnode of the 'ATTACHABLES' node). Further, if you want to have the glow appear or disappear for different animations, you will have to create entries in the respective kf file.
Hope this helps.![]()
I was missing inserting the node into the BIP structure. When I look at the list of nodes in the Modern Warlord NIF, the glow nodes don't appear as a sub-node of NiMultiTargetTransformController. Only when I look at the Bip01 NiNode and its subnodes does the glow appear. So I didn't know I was missing that part.
I have the glow working now. Thank you.