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)
How to slow down character movement?
- QuestOfDreams
- Site Admin
- Posts: 1520
- Joined: Sun Jul 03, 2005 11:12 pm
- Location: Austria
- Contact:
Re: How to slow down character movement?
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.
- benjie417234
- Posts: 17
- Joined: Fri Feb 15, 2008 10:14 am
Re: How to slow down character movement?
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?
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?
If you want to slow it down by 10 use 0.1 (negative numbers reverse movement)
- benjie417234
- Posts: 17
- Joined: Fri Feb 15, 2008 10:14 am
Re: How to slow down character movement?
Ahh...I see.
Thanks for the help!
Thanks for the help!