Game Development Community

Chapter 6 and collision

by Shakey · in Torque Game Engine · 03/12/2007 (1:22 pm) · 1 replies

How come when running in the dedicated server mode when I fall off of a cliff or run into a wall inside the buildings I get a error message and the game crashes. I finally got the game to run in dedicated server mode and now this is happening.

shakey

#1
09/09/2007 (2:36 pm)
You aren't the only one - I've got the same problem. If you've figured it out since you've posted, I'd appreciate hearing what you've learned.

I'm also getting jittery motion when moving. It's as though the client is continuously receiving position corrections.

The book doesn't (probably can't) provide much help on debugging this kind of stuff. Trace just tells me that I was in the goAhead method when the collision/crash happened. And since a jitter is a pretty tough event to nail down, I wouldn't even know where to begin to find that one.