Game Development Community

Physical Zone Assertion

by Travis Hartwell · in Torque Game Engine · 09/21/2005 (5:09 pm) · 1 replies

I was running Torque under Debug mode for our game and I came up with this assertion:

Assertion: Error, no zones found? Should always find root at least.

I believe I was shooting a weapon at that time or something.

What exactly are physical zones? I have no idea what these are and how to go about tracking down what my issue might be.

#1
09/22/2005 (6:40 am)
Physical zone is something you can add to the mission in the mission editor, then you can set its size and give it properties that effect things when they enter into it. I use them to make zero G zones or negative G zones. No idea what that error is though. It may be refering to another type of zone. Do a search for the error text in the code and scipts to track it down.