Hi! This is Ben Ruiz, artist and combat designer at Team Colorblind, developers of Aztez.
- Is Aztez 2d or 3d?
- How do you outline your assets in black?
- What shader are you using to create your look?
- Why make a game in this style?
1. Is Aztez 2d or 3d?
Aztez is indeed fully 3d! That's why it works with the Oculus. Our characters are skinned skeletal meshes with 3d animations. The only 2d assets we use are in effects.
2. How Do You Outline Your Assets In Black?
So unless you've told your game engine to render both sides of faces, then the object will look outlined regardless of what angle you look at them from. This is a primitive solution and any object with an outline of this kind is going to have some bad angles. But it ultimately comes down to the style of your game. And for whatever it's worth, it's substantially less intensive a solution than post processing shaders, since it's just a couple more faces.
3. What Shader Are You Using To Create Your Look?
As for our shader, it simply self illuminates everything 100%, but also allows me to adjust the black parts of a texture from black to grey to white. This shader powers 95% of our game's objects, and I simply adjust the grayness per environment layer by duplicating the shader, adjusting the greyness, and naming it appropriately. So all objects in the foreground use "Structural Swatch - Foreground", and all objects in background layer 1 use "Structural Swatch - Background", and etc. This way, there is consistency, and anytime I adjust the material, it cascades to all objects in that layer.
4. Why Make A Game In This Style?
First and foremost, it's because I think it's cool. Production sucks unless you're making something you actually like producing. But it grants us a massive advantage, which I have outlined in this image. Click the image for a larger version!
That's it for now! I hope this was insightful and useful. I will keep adding to this list over at the Aztez devblog as I remember more frequently asked art questions.