Game Development Community

Error, must have one and one one zone to be a traversal root.

by Nathan Martin · in Torque Game Engine · 09/07/2002 (7:28 pm) · 3 replies

Hi, I keep getting these errors whenever the player is on any of the interiors that I've created:

Error, must have one and one one zone to be a traversal root. (null) has 2
Error, must have one and one one zone to be a traversal root. (null) has 2
Error, must have one and one one zone to be a traversal root. (null) has 2
Error, must have one and one one zone to be a traversal root. (null) has 2
Error, must have one and one one zone to be a traversal root. (null) has 2
Error, must have one and one one zone to be a traversal root. (null) has 2

The console keeps getting flooded with those messages whenever the player is touching any interiors that I created. So how do I fix this problem? :(

#1
09/07/2002 (9:06 pm)
Sounds like portals...
#2
09/07/2002 (9:54 pm)
Yeah it does appear that it is, but I see nothing wrong and the interior compiles OK in quark using the torque compile plug-in.
#3
09/09/2002 (8:08 pm)
OK I figured it out, it's because I have portales touching eachother or crossing over eachother which causes the error messages. so I just made sure the portals do not get very close to eachother when placing building next to eachother and that solves it.