YouDoNotKnowMyName Posted April 11, 2020 Share Posted April 11, 2020 Good evening / early moring everybody! I have a little question: Is it possible to make the hair of a NPC glow slightly?If so, how would this be done? If you know anything about this, let me know here. Link to comment Share on other sites More sharing options...
Oynlen Posted April 12, 2020 Share Posted April 12, 2020 You would need to create a new hair mesh, then look at a material file that has glow map. Create a new material file using same flags as the glowmap one. And probably you will need to make a glow texture from the hairs texture, which is another layer of texture the material file will use. Then in an esp create a unique head part with the new hair mesh and assign it to the npc. Link to comment Share on other sites More sharing options...
YouDoNotKnowMyName Posted April 12, 2020 Author Share Posted April 12, 2020 Create a new mesh? Really?Can't I just make some kind of "material swap" for an existing hair mesh?And the "glow texture" will be just like "transparent = no glow; colour = glow in the colour; transparency of colour = 'intensity of glow'", right? Sorry for all the n00b questions ... Link to comment Share on other sites More sharing options...
Oynlen Posted April 14, 2020 Share Posted April 14, 2020 when I say create new, basically just copy the one you want and rename it. the new material will be assigned to that mesh so unless you want anyone with that hairstyle to have glowing hair then you need a different name on the mesh. textures for glow seem to be semitransparent with no colour. the colour comes from the emmit flag in the material file. I think all the texture does is mask areas to glow more or less, it would look bad if a creature was just glowing all over with the same intensity. To be honest with you, Iv never created a glow texture on anything but pretty much just reverse engineer one of the vanilla glowing meshes, material files etc. Link to comment Share on other sites More sharing options...
YouDoNotKnowMyName Posted April 14, 2020 Author Share Posted April 14, 2020 Ok, thanks for the information. > "Reverse engineering one of the vanilla glowing meshes" Seems like those glowing Ghouls have some use after all ... :laugh: Link to comment Share on other sites More sharing options...
Zorkaz Posted April 14, 2020 Share Posted April 14, 2020 Or use a wig as a base, I'm sure there are tons of good wig mods out there. Just saying if it doesn't work out Link to comment Share on other sites More sharing options...
Oynlen Posted April 15, 2020 Share Posted April 15, 2020 wig is good idea, it can just be added to npc as part of their outfit then.I Reverse engineering is how I learned everything. I tested a basic version and it works. https://imgur.com/lA8mG9TFor this all I did was copy a BSeffectShader Block of one glowing mesh and paste it into the trishape of the hair so it overwrites the BSLightingShader data. To refine it more, you could tell it to use the actual hair texture as base and make a new greyscale one from the original hair texture. You can then copy the material file and rename it as a new one, add you new textures to it and edit the emmit strength so its not so bright. To get an Ambient glow that lights up things around the hair, you will need to look at the AO nifs of glowing creatures. I think you might need to resize it and weight in Outfitstudio so it can be another headpart or pasted into the hair mesh itself. Good luck, I hope some of what I say makes sense. haha Link to comment Share on other sites More sharing options...
thousande Posted April 15, 2020 Share Posted April 15, 2020 There is also a good general glow map tutorial on NM, https://www.nexusmods.com/fallout4/mods/11947 Link to comment Share on other sites More sharing options...
YouDoNotKnowMyName Posted April 15, 2020 Author Share Posted April 15, 2020 Thanks for all of the information! I will have a look at that tutorial and yes, I understood what you were trying to say. No, I don't need that "ambient glow", so it doesn't have to be an acutal light. Just a slight green glow ... Link to comment Share on other sites More sharing options...
Recommended Posts