安装 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(越南语)
Українська(乌克兰语)
报告翻译问题








I just got a Small Cargo Container [Ingot/Stone] to pull from the Stone Crushers output, then a Gravel Extractor [Ingot/Stone:P1] to pull from the Cargo container. The Gravel Extractor wouldn't pull from the crusher at all before adding the [Ingot/Stone] to the cargo container.
http://pastebin.com/GcBgexst
List the blocks w/ sort strings
Tell me what you are expecting to happen
Tell me what you are seeing happen
That way I can recreate the problem if necessary or spot the issue in the sort string.
- I have a Stone Crusher that takes stone and produces gravel.
- I want to set aside some amount of gravel in a contaner for use later.
- I want the rest of the gravel to go to a Gravel Extractor.
I initially thought this should work.
Stone Crusher [Ore/Stone]
Cargo Container [Component,Ingot/Stone:1000]
Gravel Extractor [Ingot/Stone]
In this case, the Cargo Container pulls 1000 Gravel, but the Gravel Extractor never pulls anything.
I've also tried the following with the same results.
Stone Crusher [Ore/Stone]
Cargo Container [Component,Ingot/Stone:1000:Split]
Gravel Extractor [Ingot/Stone:Split]
The following is what I described in my second post above, and I think is the underlying issue I'm running into. The Gravel Extractor will not pull from the Stone Crusher output. A Refinery wont pull dirrectly from it either.
Stone Crusher [Ore/Stone]
Cargo Container [Component] (Cargo container not invovled)
Gravel Extractor [Ingot/Stone:P1]
If I add the Cargo Container back in as a go between, and make sure the Extractor has higher priority, then the Gravel Extractor gets Gravel.
Stone Crusher [Ore/Stone]
Cargo Container [Component,Ingot/Stone]
Gravel Extractor [Ingot/Stone:P1]
I've been doing some more testing while writing this and I *think* it's an issue specifically with the Stone Crusher Block. Cargo Containers can pull from it, but other machines can't.
On a side note, I've also noticed that nothing is pulling from Cockpits that are connected to the conveyer network.
For reference, we had this as our sorting:
Stone Refinery [Ore/Stone:P1]
Cargo [Ingot:P5,Ingot/Stone:P1:40000]
Furnace [Ingot/Stone:P2]
The gravel furnace mod was this: https://psteamcommunity.yuanyoumao.com/workshop/filedetails/?id=457957428
tried changes:
1
Cargo [Ingot:P5]
Furnace will not take gravel if Cargo has no gravel
Furnace will take all gravel (including from Refinery) if Cargo has any gravel
Cargo will take gravel is Furnace and Cargo have no gravel
2
Furnace [Stone:P2]
no effect
3
Cargo [Ingot:P5,Ingot/Stone:P3:40000]
no effect
4
using sort toggle off then on
no effect
5
replacing Ingot/Stone with Gravel
no effect
Current setup as a partial workaround:
Furnace [Ore/Stone:P1:Split:20000]
Refinery [Ore/Stone:P1:Split:20000]
Cargo [Ingot:P5]
This splits the stone exactly between Furnace and Refinery, and Cargo takes all the gravel while leaving the furnace's product alone.
I don't have your exact mods but I do use similar (Stone Crusher + Industrial Centrifuge)
The best advice I could give is a bit of a dirty workaround; rather than make one container to pull gravel, keep a certain amount and then push the rest out once full, I use 2 containers.
Set up as follows:
Stone Crusher (Refinery): [Ore/Stone:P1]
Cargo 1: [Ingot,Ore] (This is the pulling container. Note: this intentionally has no prio)
Cargo 2: [Ingot/Stone:20000:P1] (This container actually stores the gravel)
Industrial Centrifuge (Gravel Extractor): [Ingot/Stone:P2]
How it works:
The stone comes in and gets ground to gravel, the gravel then sits in the crusher waiting to be pulled. Once pulled the gravel sits in Cargo 1 until the auto sorting ticks again and will then be distributed to either your Cargo 2 (If not full) or your Centrifuge/Extractor. You can also extend this system easily; 1 pulling container (could be a tiny container) and 10 storage works.
TL;DR: Add another container instead of using just 1 to do all the work.
Hope this helps at all