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
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