Game Development Community

How to get a character walking in game?

by Aaron Maldonado · in Torque 3D Beginner · 09/12/2013 (4:36 am) · 3 replies

I am new so I need to know how I would get the designed model I have to collide with terrain and move across it as well as jump. Basic important thing.

#1
09/12/2013 (5:09 am)
Use the Player class, if you are going to write your own, draw insipration from the Player class.
#2
09/12/2013 (6:42 am)
Normally, when you first start to do a thing you start reading up on it and studying it. Then you move on to tutorials and experiments. This is a pretty solid way to learn. I'd do that.

If you just want to jump into phase 2, try the FPS Tutorial, it should get you jump started.
#3
09/12/2013 (12:45 pm)
"Normally, when you first start to do a thing you start reading up on it and studying it. Then you move on to tutorials and experiments. This is a pretty solid way to learn. I'd do that.

If you just want to jump into phase 2, try the FPS Tutorial, it should get you jump started."
Yea you are right. I should just do that. I was being lazy. I will learn though. Ty for help though.