Game Development Community

Player movement

by Barry Gallagher · in Torque Game Engine Advanced · 09/26/2010 (5:53 pm) · 2 replies

I was just wondering which source files affect player movement. Just looking to tinker with the settings.

I am Using Tgea 1.82

#1
09/27/2010 (7:20 pm)
T3D\Player.cpp in the UpdateMove() and ProcessTick() functions should be what handles most of this.
#2
09/28/2010 (4:13 pm)
Thanks a million. Thought TGEA might be old news at this stage, really glad of a response.