Jump to content

Attaching Art Objects to Armor


DocClox

1,098 views

Busily debugging the first quest, and one of the problems I've been having is that the static word rings I've been using appear foolishly low on the taller girls. Also, if the girl doesn't align quite right with the furniture, the ring clips the arm or misses it entirely.

 

All of this inspired me to take another look at using animated add-ons for armor.

 

image.png

 

I finally got it working! The rings rotate, they have attached lights (rather too bright at the moment, but give me time :) ) and they're linked to the cuffs  and the forearm and calf bones, so they move with the actor.. I'd like them a little nearer the hands and feed, but I suspect I can do that with a translation on a node in teh ring nifs.

 

They shrink too.

 

image.png

 

There's two sets of rings there because the old static ones are still in place

 

I get a bit of spare time, I'll try and write up a couple of tutorials for some of this stuff.

 

I really do need to tweak the lighting again, however. Just when I got it about right, as well.

 

image.png

4 Comments


Recommended Comments

I've been trying to do something similar by attaching the shocks spell visuals to armor with no success. I'd love a tutorial! 

Link to comment

I don't have a lot of time right now, but basically you need a .nif with an AttachT node. That's an NiStringsExtraData node called "AttachT". The Value should be "NamedNode&", plus whatever the name of the bone you want the nif to attach to. Here's one of my rotating cuffs as an example.

 

image.png

 

Then you want an ArtObject of type MagicHitEffect that points at that nif file

 

image.png

 

Then set up a Magic Effect that uses that art object as Hit Effect Art

 

image.png

 

I don't think it needs the Light archetype unless you're planning on attaching a light to the nif (if you do, that's what the AttachLight node is for). You probably do want Constant Effect since this works best as an enchantment or an ability. You need delivery = self and you need the FX Persist box ticked.

 

Then set up an enchantment using the effect

 

image.png

 

And attach the enchantment to a an item of armor in the "Enchanting" slot

 

image.png

 

And with a bit of luck, that should attach the effect whenever the armor is equipped and remove it when the armor is taken off.

 

You an also use the magic effect to define an ability and add it to a character by whatever means, then the spell will attach the nf when it runs and remove it when the ability is removed.

 

Hope that helps :)

Link to comment

Cool, really appreciate the walkthrough! I'll play with it and let you know if I have any success 

Link to comment

Great job explaining everything! Everything worked flawlessly first try aside from something on my end with my nif, it seems to have lost it's billboarding and it no longer draws over the other armor parts properly. I'd hate to turn this into a nifskope troubleshooting thread lol, so I'll just thank you for your help thus far!

ScreenShot130.png

Link to comment
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use