Game Development Community

New Tutorials?

by Infinitum3D · in Torque Game Engine · 11/30/2006 (5:31 am) · 2 replies

Have any new tutorials been writting since 1.4 has come out? Most of the tutorials I find are from 2002 using v1.1.1 or 1.3 but many of these don't seem to work (or don't correspond to code) with v1.5

Does GG actually have a Tutorials section, or do I have to just use the Search box?

I've done the gettingStarted.pdf and Code Sampler tutorials, and I'm ready to move on, but not able to do it alone.

Thanks!!!
Tony

#1
11/30/2006 (5:50 am)
Well i got to the same point as you.

What i did was set up a little project with certain requirements(ie use of orbit camera, click to move setup, character persitance, certain gui elements and so on) you could join a team too

then work on that project and take one step at a time using the forum and all the ressources you can find

by doing this you will learn a lot and you learn it when you need it which i found to be the only way to learn in programming

hope that helped at all:-)
#2
11/30/2006 (5:01 pm)
Thanks.

That's pretty much where I stand. I try copying some existing code, try to modify it, and when it fails to work, I post a question in the forums. It would be nice if there were more (current) tutorials.

Tony