Game Development Community

Tutorials about char design?

by Jonathan · in Artist Corner · 09/10/2010 (12:39 am) · 3 replies

Hello!

I was wondering if anyone know any good tutorials on how to make your own game char that works in torque, or any guide at all about char design and so on for games. free would be awesome :D

Thanks // Jonathan

#1
09/10/2010 (12:48 am)
Check out the info for Max and Maya characters design tuts/info in webpages support->documentation->artist.
Also the info in the T3D docs section regarding "Artist's Guide Section".
#2
09/14/2010 (7:44 am)
Thanks! :) i was hoping for a step to step tutorial, if there are any out there x) anyway thanks again!
#3
09/17/2010 (9:59 pm)
A working game char as you call it, have a pipeline compelity quite similar to the complexity of the char itself.

1 oneskinned singlemesh with same skeleton and anims as the sandbox is somewhat easy.
1 multiskinned multimesh with proper aligned verts with different skeleton and custom anims is somewhat close to impossible.