MikeFightNight Posted December 11, 2011 Share Posted December 11, 2011 Can anyone help me to add a NiAlpha property to a mesh so I can use transparent textures on it? I'm new to modding and have just wrapped my head around texturing and have done a little tinkering with NifSkope, enough to know it scares me a little. Anyway, I am trying to add some transparent parts to the Warlock hood mesh but I guess the mesh needs NiAlpha property checked? I wanted to do some transparent texture stuff with the nightingale mesh so I just downloaded a mod that had done some transparent texture work and used that version of the mesh. Sadly I can not find any examples of this for the Warlock Hood mesh. I also undertsand I have to hex edit the mesh so it can try to find a texture other than the defualt warlock black hood, I already know how to do this so have no fear. Any help would be greatly appreciated. Link to comment Share on other sites More sharing options...
RogueDemonKing Posted February 6, 2012 Share Posted February 6, 2012 Bump I'm having the same issue adding NIAlpha property. It just puts a block outside of the main branch which does nothing.... Link to comment Share on other sites More sharing options...
Sunnie Posted February 7, 2012 Share Posted February 7, 2012 You need to make sure that the NiAlphaProperty block is parented correctly by the NiTriShape you are adding it to. In the following pic you can see it's parent, the NiTriShape. http://i857.photobucket.com/albums/ab133/sunnie2_photos/Misc/nifinfo1.jpg Link to comment Share on other sites More sharing options...
SkjoldBjorn Posted February 7, 2012 Share Posted February 7, 2012 Yea like Sunni said, you need to parent the alpha to the right node. Select the appropiate node you want alphas on (the NiTriShape node) and scroll down to properties it should be put there with BSLightingShaderProperty.Say if you add an NiAlphaProperty and it is assigned number 20, you need to write the number 20 in the properties window in nifskope under NiTriShape. Link to comment Share on other sites More sharing options...
RogueDemonKing Posted February 8, 2012 Share Posted February 8, 2012 Got helped by another modder already, but thanks for the help anyway :) Link to comment Share on other sites More sharing options...
Recommended Posts