Problems with environmental content pack
by Dr. John Nobody · in General Discussion · 07/25/2003 (7:58 pm) · 2 replies
I just got BraveTree's new environmental content pack, everything's great except for one small problem, the butterfly script seems to crash the engine. I've tried each script and it seems that only the butterfly has this problem. This is the exact error I get when I add the exec("./butterfly.cs"); to my game script...
fatal(C:/torque/engine/math/mplane.h @233)
Error, no plane possible!
hope you guys get this fixed soon, Eric wants his butterflies dangit... they make him feel pretty :)
fatal(C:/torque/engine/math/mplane.h @233)
Error, no plane possible!
hope you guys get this fixed soon, Eric wants his butterflies dangit... they make him feel pretty :)
#2
07/25/2003 (9:21 pm)
We are on it. Just an FYI, faster response can will happen by emailing support@bravetree.com Almost missed this one as I usually don't check this part of the forums.
Torque Owner Nathan Martin
TRON 2001 Network
mplane.h @ line 233 is:
AssertFatal(squared != 0.0, "Error, no plane possible!");
Weird.