Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I would personally recommend against making a single massive robotic network as you're suggesting though- Even ignoring UPS/FPS lag, the simple fact is that as you build a bot network larger and larger, the response time of bots to a task gets larger and larger too. For example, if you build your storage system in the exact center, then if a task down in 'Florida' requires something from those chests, that bot has to fly alllllllll the way from wherever it started, to the storage system, and then alllllllll the way down to 'Florida' to fulfill the operation- And the many, many, MANY stops to recharge along the way.
Multiple smaller well-tuned networks is a much better option than one single monumental network for that reason.
max-failed-attempts-per-tick-per-construction-queue: default value 1
max-successful-attempts-per-tick-per-construction-queue: default value 5
If a job fails to start it will be put at the end of the queue and it will make an alert for that job that lasts for 600 ticks(10 seconds at 60ups).
And with default settings since it will stop after one failed attempt per tick you will only ever see 600 simultaneous alerts.
There is no limit to how many jobs can be active at the same time. Only the rate at which the jobs can be started is limited.