Ok, the stuff i'll show you there are very stupid models, i'm not a 3d artist, i'm a coder but i like graphics and i'm going to do a one-man indie videogame.
It will be a Populous\Settlers sorta were the player will control a space colony and I hope to give to it mainly an interesting multiplayer mode rather than a single player.
As you can see it will have toon graphic, but will feature also a lot of gore.
One of the proud astronauts that will populate the game, it will have a spheremap blended on a simpler texture instead of that stuff on the visor, texture is also wip for this one
The first stage of an alien lifeform (atm called Xenos but is a wip name), it will host inside a living body like Aliens chestbuster but it will came out from the head, make it exploding
Here's the second stage of Xenos lifeform, the third and last one will feature a tail and a scissor-like pair of blades near the mouth
now i hope to find the time to start also some coding too
Replies
At first I couldn't tell what that is.
I hope to give to it mainly an interesting multiplayer mode rather than a single player.
[/ QUOTE ]
Aww, thats too bad. Today its like 99% games are multi, its so predictable, and what are people like me supposed to play in ?
thanks pliang, actually the larvae serves only as chest or head buster, the aliens will infect astronauts, then if not examined and cured the astronauts infected will cook a larvae inside, then it will came out and became a stalker.
It's basically a sort of worm, animated will be better i hope, or simply i'll redo it, that model was done in about 15 minutes or less :P
I used that for reference http://www.mondaymorningmuse.com/archive3/maggots.jpg for the mouth i wanted 4 opening lips so I ended with that red thing, i think i'll do another pass to the texture to give it more shape but first i want to reach my first personal milestone: all the assets for a small playable demo inside my own 3d engine
it's a sci-fi game so I like to give a bit of credibility to the stuff also if it's in a toon style
i love blaster master 2 for megadrive
oh and i'll add the teeth to the worm!
1: the outline, like mine or simpler, it could be done or via shader or doing something a bit "fake", you can simply take your model, copy it, scale it using something that moves your vertices along your model normals, reverse the faces, and finally make all the copied model black, you will end up with models very similar to mine, but with your polycount multiplied for two, because you will have actually two models, one reversed and black for the outline and the normal one
2: hard shading, i'm not using lights in that screens, only the astronaut have a lambert light.
Almost all the games that uses celshading uses a flat lighting tecnique that almost simplify the light in "color bands". Basically the rendering engine took only few colors to do all the lighiting, making the object look toon-ish, like that http://upload.wikimedia.org/wikipedia/commons/b/b7/Toon-shader.jpg
To do that, you need a proper shader, but i thing that a normal soft lighting works well too with outlines, giving your models a less "warner bros" style but keeping a very nice toon effect.
It could be done also making a 1D (a 10x1 pixels texture for example) with a color scale applyed as spheremap to the model, then a shader would calculate the proper uvs.
Keep in mind also that effects like the Team Fortress 2 render are not cel-shading, they used very realistic techniques with phong and lambert passes, only tweaked in a way to resemble a pixar-movie-like effect