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
not me tho cuz im dumb and havnt solved it yet
The bots are efficient if you learn how to use them, not efficient if you don't.
dude dont take my thunder literally just said that
Now no foundations are in the main network, no bots will ever be able to grab them.
Make a single bot on Channel 4, Make the Store register target the bot. Now whenever the bot goes to grab a single plate to place it when you give the buiding command the storage will push everything into the bot when it gets near.
Now this will happen: you give the command to pave a section. The bot will grab one plate to place it. It will get filled to the brim the moment it grabs one plate. It will pave until its empty, then go grab a new plate.
No other bot will go, because no plates are in the main network, only Net4 with that lone bot will move.
I basically mimic this setting, but added multiple pickup and dropoff location settings, as well as options for "wait until full/empty" with variables that I can setup without opening the script, making it much more robust and flexible.
But
I like this setting, it is nice to have for beginners and shows them that there is more to the bots than running around like chickens delivering 1 item at a time.
This is a slight improvement, but it's still far worse than just writing a program that will do it efficiently. It will still put down one, then go back, then put down one, etc. If you write it as a program it will pick up 40/80/160 however many the bot carries. Then it will put down one in every nearby square, move 3 squares, put down another 9, etc. It's much much faster.
The fact that so many people came up with a different solution is pretty cool though.
Next up, twin bot with 3x more metal plate.
1. Pick items (P1;foundation plate)
2. count item (foundation plate; A)
3. compare number (160;A) \\or the max inventorysize of the Bot
if equal or greater then step 4
else smaller then step 1
4. count item (foundation plate;B)
5. compare number (B;1)
if equal or greater then step 4
else step 1
The other way to read the items needed info from construction and to use as filter 2 as needed item, i don't knwo, how to set this up. Radar Filter with Construction + Foundation or Construction + Foundation Plate never get any results.