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
Here's an example for a script:
http://steamcommunity.com/sharedfiles/filedetails/?id=445361051&searchtext=automatic+production
I've actually had this request before on a server I used to visit. I did some cleanup and posted it.
This is my simple quota system. You setup the quota for each component in the Programmable Block's Custom Data field. I tend to use the Custom Data field like an ini file in my scripts. If there's less of a component on the grid than the quota, it assigns it to BAQ designated assembler. It works with one or more assemblers.
It's an in-game script. Instructions are in the Workshop item.
http://steamcommunity.com/sharedfiles/filedetails/?id=874556533
Yep, it works with one assembler. The reason to add more assemblers is to distribute the queued items across the assemblers and produce faster. Essentially, script controlled cooperative mode.
This script will queue all of the items to one assembler if only one has its name prefixed with BAQ.
Yay!
An actual level of scripted control over something important :p