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
... repeat (until hands empty) {
...... *** use tool ***
... }
... retreive
... repeat (until hands full) {
...... go to toolbox
...... grab from toolbox
...... stow held item
... }
}
if (hands empty) {
go to tool box
repeat (until hands full) {
grab from toolbox
store held item
}
}
repeat(until hands empty) {
repeat(until hands empty) {
*actual tool use here*
}
retrieve
}
and then repeat forever around that, and for simple things like chopping wood or mining, it should end up at 12 bytes
once i get mk1 robots and upgrades, i pretty much keep it exactly like this more or less to the end of the mk2 phase, excluding tree chopping having a threshold set via repeat until storage < X percent after each tool use (13 bytes), so that way it grabs first thing, stuffs any sized backpack, and then keeps one in hand alongside the full backpack, and then the tree choppers will stop temporarily once the log stockpile hits the threshold, as they can work with no regards to the surrounding supply unlike stone and clay
1. Why would you specifically want to keep your bot count down? You can always make more, and the first- and second- leveled bots aren't very expensive.
2. I never thought to have my bots with extra space just go and recharge other bots. I just made two teams of designated bots for that, and two bots that just parade around with signs that the charging bots are linked to. Cool use of memory.
also, bots that have extra memory space can be set to recharge bots (with cancel on fail)