opusGlass Posted May 25, 2016 Posted May 25, 2016 (edited) I need to find the reference(s) to /textures/effects/gradients/gradfirestream02.dds in the mesh /meshes/magic/magdragonfire01.nif. I want to change it to reference a different gradient. Is there any way to search the Nif file for references to this texture? I've tried looking manually but I've only found references to /textures/effects/VaporTileNormal_n.dds in node 110. Here's a link to the Nif Edited May 25, 2016 by opusGlass
Elias555 Posted May 25, 2016 Posted May 25, 2016 OH! Now I get what you were asking in the quick questions thread. Very easy: 135 BSEffectShaderProperty, at the bottom.
opusGlass Posted May 26, 2016 Author Posted May 26, 2016 (edited) Thanks Elias!! Mind if I ask how you figured it out, in case I run into this situation again? edit: I'm guessing you just looked through manually, because I see that it is also in the 131 BSEffectShader. I will need to change every reference to it. So I guess I will just have to find every BSEffectShader node? Edited May 26, 2016 by opusGlass
Elias555 Posted May 26, 2016 Posted May 26, 2016 I clicked on the model window where I assumed the part of the model would hold the information and then opened up everything under that header, narrows the search down a lot. Going through every header manually would also work but I only recommend it if you've got access to a hyperbolic time chamber.
Recommended Posts