ok so i'm using a skin shader in max (thanks Styles...)
it looks great, exactly the look i want. problem is, if i render using the same maps i'm using in the shader, the result is completely different.
i'm sure it's because the shader simulates subsurface scattering and other such things, but how can i do the same in my renders, and more importantly, which game engines will use the same/similar shader styles?
shader:
render:
Replies
If you want to show off your in-game-style asset though, use the Make Preview function in the Animation menu. Renders out what's in the viewport. Set your graphics card to use AA for better results.
Remember that most games are Direct X driven displays. That means you really need to be looking at stuff in this mode in Max, whether you are turning on DX display, or you are using a proper Direct X shader. Max's render shaders don't mean a damn thing when it comes to realtime display, and are a totally unique breed of animal for rendering purposes only.
As has been said, real-time and pre-rendered shots need completely different materials, as they serve completely different purposes and are thus rendered with quite different techniques. If your character is for a render, then feel free to set up a Max material. If you character is for real-time, then the shader on your character doesn't matter as it will use whatever you assign it to use in the engine. What does matter regarding this, though, is you want to be able to preview your work as you view it as close as possible to how the game will display it.
"it's pointless using this shader to get a great result in max, if i have to then completely change my texture maps and material settings to get the same result in-game. "
I don't think you understand how shaders and materials work in game.
If you are worried about getting a 'great result' in Max, then use a Max Material. If you are worried about how something will look in-engine, then use a real-time material approximating as closely as possible your engine shader. Yes, using the JIStyles skinshader is pointless if you are worried how your material will look in game, or in a render for that matter. It is pretty for showing things off in Max but that is about it.
Your best bet is, if you want to render something, use a standard max material. If you want to approximate what you will see in engine, you need to port an engine's shaders to Max. I did this when I started my new job (and eventually turned our entire material/shader system into a scripted material plugin in Max), and it provided a 1-to-1 WYSIWYG... the artists no longer have to worry how their stuff will look in-game after previewing it with the pretty limited (and quite... unique) Max DX Material display.
let's say i wanted the UE3 shaders?