wapeddell Posted July 17, 2016 Posted July 17, 2016 How do you attach an effect shader to certain part of body or bone? I know how to apply it to the entire body by using Enchantments. What I'm trying to accomplish is for example have your head just on fire or your hands just on fire.
Guest Posted July 17, 2016 Posted July 17, 2016 How do you attach an effect shader to certain part of body or bone? I know how to apply it to the entire body by using Enchantments. What I'm trying to accomplish is for example have your head just on fire or your hands just on fire. As far as I know, the effect shares are exactly the same that were available for Skyrim. So technically you cannot apply it only to a body part. Some possibilities with the texture shaders can be done by defining the texture to be applied by respecting the UV map of the body mesh. But it will not work for particle shaders, like the fire.
wapeddell Posted July 17, 2016 Author Posted July 17, 2016 How do you attach an effect shader to certain part of body or bone? I know how to apply it to the entire body by using Enchantments. What I'm trying to accomplish is for example have your head just on fire or your hands just on fire. As far as I know, the effect shares are exactly the same that were available for Skyrim. So technically you cannot apply it only to a body part. Some possibilities with the texture shaders can be done by defining the texture to be applied by respecting the UV map of the body mesh. But it will not work for particle shaders, like the fire. Hmmm not even a script would work either?
Guest Posted July 17, 2016 Posted July 17, 2016 Effect Shaders are defined as object, not scriptable. They have many possibilities and configurations, but still having the "effect" to target a specific part of the body is really problematic, if not impossible. And, no, scripts are not helping here. Sorry.
wapeddell Posted July 17, 2016 Author Posted July 17, 2016 Effect Shaders are defined as object, not scriptable. They have many possibilities and configurations, but still having the "effect" to target a specific part of the body is really problematic, if not impossible. And, no, scripts are not helping here. Sorry. Thanks brother I guess I will have to do it manually with a nif.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.