thehiddenedge Posted December 10, 2015 Share Posted December 10, 2015 (edited) I can't seem to figure it out. I've looked in the .esm as well as the archives. I found the texture of the dot itself, but it's color neutral. The color is added on top of it somehow. Edited December 10, 2015 by thehiddenedge Link to comment Share on other sites More sharing options...
Sdesser Posted December 10, 2015 Share Posted December 10, 2015 It could be an glow effect added in the mesh itself, the same way they made the red glow on Daedric Armor and Weapons in Skyrim. You could change that glow color by opening the meshes up in NifSkope and changing the RGB color code. Link to comment Share on other sites More sharing options...
thehiddenedge Posted December 10, 2015 Author Share Posted December 10, 2015 Good advice, but that was one of the first places I looked. In fact that's where I found the texture. The color code it lists for the dot is unused. Now that could be the right place, and since you mentioned that's how it worked in Skyrim, I'm inclined to believe it is. It could just be that NifSkope isn't reading the mesh correctly. I think I remember reading on the github page that the mesh structure was a bit different than in Skyrim so there's still issues. Link to comment Share on other sites More sharing options...
Mazerius Posted December 11, 2015 Share Posted December 11, 2015 (edited) It is there, in BSEffectShaderProperty, Just under BSTriShape Tritiumdot (for ref this is the 10mmReflexSightCircle.nif and 10mmReflexSightCircle_1.nif) scroll down to the bottom of the details and you see a drop down menu of 10 unknown floats lines 5 6 7 are R G B in number form, 1.0000 being full etc, if you change those you'll change the colour of the dot/circle ingame (yeah all instances of BSEffectShaderProperty related to the dot/circle, its tedious) hope this helps :smile: http://steamcommunity.com/sharedfiles/filedetails/?id=573071771 Edited December 11, 2015 by Mazerius Link to comment Share on other sites More sharing options...
thehiddenedge Posted December 11, 2015 Author Share Posted December 11, 2015 (edited) Oh yes! thank you. I was curious about the floats, but I was looking for 0-255 range values. Edited December 11, 2015 by thehiddenedge Link to comment Share on other sites More sharing options...
Recommended Posts