Edits to the SDK not working?
by Norris Bonner · in Torque Game Engine · 02/14/2005 (7:20 pm) · 3 replies
I am new to torque and I am trying to change the angle that a character can walk up a mountain:
maxStepHeight = 80;
runSurfaceAngle = 1;
and also the max running speed:
horizMaxSpeed = 80;
horizResistSpeed = 2;
horizResistFactor = 1;
I am using VC6 and I changed these numerous amounts of time.. compiled. even changed to out rageous amounts to see if i could see a change but nothing worked. What am i doing wrong?
maxStepHeight = 80;
runSurfaceAngle = 1;
and also the max running speed:
horizMaxSpeed = 80;
horizResistSpeed = 2;
horizResistFactor = 1;
I am using VC6 and I changed these numerous amounts of time.. compiled. even changed to out rageous amounts to see if i could see a change but nothing worked. What am i doing wrong?
About the author
Torque Owner Robert Pierce
Datablock instance variable?
Maybe it has to be declared in the Datablock in TorqueSCRIPT not C++?
NOTE: I am not entirely sure, as I have only had Torque ~2 weeks now.