Site Bot Posted June 29, 2010 Share Posted June 29, 2010 Article link: Material Controllers Adding Material Controllers to Objects in Nifskopewith Ghogiel Adding a NiMaterialColorController to any object in game is very quick and easy. A NiMaterialColorController in Fallout3 can be used to target and modify the emissive or specular material properties of any mesh object over a time frame. For example you could make an objects self illumination(it does not cast light on other objects) to change and go through any specified rainbow of colors over any specified time frame. you can stack them, ie have both specular and emissive controllers on the same object. And also still have the option of using a glow map to mask the glow effect from areas on the object you don't want to be affected. I will demonstrate with a simple clutter object, this could be any weapon, architecture, even particle systems. I have not tested on hair, eyes, or any FaceGen enabled objects, nor anything with a special shader set up, but it is confirmed to work on rigged meshes such as armor and creatures. These work and are set up very similar to Texture Transforms and Alpha Controllers. Tools:Nifskope- use the latest release Tutorial Here I have a brain model that I made and have exported it to a nif, it's all setup and ready for game, collision is there, etc. To set up a working NiMaterialColorController you only need to add 3 nodes and link them up and correctly set their values in Nifskope. A relatively simple procedure that even a nifskope novice will be able to accomplish. Add a NiMaterialColorController. Rightclick the Scene Root Node, Block>insert>NiM...>NiMaterialColorControllerhttp://www.fallout3nexus.com/imageshare/images/209926-1277819716.jpg In the objects NiMaterialProperty set that block as the Controller. http://www.fallout3nexus.com/imageshare/images/209926-1277819753.jpg In the Block Details of the NiMaterialColorController set its Target as the NiMaterialProperty. Now those blocks are linked up. OK The NiMaterialColorController, For this object I want Target Color as TC_Self_Illum, so I edit the Flags(click the flag icon), enable Active, Loop mode = cycle and Target Color = Emissive. To target the specular property I would obviously target specular. note: AFAIK Specular color is overridden if a specular map is present for the model, these are stored in the normal maps alpha channel. note: Fallout ignores ambient and diffuse material properties altogether, Though they are editable in Oblivion nifs, AFAIK it is also ignored by the game, and the ambient color is determined by the lighting and the diffuse color is detrimined by the diffuse map and/or vertex colors. I also set the Frequency to 1, so that the animation plays fully once during my specified time frame. And I set my specified time frame up as well, start time = 0, and end time = 3http://www.fallout3nexus.com/imageshare/images/209926-1277820334.jpgNifskope displays the time frame in seconds. These games use a 30fps standard. so in 3 seconds you have 90 frames that you can add keys to. Now you need to add keys to that animation block so it knows what happens and when. Add a NiPoint3Interpolator and a NiPosData. If you were doing NiAlphaControllers or NiTextureTransformControllers use a NiFloatInterpolator and NiFloatData. Either way Rightclick the Scene Root node Block>insert>NiP...> .... You have to link these up. In the block details of the NiMaterialColorController, set the Interpolator as the NiPoint3Interpolator. The NiMateriColorController is now fully set up. In the Block Details of the NiPoint3Interpolator, set its 3 point 3 values all to 1. and set the Data as the NiPosData block. http://www.fallout3nexus.com/imageshare/images/209926-1277820059.jpg Time to make some animations keys. In the Block Details of the NiPosData, change interpolation to QUADRATIC_KEY. set Num Keys to 3 (or however many you want). and add time and value. Here the XYZ correspond to RGB values. I used these setting for yellowy greeny pulsing effect. I didn't really give them much thought and it looked alright first time so I left them without further tweaking. http://www.fallout3nexus.com/imageshare/images/209926-1277820094.jpg Save the nif. Move all the textures and the nif to the fallout3 data folder. Right click the nif>open with>GECK to preview the animation. If it doesn't crash then you probably did everything right To inspect the final nif I ended up with, you can find it in this resourcehttp://www.fallout3nexus.com/downloads/file.php?id=13267 Link to comment Share on other sites More sharing options...
LHammonds Posted July 1, 2010 Share Posted July 1, 2010 Nice tut! Thanks for sharing it. LHammonds Link to comment Share on other sites More sharing options...
Stewb Posted July 25, 2010 Share Posted July 25, 2010 I tried this and i only noticed an effect when i moved the object. Any reason why the animation wouldn't play until i moved it with the grab key? It also stopped once again after i stopped moving it. I know it's probably something i've done, i'm still learning how to make my own 3d models :( Link to comment Share on other sites More sharing options...
greywaste Posted September 3, 2010 Share Posted September 3, 2010 You probably knew by now, but it does indeed work on rigged meshes. Thanks very much for all your tutorials! Link to comment Share on other sites More sharing options...
Ghogiel Posted September 3, 2010 Share Posted September 3, 2010 nope, never actually tried, :biggrin: and as fair as i am aware no one has added material controllers to rigged meshes. I wouldn't have any trouble believing that anyone even tried adding them to armor in all of oblivion modding either. well it's surprising in a way but not really. As soon as 1 person does it and show it possible, 10 people will start doing in within a few weeks. anyway, good job, I'll have to try it out sometime :thumbsup: Link to comment Share on other sites More sharing options...
weijiesen Posted September 11, 2010 Share Posted September 11, 2010 LOLkidding me?I did that back in 2009. serious. i can send the mesh to you, and you can see its creation date on the file. I've been using Material Controllers for along long time.I remember quite a while ago I released "Enclave DX" too . . . Link to comment Share on other sites More sharing options...
Ghogiel Posted September 19, 2010 Share Posted September 19, 2010 (edited) Honestly, yeah, I don't recall ever seeing anyone use a mat controller on rigged meshes in oblivion circa 2006-7. since 2008 I wouldn't know. :shrug: afaik, you are probably the first person to use material controllers on rigged meshes for fallout. I wouldn't bet on it, but it's probably true. I've been using mat controllers back in oblivion, but never on armor. Edited September 19, 2010 by Ghogiel Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now