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
Much simpler way is to lower the chance of a blackout by adding more bots to the area.
This just occurred to me. Do signs work while they're being carried? Could you set a sign area to 1x1 directly under the sign and have one winder carry it and the other winder only be concerned about the sign area?
The other bot will discharge eventually, that's why I think they have to swap their roles.
Right. As long as the second winder is still in the first winder's area the first winder will wind it up.
Do bots wind down from just sitting and doing nothing? Do different actions wind them down at different rates?
Use sign with a maxed out area. Use a bot to carry it around. Order other bots to rewind any
bot within the sign area. Can use many bots to rewind, like 4 or more, which are reused across the whole map. The chance of all of them shutting down at the same time is near zero.
With a bit more thought, rewind bots can be synchronized with shouts and hears to bring the chance of a blackout down to exactly zero. Although I also never tried this myself.
Also, at late game, mk3 bots don't need to be rewinded.
albeit that's mainly so that my bots don't have to travel all over and each spot can have its dedicated charging bot, it works out since most of the spots where bots die out are covered by dedicated chargers
Remember you can hold Alt and hover over objects to see if they are reserved.
I assign my areas to signs, then billboards later.
Before disks, I just teach each bot as I wind the next bot created. Once I have disks (or better yet the bot database) it is easier to have a saved template for recharging bots in an area.
Unfortunately, the four lines of extra code are sometimes too much for complex scripts or Mk0 bots. Usually, there are enough other workers in an area to handle things.
Repeat Forever (with failure)
---Find nearest discharged bot
---Move to bot
---Recharge bot
Mk2s just get silly, their 31x31 base area makes a 4 area bot able to recharge in a 62x62 area.
the code for a multi zone bot is quite simple too...
just repeat the Repeat with fail loop as many times as memory allows, and set each loop to a different search area.
My default on Mk2 bots is very similar. I have my areas all marked with billboards. I have a default 4-billboard code saved in the Bot Database. I just park the charger bot at the center of the four zones and assign them to the four billboards.
The billboards are spaced such that there is a small overlap so roads are all covered by two zones. Each square zone is covered by four charger bots at each corner, so they recharge each other as well.