Adding a mix level procedure and a few material editor notes
Before we go further, I just wanna share a few insights about the material editor and explain the process of adding more and more details to an existing map generally - these things will be most relevant for the next step.
- General idea of the process of adding another mix level
So we have a nice base shader by now but we wanna start adding more specific details to maps we already have in the diffuse color / bump / glossiness / reflection color, how can this be done?
The answer is to add another mix level to these maps and then add another mix level and another - there is no limit to this except the more levels we add the more complicated it will get, this is why it should be done in an orderly fashion and this is how it should be done:
1) Go to where the map you want to add a mix level to is located, right-click and CUT that map. for example - if the map is in the diffuse color slot then we go to the diffuse color map slot in the base material. another example - if the map is inside a mix, we go to that mix.
2) Add a new mix map where your map was, right click on the map1 slot and paste your original map back. after this step your material should act the same as it did before, you've simply prepared your map for additional details.
3) add a black and white bitmap in the mask slot and name the mix map accordingly to the mask. for example - if you added a "blood stains" bitmap you should name the mix map blood stains. naming your mix levels will help you later on when the material starts to get complex. The black pixels of your mask represent where your original map will be and the white pixels represent the new color2 / map2.
4) adjust color2 / add a new map to map2 slot of the mix. for example - blood: in the diffuse color you might wanna add a red noise map there, in the reflection color you might wanna add that same noise map but with a darker shade of red since the blood is dry and less reflective than the armor's metal,in the bump map you might wanna use that same noise map but with bright grayscale colors since the blood stains act as OUTER dents.
5) go to the mask and give it a new map channel. This is the last step in the material editor. since you're going to use several different masks you're going to need to use different map channels in order to create different UV's to map each mask separately. I'll explain a bit further about map channels next.
 

Map channel (material and uv map / unwrap)
What are map channels?
Usually, when we add a texture and the modifiers UVWmap / Unwrap they come at the default of map channel 1. But an object can have more than one UV, you can add more than one of these modifiers and when set on different channels they do not override each other. All you have to do is keep track of which map channel each texture is using and which modifier is set to that channel.
- Output Benefits
Back to the material editor. Since we covered most of the process in the material editor, In the next step I'm going to focus mostly about how to work with the UV's but I would like to first share how I go about doing most of the tweakings once I've already added some mix levels.
I've noticed that not many people are aware of how useful the "output" tab is.Through the output tab you can easily override and adjust the weight each and every map gets in the mix levels. It allows you to manipulate the colors and sometimes "override" the limit of the contribution a map gives.
I will go quickly through the parameters:
Output amount - gives control to override the amount of contribution the map will have to the material.
RGB offset - this basically controls the darker colors of the map. I often give this parameter values below 0 to strengthen the contribution of the darker colors to the material.
RGB level - this basically controls the brighter colors of the map.
I often play with both RGB level and RGB offset - these 2 parameters can balance each other and the further they are from each other the more "overridden contrast" the map gets.
Bump amount - this parameter is very useful to tweak the contribution to the bump for each map. it has effect only in the bump slot, obviously
Enable color map - this one gives a bit further control to most of the things mentioned before but here you can manipulate the map itself and it's colors. it is very useful when you want to use the same bitmap but with some variations - it eliminates the need to create new bitmaps just for that or going to photoshop just for some basic color adjustments.
- Working with the limits of "show map in viewport"
One last material editor note before we move on.
Max is very limited in it's ability to show how the maps sit on the model in the viewport - it often doesn't show the correct scale of procedural maps and when several maps are mixed together it can't show the combined end result in the viewport. That is why for the next step you will always need to go to the specific mask you are setting the UVs for and turn "show in viewport" from there. In any case, doing a test render every now and then to see how everything combines on the model is a must to progress correctly
|
|
|