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








Stone itself as I wrote down. You can check in the Assembler menu if you hover on it with the mouse.
Damn... I wish it was with gravel so it's actually worth something.. Anyway, thanks for replying, have a nice day!
Technically you can modify that. I already modified it on my own, I think I'll borrow your idea and use Gravel :)
Oh? Can you walk me through the modification, I'm not really the brightest programmer..
edit:i have scoured the internet and i found everything i needed but when i changed the blueprint file to gravel it crashes but when i change another recipe from iron ingot to iron ore and changing the amount worked idk whats happening with the type d blueprint. help me
I searched in the game files for reverse engineering, found this (in the line of the file regard Reactor Component build material):
<Item Amount="20" TypeId="Ingot" SubtypeId="Stone" />
And for the "Stone to Gravel" refining I found this:
<Blueprint>
<Id>
<TypeId>BlueprintDefinition</TypeId>
<SubtypeId>StoneOreToIngot_Deconstruction</SubtypeId>
</Id>
<DisplayName>DisplayName_Item_Gravel</DisplayName>
<Icon>Textures\GUI\Icons\ingot\gravel_ingot.dds</Icon>
<Prerequisites>
<Item Amount="1" TypeId="Ore" SubtypeId="Stone" />
</Prerequisites>
<Results>
<Item Amount="1" TypeId="Ingot" SubtypeId="Stone" />
</Results>
<BaseProductionTimeInSeconds>0.1</BaseProductionTimeInSeconds>
<IsPrimary>true</IsPrimary>
</Blueprint>
So I think "Gravel" is the Stone Ingot.
Try this and let me know.
Thanks for posting all this info, I was wondering about all that.
Mod description isn't really clear on it.
I might look into that and post the results here.
On the default 3x assembler efficiency setting, Plasma type D will produce about 75 kWh of power for each 1 kWh you invest into making the fuel and running the reactor.
With waste materials like stone and gravel, material usage can hardly be considered an issue, so I feel this efficiency of > 75x is way too high.
wasn't there a comment that showed that it would take you like 6 full speed assemblers crafting low grade fuel all the time just to keep up with the demand of only a few generators?
man, maybe you should add a special assembler or refiner or something to make the fuel so we don't start lagging the server with assemblers just to get fuel without wasting resources