n00biepl0x Posted March 20, 2008 Share Posted March 20, 2008 I'm making a texture for a mod, and I need a glow map in it. I have already made the map itself, but haven't added any emissive nifSkope settings. The wish I have with this map is that it won't glow when light and will glow when dark. According to the cs.elderscrolls forums this IS possible, but they don't tell how. Could someone please help me with this? Thanks in advance,n00biepl0x Link to comment Share on other sites More sharing options...
protoman9999 Posted March 20, 2008 Share Posted March 20, 2008 I'm just a beginner modder, but you could look into the scripting in that map on a grave that gives you the Mythic Dawn cave location in the game. Link to comment Share on other sites More sharing options...
SickleYield Posted March 20, 2008 Share Posted March 20, 2008 It doesn't take a script. Glow mapping is a texture feature only. First you'll have to set the "emissive color" on the material of the .nif to something other than black. The closer to white it is, the more it will glow. A completely while emissive channel will probably glow in daylight as well as in the dark; a darker gray one will be much more subtle. You can also control degree of glow by how bright or dark your glow map is. This is a grayscale texture that you name the same as the regular texture, as you would with a normal map; thus you have texture.dds, texture_n.dds (normal map) and texture_g.dds (glow map) all in the same folder. Parts of the glow map that you want to glow brightly should be white; those you don't want to glow at all should be black. Shades of gray will give intermediate degrees. You can look at the game's glow maps for good examples, if you've unpacked your .bsas. The daedric and glass weapons and armor both have them. Many modded weapons use some degree of glow mapping as well. More info on normal and glow mapping: http://obliviontextures.wetpaint.com/page/...nd+Glow+Mapping Some of the words have run together after I pasted them in because of the formatting, but it should still be readable. Link to comment Share on other sites More sharing options...
n00biepl0x Posted March 21, 2008 Author Share Posted March 21, 2008 I already knew most of what was said, but now I know that when the emissive colour won't show when it's is darker than the daylight or something like that. I'll just have to experiment then. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.