Installera Steam
logga in
|
språk
简体中文 (förenklad kinesiska)
繁體中文 (traditionell kinesiska)
日本語 (japanska)
한국어 (koreanska)
ไทย (thailändska)
Български (bulgariska)
Čeština (tjeckiska)
Dansk (danska)
Deutsch (tyska)
English (engelska)
Español – España (spanska – Spanien)
Español – Latinoamérica (spanska – Latinamerika)
Ελληνικά (grekiska)
Français (franska)
Italiano (italienska)
Bahasa Indonesia (indonesiska)
Magyar (ungerska)
Nederlands (nederländska)
Norsk (norska)
Polski (polska)
Português (portugisiska – Portugal)
Português – Brasil (portugisiska – Brasilien)
Română (rumänska)
Русский (ryska)
Suomi (finska)
Türkçe (turkiska)
Tiếng Việt (vietnamesiska)
Українська (ukrainska)
Rapportera problem med översättningen
* Manually. Keep an eye on basic components and queue up a thousand (ctrl-shift-click) whenever you're running low.
* Using the new Event Controllers. Create a production block for every type of component, turn it off, and queue up the chosen component on auto-repeat. Use an Event Controller to watch your component levels. Whenever you run low, have it turn the production block on. Have another one turn it off once it hits the desired amount. A simple but expensive choice, since you need lots of production blocks and controllers...
* Use a programmable block (and optionally timer) to run a script which automatically queues the components up when they drop below a desired level. You can either go through the painstaking effort of figuring out how to write that script, or...
* You can use this script I spent the weekend writing: pastebin.com/cMaeJcMW . Assumes you have a big container called "stockpile.storage", the production blocks are called "factory.mod", "factory.assembler", "factory.electronics", "factory.fabricator", "factory.plate", "factory.ceramics", "factory.synthetics", "factory.loom", "factory.cement", "factory.wire", "factory.nano", and "factory.extruder", and everything is connected by conveyor. You'll want to adjust the manufacturedItems table to your liking, and dummy out the entry for CeramicPlate. I've briefly tested it, but make no assurances it will work long-term.