Game Development Community

Shape Replicator spamming my console

by Nicolai Dutka · in Torque 3D Beginner · 06/24/2010 (1:08 pm) · 0 replies

I've got a shape replicator for some "debris" that's set to create 50 replications of the object. In my console, I'm seeing TONS of these lines:

[(null)] - Could not find satisfactory position for shape 'art/shapes/Objects/Environment/Pebble/pebble_004.dts' on Client!


I tried scouring through every inch of every CS file and can't find anything that would print that to console, so I'm thinking it's hard-coded in the source. Thing is, I do see my shape being replicated exactly where I want it... So, is there any way I can stop these messages from spamming my console, or maybe a way to have it print only one time with a count:

[(null)] Error Count [147] - Could not find satisfactory position for shape 'art/shapes/Objects/Environment/Pebble/pebble_004.dts' on Client!