First off, I want to say, thanks to everyone who helped me with my game logic questions. Now for the question.
How do I make my character fall faster? I’m not sure which property to change (or what to do).
First off, I want to say, thanks to everyone who helped me with my game logic questions. Now for the question.
How do I make my character fall faster? I’m not sure which property to change (or what to do).
Increase the gravity value ?
Attached screenshots of gravity value location for blender 2.49b and 2.56a
I have my damping rate really high, so my character still falls slow(ish). How do I fix that without changing the damping rate?
A ghetto way to do it, is to set-up a always sensor to a movement actuator.
which the movement actuator could use “lin V” set to “Z” then negative what ever number you want.
But note that this will fight your jumping force.