Take On Mars

Take On Mars

Digitized Resource Transport with Mars Atmosphere
Darth Stig 2016 年 8 月 29 日 下午 1:36
Size limit?
Is there a hard coded limit to size of the network, or number of objects the network searched through? Seems like when I build a well equipped habitat for long duration mission the sends stop sending. Looking through the .h's I found this in resourcesenderbarrel.h:

_entity ents[256]; vector myPos = owner.GetPosition(); int numEnts = SphereQuery(myPos, 160000, ents, 256, FILTER_BBLOCK);

Does that mean the network will stop looking for receivers after it finds 256 objects within 160k units of distance?