Game Development Community

stairs and movement physics buggy

by Jason Breitweiser · in General Discussion · 06/03/2002 (10:16 am) · 1 replies

I found I was catching on the stairs leading into the orc houses a lot. Not sure if it is the map or the game movement code. Also I though the movement code was weird. Stuff like running up the side of a cliff and flying off the other side without jumps. Its not a car, its a person walking. It felt a lot like tribes which I always thought had weird movement code. The jump also felt like you were jumping in low gravity.

About the author

Recent Threads


#1
06/03/2002 (10:44 am)
the default run speed in RW is something like 20km an hour, and the movement code is very arcade like.

The only ways to change this is to either slow everything down, then it will take forever to run from one building to the other with out a vehicle, or change the way the movements are calculated in the C++ code. Which is what alot of people, my self included, are doing for our individual games.