Page 1 of 1

How to slow down character movement?

Posted: Fri Apr 10, 2009 10:33 am
by benjie417234
Hi...
I just wanted to ask how am I supposed
to slow down character movement when walking?
And how can I minimize how high the player can jump?
Thanks in Advance.
(I do not know if this is the right section to post)

Re: How to slow down character movement?

Posted: Fri Apr 10, 2009 12:04 pm
by QuestOfDreams
For the player you can change the Gravity, JumpSpeed and Speed parameters of the EnvironmentSetup entity. Script methods for Pawn movement/jumping do have a speed parameter.

Re: How to slow down character movement?

Posted: Fri Apr 10, 2009 12:51 pm
by benjie417234
I don't know but somehow I was'nt able to move
my character properly.Instead of going forward it went
backwards.I set the speed to -10.That was a wrong move right?

Re: How to slow down character movement?

Posted: Fri Apr 10, 2009 1:03 pm
by bernie
If you want to slow it down by 10 use 0.1 (negative numbers reverse movement)

Re: How to slow down character movement?

Posted: Sat Apr 11, 2009 4:01 am
by benjie417234
Ahh...I see.
Thanks for the help!