安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
* 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.